Lines Matching refs:pConcealParams
329 pConcealChannelInfo->pConcealParams = pConcealCommonData; in CConcealment_InitChannelData()
581 if (hConcealmentInfo->pConcealParams->method < ConcealMethodInter) { in CConcealment_Store()
654 hConcealmentInfo->pConcealParams->numMuteReleaseFrames); in CConcealment_Apply()
716 switch (hConcealmentInfo->pConcealParams->method) { in CConcealment_Apply()
876 CConcealParams *pConcealCommonData = pConcealmentInfo->pConcealParams; in CConcealment_ApplyInter()
1330 CConcealParams *pConcealCommonData = pConcealmentInfo->pConcealParams; in CConcealment_UpdateState()
1744 if (attIdx > pConcealmentInfo->pConcealParams->numFadeOutFrames) { in CConcealment_ApplyFadeOut()
1862 CConcealParams *pConcealParams = pConcealmentInfo->pConcealParams; in CConcealment_TDFading() local
1870 FIXP_SGL *fadeFactor = pConcealParams->fadeOutFactor; in CConcealment_TDFading()
1883 idx = (pConcealParams->method == ConcealMethodNoise) ? cntFadeFrames - 1 in CConcealment_TDFading()
1889 pConcealmentInfo->pConcealParams->numFadeOutFrames) { in CConcealment_TDFading()
1899 fadeFactor = pConcealParams->fadeInFactor; in CConcealment_TDFading()
1916 if (pConcealmentInfo->pConcealParams->numFadeInFrames == 0) { in CConcealment_TDFading()
1930 if (pConcealmentInfo->pConcealParams->numFadeOutFrames == 0) { in CConcealment_TDFading()
2067 TDNoiseAtt = pConcealmentInfo->pConcealParams->comfortNoiseLevel; in CConcealment_TDNoise_Apply()