Home
last modified time | relevance | path

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

/frameworks/av/media/module/codecs/m4v_h263/enc/src/
Dmotion_est.cpp160 Int f_code_p, f_code_n, max_mag = 0, min_mag = 0; in MotionEstimation() local
512 f_code_n = 1; in MotionEstimation()
514 while ((min_mag - 1) >> (4 + f_code_n) > 0) in MotionEstimation()
515 f_code_n++; in MotionEstimation()
517 currVop->fcodeForward = (f_code_p > f_code_n ? f_code_p : f_code_n); in MotionEstimation()