Searched refs:pDrcChData (Results 1 – 1 of 1) sorted by relevance
204 void aacDecoder_drcInitChannelData(CDrcChannelData *pDrcChData) { in aacDecoder_drcInitChannelData() argument205 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() argument864 (++pDrcChData->expiryCount > in aacDecoder_drcApply()[all …]