Home
last modified time | relevance | path

Searched refs:usacExtBitPos (Results 1 – 1 of 1) sorted by relevance

/external/aac/libAACdec/src/
Daacdecoder.cpp2843 int usacExtBitPos; in CAacDecoder_DecodeFrame() local
2855 usacExtBitPos = (INT)FDKgetValidBits(bs); in CAacDecoder_DecodeFrame()
2879 usacExtBitPos = (usacExtElementPayloadLength * 8) - in CAacDecoder_DecodeFrame()
2880 (usacExtBitPos - (INT)FDKgetValidBits(bs)); in CAacDecoder_DecodeFrame()
2881 if (usacExtBitPos < 0) { in CAacDecoder_DecodeFrame()
2885 FDKpushBiDirectional(bs, usacExtBitPos); in CAacDecoder_DecodeFrame()