Searched refs:blk_y (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 401 for (blk_y = 4; blk_y > 0; blk_y--) in dct_luma_16x16() 731 int j, blk_x, blk_y, k, idx, b4; in dct_chroma() local 782 for (blk_y = 2; blk_y > 0; blk_y--) in dct_chroma()
|