Searched refs:offset_cur (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dblock.cpp373 int offset_cur[4], offset_pred[4], offset; local
567 offset_cur[0] = 0;
568 offset_cur[1] = (pitch << 2) - 8;
571 offset_cur[2] = 8 - (pitch << 3);
572 offset_cur[3] = -8;
708 curL += offset_cur[b4&1];
713 curL += offset_cur[2 + (b8&1)];
736 int offset_cur[2], offset_pred[2], offset_coef[2]; local
910 offset_cur[0] = 0;
911 offset_cur[
[all...]

Completed in 37 milliseconds