Searched defs:factor_c (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dintra_est.cpp222 int a_16, b, c, factor_c; local
353 factor_c = a_16 + c * (tmp++ - 7);
354 factor_c -= 7 * b;
356 value = factor_c >> 5;
357 factor_c += b;
360 value = factor_c >> 5;
361 factor_c += b;
364 value = factor_c >> 5;
365 factor_c += b;
368 value = factor_c >>
1378 int a_16, b, c, factor_c, topleft; local
[all...]

Completed in 43 milliseconds