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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4lib_int.h243 void (*ComputeMBSum)(UChar *cur, Int lx, MOT *mot_mb); member in struct:tagFuncPtr
H A Dmotion_est.cpp151 void (*ComputeMBSum)(UChar *, Int, MOT *) = video->functionPointer->ComputeMBSum;
196 (*ComputeMBSum)(cur + (i << 4), width, mot_mb);
323 (*ComputeMBSum)(cur, width, mot_mb);
485 (*ComputeMBSum)(cur + (i << 4), width, mot_mb);
H A Dmp4enc_api.cpp1074 video->functionPointer->ComputeMBSum = &ComputeMBSum_C;

Completed in 34 milliseconds