Home
last modified time | relevance | path

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

/aosp_15_r20/external/aac/libAACdec/src/
H A Daacdecoder.cpp2947 int usacExtBitPos; in CAacDecoder_DecodeFrame() local
2959 usacExtBitPos = (INT)FDKgetValidBits(bs); in CAacDecoder_DecodeFrame()
2983 usacExtBitPos = (usacExtElementPayloadLength * 8) - in CAacDecoder_DecodeFrame()
2984 (usacExtBitPos - (INT)FDKgetValidBits(bs)); in CAacDecoder_DecodeFrame()
2985 if (usacExtBitPos < 0) { in CAacDecoder_DecodeFrame()
2989 FDKpushBiDirectional(bs, usacExtBitPos); in CAacDecoder_DecodeFrame()