Searched refs:levelSuffix (Results 1 - 1 of 1) sorted by last modified time

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_cavlc.c758 u32 levelSuffix, zerosLeft, bit; local
840 BUFFER_GET(bufferValue, bufferBits, levelSuffix, tmp);
841 levelPrefix += levelSuffix;
893 /* combining level and run, levelSuffix variable used to hold coeffMap,
899 levelSuffix = 1 << tmp;
903 levelSuffix |= 1 << tmp;
909 levelSuffix = 0;
914 return((totalCoeff << 4) | (levelSuffix << 16));

Completed in 22 milliseconds