Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdecoder.cpp2984 int usacExtBitPos; in CAacDecoder_DecodeFrame() local
2996 usacExtBitPos = (INT)FDKgetValidBits(bs); in CAacDecoder_DecodeFrame()
3020 usacExtBitPos = (usacExtElementPayloadLength * 8) - in CAacDecoder_DecodeFrame()
3021 (usacExtBitPos - (INT)FDKgetValidBits(bs)); in CAacDecoder_DecodeFrame()
3022 if (usacExtBitPos < 0) { in CAacDecoder_DecodeFrame()
3026 FDKpushBiDirectional(bs, usacExtBitPos); in CAacDecoder_DecodeFrame()