Searched defs:mot_mb (Results 1 - 2 of 2) sorted by relevance
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
H A D | me_utils.cpp | 313 void ComputeMBSum_C(UChar *cur, Int lx, MOT *mot_mb) argument 378 mot_mb[1].sad = sad1; 379 mot_mb[2].sad = sad2; 380 mot_mb[3].sad = sad3; 381 mot_mb[4].sad = sad4; 382 mot_mb[0].sad = sad1 + sad2 + sad3 + sad4;
|
H A D | motion_est.cpp | 148 MOT *mot_mb, **mot = video->mot; local 194 mot_mb = mot[mbnum]; 196 (*ComputeMBSum)(cur + (i << 4), width, mot_mb); 198 totalSAD += mot_mb[0].sad; 271 mot_mb = mot[mbnum]; 295 fprintf(fp_debug, "#%d (%d,%d,%d) : ", mbnum, mot_mb[0].x, mot_mb[0].y, mot_mb[0].sad); 297 mot_mb[1].x, mot_mb[ [all...] |
Completed in 75 milliseconds