Lines Matching refs:pSpecScale
565 SHORT *pSpecScale, in CConcealment_fakePnsData() argument
579 pSpecScale[win] = 31; in CConcealment_fakePnsData()
660 SHORT *pSpecScale = pAacDecoderChannelInfo->specScale; in CConcealment_Store() local
679 FDKmemcpy(hConcealmentInfo->specScale, pSpecScale, 8*sizeof(SHORT)); in CConcealment_Store()
714 FDKmemcpy(pSpecScale, tSpecScale, 8*sizeof(SHORT)); in CConcealment_Store()
837 SHORT *pSpecScale = pAacDecoderChannelInfo->specScale; in CConcealment_ApplyNoise() local
904 pSpecScale[win*win_idx_stride] = pConcealmentInfo->specScale[win_idx_stride*lastWindow++]; in CConcealment_ApplyNoise()
1018 SHORT *pSpecScale = pAacDecoderChannelInfo->specScale; in CConcealment_ApplyInter() local
1043 FDKmemcpy(pSpecScale, pConcealmentInfo->specScale, 8*sizeof(SHORT)); in CConcealment_ApplyInter()
1092 &pSpecScale[wnd], in CConcealment_ApplyInter()
1094 &pSpecScale[wnd], in CConcealment_ApplyInter()
1128 if (pSpecScale[i] > pSpecScale[0]) { in CConcealment_ApplyInter()
1129 pSpecScale[0] = pSpecScale[i]; in CConcealment_ApplyInter()
1136 &pSpecScale[0], in CConcealment_ApplyInter()
1143 pSpecScale[0] = specScaleOut; in CConcealment_ApplyInter()
1192 &pSpecScale[0], in CConcealment_ApplyInter()
1194 &pSpecScale[0], in CConcealment_ApplyInter()