• Home
  • Raw
  • Download

Lines Matching refs:bitCnt

1040         int bitCnt, len = FDKreadBits(hBs, 4);  in CAacDecoder_ExtPayloadParse()  local
1054 bitCnt = len; in CAacDecoder_ExtPayloadParse()
1066 self, hBs, &bitCnt, previous_element, elIndex, in CAacDecoder_ExtPayloadParse()
1069 *count -= len - bitCnt; in CAacDecoder_ExtPayloadParse()
1103 INT bitCnt = 0; in aacDecoder_ParseExplicitMpsAndSbr() local
1106 bitCnt = transportDec_GetAuBitsRemaining(self->hInput, 0); in aacDecoder_ParseExplicitMpsAndSbr()
1114 INT bitCntTmp = bitCnt; in aacDecoder_ParseExplicitMpsAndSbr()
1135 self->drmBsBufferSize, &bitCnt, -1, in aacDecoder_ParseExplicitMpsAndSbr()
1140 bitCntTmp = bitCnt; in aacDecoder_ParseExplicitMpsAndSbr()
1141 bitCnt = 0; in aacDecoder_ParseExplicitMpsAndSbr()
1149 bitCnt = 0; in aacDecoder_ParseExplicitMpsAndSbr()
1160 if ((bitCnt > 0) && (self->flags[0] & (AC_USAC | AC_RSVD50))) { in aacDecoder_ParseExplicitMpsAndSbr()
1166 (CMpegSurroundDecoder *)self->pMpegSurroundDecoder, bs, &bitCnt, in aacDecoder_ParseExplicitMpsAndSbr()
1176 if ((bitCnt = (INT)FDKgetValidBits(bs)) != 0) { in aacDecoder_ParseExplicitMpsAndSbr()
1177 FDKpushBiDirectional(bs, bitCnt); in aacDecoder_ParseExplicitMpsAndSbr()
1182 while (bitCnt > 7) { in aacDecoder_ParseExplicitMpsAndSbr()
1184 self, bs, &bitCnt, previous_element, previous_element_index, 0); in aacDecoder_ParseExplicitMpsAndSbr()
2783 int bitCnt = FDKreadBits(bs, 4); /* bs_count */ in CAacDecoder_DecodeFrame() local
2785 if (bitCnt == 15) { in CAacDecoder_DecodeFrame()
2787 bitCnt = esc_count + 14; in CAacDecoder_DecodeFrame()
2791 bitCnt <<= 3; in CAacDecoder_DecodeFrame()
2793 while (bitCnt > 0) { in CAacDecoder_DecodeFrame()
2795 self, bs, &bitCnt, previous_element, previous_element_index, 1); in CAacDecoder_DecodeFrame()