www.pudn.com > H265+2008.8.rar > dvp_demo.h
/*
///////////////////////////////////////////////////////////////////////////////
// //
// Copyright (C) 2006-2008 Beijing, pengzhen (pengzhenxp@yahoo.com.cn) //
// //
///////////////////////////////////////////////////////////////////////////////
*/
#ifndef __DVP_DEMO_H__
#define __DVP_DEMO_H__
typedef int (* Dvp_Functions )( void * ) ;
typedef enum __DVP_FID__
{
DVP_FID_Wavelets_Analysis_2D = 0 ,
DVP_FID_Wavelets_Synthesis_2D = 1 ,
DVP_FID_Wavelets_Analysis_3D = 2 ,
DVP_FID_Wavelets_Synthesis_3D = 3 ,
DVP_FID_Wavelets_Analysis_4D = 4 ,
DVP_FID_Wavelets_Synthesis_4D = 5 ,
DVP_FID_H265P_V8_Compression = 10 ,
DVP_FID_H265P_V8_Decompression = 20 ,
DVP_FID_Denoise = 30 ,
DVP_FID_Recognise = 40 ,
}Dvp_Functions_ID ;
#define Dvp_Compression(a) ( (a == DVP_FID_H265P_V8_Compression) )
#define Dvp_Decompression(a) ( (a == DVP_FID_H265P_V8_Decompression) )
#endif /*__DVP_DEMO_H__ */