Lines Matching refs:pDrcChData
232 void aacDecoder_drcInitChannelData(CDrcChannelData *pDrcChData) { in aacDecoder_drcInitChannelData() argument
233 if (pDrcChData != NULL) { in aacDecoder_drcInitChannelData()
234 pDrcChData->expiryCount = 0; in aacDecoder_drcInitChannelData()
235 pDrcChData->numBands = 1; in aacDecoder_drcInitChannelData()
236 pDrcChData->bandTop[0] = DRC_BLOCK_LEN_DIV_BAND_MULT - 1; in aacDecoder_drcInitChannelData()
237 pDrcChData->drcValue[0] = 0; in aacDecoder_drcInitChannelData()
238 pDrcChData->drcInterpolationScheme = 0; in aacDecoder_drcInitChannelData()
239 pDrcChData->drcDataType = UNKNOWN_PAYLOAD; in aacDecoder_drcInitChannelData()
852 CDrcChannelData *pDrcChData, FIXP_DBL *extGain, in aacDecoder_drcApply() argument
879 (++pDrcChData->expiryCount > in aacDecoder_drcApply()
881 aacDecoder_drcInitChannelData(pDrcChData); in aacDecoder_drcApply()
899 numBands = pDrcChData->numBands; in aacDecoder_drcApply()
934 UCHAR drcVal = pDrcChData->drcValue[band]; in aacDecoder_drcApply()
940 ((AACDEC_DRC_PAYLOAD_TYPE)pDrcChData->drcDataType == in aacDecoder_drcApply()
963 } else if ((AACDEC_DRC_PAYLOAD_TYPE)pDrcChData->drcDataType == in aacDecoder_drcApply()
1005 if (((pDrcChData->bandTop[fMax(0, numBands - 1)] + 1) << 2) < aacFrameSize) in aacDecoder_drcApply()
1046 int top = fixMin((int)((pDrcChData->bandTop[band] + 1) << 2), in aacDecoder_drcApply()
1076 numBands = pDrcChData->numBands; in aacDecoder_drcApply()
1080 max_exponent, pDrcChData->drcInterpolationScheme, in aacDecoder_drcApply()
1081 winSeq, pDrcChData->bandTop); in aacDecoder_drcApply()