HomeSort by relevance Sort by last modified time
    Searched full:f_code_p (Results 1 - 1 of 1) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_est.cpp 160 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);
    [all...]

Completed in 1592 milliseconds