Searched refs:SAD_Block (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | motion_est.cpp | 783 Int(*SAD_Block)(UChar*, UChar*, Int, Int, void*) = video->functionPointer->SAD_Block; in MBMotionSearch() local 1070 SAD_Block = video->functionPointer->SAD_Block; in MBMotionSearch() 1085 dmin = (*SAD_Block)(ncand, cur8, 65536, lx, extra_info); in MBMotionSearch() 1106 d = (*SAD_Block)(cand, cur8, dmin, lx, extra_info); in MBMotionSearch() 1273 Int(*SAD_Block)(UChar*, UChar*, Int, Int, void*) = video->functionPointer->SAD_Block; in fullsearchBlk() local 1283 dmin = (*SAD_Block)(ref, cur, 65536, lx, (void*)extra_info); in fullsearchBlk() 1299 d = (*SAD_Block)(cand, cur, dmin, lx, (void*)extra_info); in fullsearchBlk()
|
D | mp4lib_int.h | 240 Int(*SAD_Block)(UChar *ref, UChar *blk, Int dmin, Int lx, void *extra_info); member
|
D | mp4enc_api.cpp | 1082 video->functionPointer->SAD_Block = &SAD_Block_C; in PVInitVideoEncoder()
|