Searched refs:blkIdx2blkX (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libstagefright/codecs/avc/common/include/ |
D | avcint_common.h | 795 const static int blkIdx2blkX[16] = {0, 1, 0, 1, 2, 3, 2, 3, 0, 1, 0, 1, 2, 3, 2, 3}; variable
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
D | intra_est.cpp | 1913 block_x = blkIdx2blkX[indx]; in MBIntraSearch()
|