Searched refs:functionPointer (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmotion_est.cpp151 void (*ComputeMBSum)(UChar *, Int, MOT *) = video->functionPointer->ComputeMBSum;
152 void (*ChooseMode)(UChar*, UChar*, Int, Int) = video->functionPointer->ChooseMode;
559 // video->functionPointer->SAD_MB_PADDING = &SAD_MB_PADDING_HTFM_Collect;
560 video->functionPointer->SAD_Macroblock = &SAD_MB_HTFM_Collect;
561 video->functionPointer->SAD_MB_HalfPel[0] = NULL;
562 video->functionPointer->SAD_MB_HalfPel[1] = &SAD_MB_HP_HTFM_Collectxh;
563 video->functionPointer->SAD_MB_HalfPel[2] = &SAD_MB_HP_HTFM_Collectyh;
564 video->functionPointer->SAD_MB_HalfPel[3] = &SAD_MB_HP_HTFM_Collectxhyh;
571 // video->functionPointer->SAD_MB_PADDING = &SAD_MB_PADDING_HTFM;
572 video->functionPointer
[all...]
H A Dfindhalfpel.cpp83 video->functionPointer->SAD_MB_HalfPel;
196 Int(*SAD_Blk_HalfPel)(UChar*, UChar*, Int, Int, Int, Int, Int, void*) = video->functionPointer->SAD_Blk_HalfPel;
H A Dmp4enc_api.cpp1071 video->functionPointer = (FuncPtr*) M4VENC_MALLOC(sizeof(FuncPtr));
1072 if (video->functionPointer == NULL) goto CLEAN_UP;
1074 video->functionPointer->ComputeMBSum = &ComputeMBSum_C;
1075 video->functionPointer->SAD_MB_HalfPel[0] = NULL;
1076 video->functionPointer->SAD_MB_HalfPel[1] = &SAD_MB_HalfPel_Cxh;
1077 video->functionPointer->SAD_MB_HalfPel[2] = &SAD_MB_HalfPel_Cyh;
1078 video->functionPointer->SAD_MB_HalfPel[3] = &SAD_MB_HalfPel_Cxhyh;
1081 video->functionPointer->SAD_Blk_HalfPel = &SAD_Blk_HalfPel_C;
1082 video->functionPointer->SAD_Block = &SAD_Block_C;
1084 video->functionPointer
[all...]
H A Dmp4lib_int.h426 FuncPtr *functionPointer; /* structure containing platform dependent functions */ member in struct:tagVideoEncData

Completed in 45 milliseconds