Searched refs:max_mag (Results 1 – 1 of 1) sorted by relevance
160 Int f_code_p, f_code_n, max_mag = 0, min_mag = 0; in MotionEstimation() local417 if (mot_mb[0].x > max_mag) in MotionEstimation()418 max_mag = mot_mb[0].x; in MotionEstimation()419 if (mot_mb[0].y > max_mag) in MotionEstimation()420 max_mag = mot_mb[0].y; in MotionEstimation()436 if (mot_mb[comp].x > max_mag) in MotionEstimation()437 max_mag = mot_mb[comp].x; in MotionEstimation()438 if (mot_mb[comp].y > max_mag) in MotionEstimation()439 max_mag = mot_mb[comp].y; in MotionEstimation()509 while ((max_mag >> (4 + f_code_p)) > 0) in MotionEstimation()