www.pudn.com > H265+2008.8.rar > dap_demo.h


 
/* 
/////////////////////////////////////////////////////////////////////////////// 
//                                                                           // 
//   Copyright (C) 2006-2008  Beijing,  pengzhen (pengzhenxp@yahoo.com.cn)   // 
//                                                                           // 
/////////////////////////////////////////////////////////////////////////////// 
*/ 
 
#ifndef __DAP_DEMO_H__ 
#define __DAP_DEMO_H__ 
 
typedef int (* Dap_Functions )( void * ) ; 
 
typedef enum __DAP_FID__ 
{ 
	DAP_FID_H265P_A8_Compression   = 10 ,  
	DAP_FID_H265P_A8_Decompression = 20 ,  
 
	DAP_FID_Denoise   = 30 , 
 
}Dap_Functions_ID ; 
 
#define Dap_Compression(a)  ( (a == DAP_FID_H265P_A8_Compression) ) 
 
#define Dap_Decompression(a)  ( (a == DAP_FID_H265P_A8_Decompression) ) 
 
#endif /* __DAP_DEMO_H__ */