Searched defs:levelPrefix (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_cavlc.c757 u32 i, tmp, totalCoeff, trailingOnes, suffixLength, levelPrefix; local
814 levelPrefix = DecodeLevelPrefix(bit);
815 if (levelPrefix == VLC_NOT_FOUND)
817 BUFFER_FLUSH(bufferValue, bufferBits, levelPrefix+1);
819 if (levelPrefix < 14)
821 else if (levelPrefix == 14)
828 * to levelCode value if levelPrefix == 15 and
836 levelPrefix <<= suffixLength;
841 levelPrefix += levelSuffix;
844 tmp = levelPrefix;
[all...]

Completed in 8 milliseconds