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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfastquant.cpp25 const static UChar imask[8] = {128, 64, 32, 16, 8, 4, 2, 1}; variable
241 (*bcolptr) |= imask[i>>3];
403 (*bmcolptr) |= imask[i>>3];
628 (*bcolptr) |= imask[i>>3];
802 (*bmcolptr) |= imask[i>>3];
H A Ddct.h35 const static unsigned char imask[8] = {128, 64, 32, 16, 8, 4, 2, 1}; variable
H A Dvlc_encode.cpp1796 UChar imask[6] = {0x1F, 0x2F, 0x37, 0x3B, 0x3D, 0x3E}; local
1884 CBP &= imask[i];
1913 CBP &= imask[i];

Completed in 402 milliseconds