Lines Matching refs:specScale
343 pConcealChannelInfo->specScale[i] = 0; in CConcealment_InitChannelData()
558 SHORT *pSpecScale = pAacDecoderChannelInfo->specScale; in CConcealment_Store()
570 FDKmemcpy(tSpecScale, hConcealmentInfo->specScale, 8 * sizeof(SHORT)); in CConcealment_Store()
579 FDKmemcpy(hConcealmentInfo->specScale, pSpecScale, 8 * sizeof(SHORT)); in CConcealment_Store()
750 SHORT *pSpecScale = pAacDecoderChannelInfo->specScale; in CConcealment_Apply()
765 FDKmemcpy(pSpecScale, hConcealmentInfo->specScale, 8 * sizeof(SHORT)); in CConcealment_Apply()
882 SHORT *pSpecScale = pAacDecoderChannelInfo->specScale; in CConcealment_ApplyInter()
905 FDKmemcpy(pSpecScale, pConcealmentInfo->specScale, 8 * sizeof(SHORT)); in CConcealment_ApplyInter()
952 &pSpecScale[wnd], &pConcealmentInfo->specScale[wnd], in CConcealment_ApplyInter()
992 &pConcealmentInfo->specScale[0], &pSpecScale[0], &specScaleOut, in CConcealment_ApplyInter()
1004 SHORT specScaleAct = pConcealmentInfo->specScale[0]; in CConcealment_ApplyInter()
1018 if (pConcealmentInfo->specScale[i] > specScaleAct) { in CConcealment_ApplyInter()
1019 specScaleAct = pConcealmentInfo->specScale[i]; in CConcealment_ApplyInter()
1690 SHORT *pSpecScale = pAacDecoderChannelInfo->specScale; in CConcealment_ApplyFadeOut()
1764 pConcealmentInfo->specScale[srcWin * winIdxStride]; in CConcealment_ApplyFadeOut()