Searched defs:f_code_p (Results 1 - 1 of 1) sorted by path

/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
508 f_code_p = 1;
509 while ((max_mag >> (4 + f_code_p)) > 0)
510 f_code_p++;
517 currVop->fcodeForward = (f_code_p > f_code_n ? f_code_p : f_code_n);

Completed in 1014 milliseconds