Searched refs:blk_x (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
D | block.cpp | 368 int blk_x, blk_y, j, k, idx, b8, b4; in dct_luma_16x16() local 378 for (blk_x = 4; blk_x > 0; blk_x--) in dct_luma_16x16() 731 int j, blk_x, blk_y, k, idx, b4; in dct_chroma() local 756 for (blk_x = 2; blk_x > 0; blk_x--) in dct_chroma()
|