• Home
  • Raw
  • Download

Lines Matching refs:bitCnt

1114         int bitCnt, len = FDKreadBits(hBs, 4);  in CAacDecoder_ExtPayloadParse()  local
1128 bitCnt = len; in CAacDecoder_ExtPayloadParse()
1140 self, hBs, &bitCnt, previous_element, elIndex, in CAacDecoder_ExtPayloadParse()
1143 *count -= len - bitCnt; in CAacDecoder_ExtPayloadParse()
1177 INT bitCnt = 0; in aacDecoder_ParseExplicitMpsAndSbr() local
1180 bitCnt = transportDec_GetAuBitsRemaining(self->hInput, 0); in aacDecoder_ParseExplicitMpsAndSbr()
1188 INT bitCntTmp = bitCnt; in aacDecoder_ParseExplicitMpsAndSbr()
1209 self->drmBsBufferSize, &bitCnt, -1, in aacDecoder_ParseExplicitMpsAndSbr()
1214 bitCntTmp = bitCnt; in aacDecoder_ParseExplicitMpsAndSbr()
1215 bitCnt = 0; in aacDecoder_ParseExplicitMpsAndSbr()
1223 bitCnt = 0; in aacDecoder_ParseExplicitMpsAndSbr()
1234 if ((bitCnt > 0) && (self->flags[0] & (AC_USAC | AC_RSVD50))) { in aacDecoder_ParseExplicitMpsAndSbr()
1240 (CMpegSurroundDecoder *)self->pMpegSurroundDecoder, bs, &bitCnt, in aacDecoder_ParseExplicitMpsAndSbr()
1250 if ((bitCnt = (INT)FDKgetValidBits(bs)) != 0) { in aacDecoder_ParseExplicitMpsAndSbr()
1251 FDKpushBiDirectional(bs, bitCnt); in aacDecoder_ParseExplicitMpsAndSbr()
1256 while (bitCnt > 7) { in aacDecoder_ParseExplicitMpsAndSbr()
1258 self, bs, &bitCnt, previous_element, previous_element_index, 0); in aacDecoder_ParseExplicitMpsAndSbr()
2924 int bitCnt = FDKreadBits(bs, 4); /* bs_count */ in CAacDecoder_DecodeFrame() local
2926 if (bitCnt == 15) { in CAacDecoder_DecodeFrame()
2928 bitCnt = esc_count + 14; in CAacDecoder_DecodeFrame()
2932 bitCnt <<= 3; in CAacDecoder_DecodeFrame()
2934 while (bitCnt > 0) { in CAacDecoder_DecodeFrame()
2936 self, bs, &bitCnt, previous_element, previous_element_index, 1); in CAacDecoder_DecodeFrame()