Searched refs:f_code_n (Results 1 – 1 of 1) sorted by relevance
160 Int f_code_p, f_code_n, max_mag = 0, min_mag = 0; in MotionEstimation() local512 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()