Lines Matching refs:pSpecScale
558 SHORT *pSpecScale = pAacDecoderChannelInfo->specScale; in CConcealment_Store() local
579 FDKmemcpy(hConcealmentInfo->specScale, pSpecScale, 8 * sizeof(SHORT)); in CConcealment_Store()
623 FDKmemcpy(pSpecScale, tSpecScale, 8 * sizeof(SHORT)); in CConcealment_Store()
750 SHORT *pSpecScale = pAacDecoderChannelInfo->specScale; in CConcealment_Apply() local
765 FDKmemcpy(pSpecScale, hConcealmentInfo->specScale, 8 * sizeof(SHORT)); in CConcealment_Apply()
778 FDKmemclear(pSpecScale, 8 * sizeof(SHORT)); in CConcealment_Apply()
882 SHORT *pSpecScale = pAacDecoderChannelInfo->specScale; in CConcealment_ApplyInter() local
905 FDKmemcpy(pSpecScale, pConcealmentInfo->specScale, 8 * sizeof(SHORT)); in CConcealment_ApplyInter()
952 &pSpecScale[wnd], &pConcealmentInfo->specScale[wnd], in CConcealment_ApplyInter()
953 &pSpecScale[wnd], sfbEnergyPrev, sfbEnergyAct, in CConcealment_ApplyInter()
985 if (pSpecScale[i] > pSpecScale[0]) { in CConcealment_ApplyInter()
986 pSpecScale[0] = pSpecScale[i]; in CConcealment_ApplyInter()
992 &pConcealmentInfo->specScale[0], &pSpecScale[0], &specScaleOut, in CConcealment_ApplyInter()
995 pSpecScale[0] = specScaleOut; in CConcealment_ApplyInter()
1042 &pSpecScale[0], &specScaleAct, &pSpecScale[0], sfbEnergyPrev, in CConcealment_ApplyInter()
1690 SHORT *pSpecScale = pAacDecoderChannelInfo->specScale; in CConcealment_ApplyFadeOut() local
1763 pSpecScale[dstWin * winIdxStride] = in CConcealment_ApplyFadeOut()