Lines Matching refs:pDrcChData

204 void aacDecoder_drcInitChannelData(CDrcChannelData *pDrcChData) {  in aacDecoder_drcInitChannelData()  argument
205 if (pDrcChData != NULL) { in aacDecoder_drcInitChannelData()
206 pDrcChData->expiryCount = 0; in aacDecoder_drcInitChannelData()
207 pDrcChData->numBands = 1; in aacDecoder_drcInitChannelData()
208 pDrcChData->bandTop[0] = DRC_BLOCK_LEN_DIV_BAND_MULT - 1; in aacDecoder_drcInitChannelData()
209 pDrcChData->drcValue[0] = 0; in aacDecoder_drcInitChannelData()
210 pDrcChData->drcInterpolationScheme = 0; in aacDecoder_drcInitChannelData()
211 pDrcChData->drcDataType = UNKNOWN_PAYLOAD; in aacDecoder_drcInitChannelData()
837 CDrcChannelData *pDrcChData, FIXP_DBL *extGain, in aacDecoder_drcApply() argument
864 (++pDrcChData->expiryCount > in aacDecoder_drcApply()
866 aacDecoder_drcInitChannelData(pDrcChData); in aacDecoder_drcApply()
884 numBands = pDrcChData->numBands; in aacDecoder_drcApply()
921 UCHAR drcVal = pDrcChData->drcValue[band]; in aacDecoder_drcApply()
927 ((AACDEC_DRC_PAYLOAD_TYPE)pDrcChData->drcDataType == in aacDecoder_drcApply()
950 } else if ((AACDEC_DRC_PAYLOAD_TYPE)pDrcChData->drcDataType == in aacDecoder_drcApply()
992 if (((pDrcChData->bandTop[fMax(0, numBands - 1)] + 1) << 2) < aacFrameSize) in aacDecoder_drcApply()
1033 int top = fixMin((int)((pDrcChData->bandTop[band] + 1) << 2), in aacDecoder_drcApply()
1063 numBands = pDrcChData->numBands; in aacDecoder_drcApply()
1067 max_exponent, pDrcChData->drcInterpolationScheme, in aacDecoder_drcApply()
1068 winSeq, pDrcChData->bandTop); in aacDecoder_drcApply()