Searched refs:usacExtBitPos (Results 1 – 1 of 1) sorted by relevance
2984 int usacExtBitPos; in CAacDecoder_DecodeFrame() local2996 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()