Searched refs:ComputeMBSum (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | motion_est.cpp | 151 void (*ComputeMBSum)(UChar *, Int, MOT *) = video->functionPointer->ComputeMBSum; in MotionEstimation() local 196 (*ComputeMBSum)(cur + (i << 4), width, mot_mb); in MotionEstimation() 323 (*ComputeMBSum)(cur, width, mot_mb); in MotionEstimation() 485 (*ComputeMBSum)(cur + (i << 4), width, mot_mb); in MotionEstimation()
|
D | mp4lib_int.h | 243 void (*ComputeMBSum)(UChar *cur, Int lx, MOT *mot_mb); member
|
D | mp4enc_api.cpp | 1074 video->functionPointer->ComputeMBSum = &ComputeMBSum_C; in PVInitVideoEncoder()
|