Home
last modified time | relevance | path

Searched refs:ComputeMBSum (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dmotion_est.cpp151 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()
Dmp4lib_int.h243 void (*ComputeMBSum)(UChar *cur, Int lx, MOT *mot_mb); member
Dmp4enc_api.cpp1074 video->functionPointer->ComputeMBSum = &ComputeMBSum_C; in PVInitVideoEncoder()