Searched refs:mode_mb (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/module/codecs/m4v_h263/enc/src/ |
D | motion_est.cpp | 147 UChar *mode_mb, *Mode = video->headerInfo.Mode; in MotionEstimation() local 272 mode_mb = Mode + mbnum; in MotionEstimation() 277 if (*mode_mb != MODE_INTRA) in MotionEstimation() 311 (*ChooseMode)(mode_mb, cur, width, ((sad8 < sad16) ? sad8 : sad16)); in MotionEstimation() 318 if (*mode_mb == MODE_INTRA) in MotionEstimation() 361 … best_cand, mode_mb, i << 4, j << 4, xh, yh, hp_mem4MV); in MotionEstimation() 381 *mode_mb = MODE_INTER4V; in MotionEstimation() 391 *mode_mb = MODE_INTER; in MotionEstimation() 395 if (*mode_mb == MODE_INTER) in MotionEstimation() 409 if (*mode_mb == MODE_INTER) in MotionEstimation() [all …]
|