Searched refs:f_code_p (Results 1 – 1 of 1) sorted by relevance
160 Int f_code_p, f_code_n, max_mag = 0, min_mag = 0; in MotionEstimation() local508 f_code_p = 1; in MotionEstimation()509 while ((max_mag >> (4 + f_code_p)) > 0) in MotionEstimation()510 f_code_p++; in MotionEstimation()517 currVop->fcodeForward = (f_code_p > f_code_n ? f_code_p : f_code_n); in MotionEstimation()