Searched refs:max_mag (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmotion_est.cpp160 Int f_code_p, f_code_n, max_mag = 0, min_mag = 0; local
417 if (mot_mb[0].x > max_mag)
418 max_mag = mot_mb[0].x;
419 if (mot_mb[0].y > max_mag)
420 max_mag = mot_mb[0].y;
436 if (mot_mb[comp].x > max_mag)
437 max_mag = mot_mb[comp].x;
438 if (mot_mb[comp].y > max_mag)
439 max_mag = mot_mb[comp].y;
509 while ((max_mag >> (
[all...]

Completed in 314 milliseconds