Searched refs:mot_mb (Results 1 – 4 of 4) sorted by relevance
/external/opencore/codecs_v2/video/m4v_h263/enc/src/ |
D | motion_est.cpp | 148 MOT *mot_mb, **mot = video->mot; in MotionEstimation() local 194 mot_mb = mot[mbnum]; in MotionEstimation() 196 (*ComputeMBSum)(cur + (i << 4), width, mot_mb); in MotionEstimation() 198 totalSAD += mot_mb[0].sad; in MotionEstimation() 271 mot_mb = mot[mbnum]; in MotionEstimation() 295 … fprintf(fp_debug, "#%d (%d,%d,%d) : ", mbnum, mot_mb[0].x, mot_mb[0].y, mot_mb[0].sad); in MotionEstimation() 297 mot_mb[1].x, mot_mb[1].y, mot_mb[1].sad, in MotionEstimation() 298 mot_mb[2].x, mot_mb[2].y, mot_mb[2].sad, in MotionEstimation() 299 mot_mb[3].x, mot_mb[3].y, mot_mb[3].sad, in MotionEstimation() 300 mot_mb[4].x, mot_mb[4].y, mot_mb[4].sad); in MotionEstimation() [all …]
|
D | me_utils.cpp | 313 void ComputeMBSum_C(UChar *cur, Int lx, MOT *mot_mb) in ComputeMBSum_C() argument 378 mot_mb[1].sad = sad1; in ComputeMBSum_C() 379 mot_mb[2].sad = sad2; in ComputeMBSum_C() 380 mot_mb[3].sad = sad3; in ComputeMBSum_C() 381 mot_mb[4].sad = sad4; in ComputeMBSum_C() 382 mot_mb[0].sad = sad1 + sad2 + sad3 + sad4; in ComputeMBSum_C()
|
D | mp4enc_lib.h | 130 void ComputeMBSum_C(UChar *cur, Int lx, MOT *mot_mb); 131 void ComputeMBSum_MMX(UChar *cur, Int lx, MOT *mot_mb); 132 void ComputeMBSum_SSE(UChar *cur, Int lx, MOT *mot_mb);
|
D | mp4lib_int.h | 244 void (*ComputeMBSum)(UChar *cur, Int lx, MOT *mot_mb);
|