HomeSort by relevance Sort by last modified time
    Searched refs:factor_c (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
pred_intra.cpp 1358 int i, a_16, b, c, factor_c; local
1685 int a_16_C[2], b_C[2], c_C[2], a_16, b, c, factor_c; local
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
intra_est.cpp 222 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 >> 5
1378 int a_16, b, c, factor_c, topleft; local
    [all...]

Completed in 205 milliseconds