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