Searched refs:a_16 (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
346 a_16 = ((*(curL - pitch + 15) + *(curL - 1 + 15 * pitch)) << 4) + 16;;
353 factor_c = a_16 + c * (tmp++ - 7);
1378 int a_16, b, c, factor_c, topleft; local
1615 a_16 = ((*(comp_ref_x + 7) + *(comp_ref_y + 7 * pitch)) << 4) + 16;
1624 factor_c = a_16 + c * (pred_a++ - 3);

Completed in 82 milliseconds