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