Lines Matching refs:pConcealParams
331 pConcealChannelInfo->pConcealParams = pConcealCommonData; in CConcealment_InitChannelData()
583 if (hConcealmentInfo->pConcealParams->method < ConcealMethodInter) { in CConcealment_Store()
656 hConcealmentInfo->pConcealParams->numMuteReleaseFrames); in CConcealment_Apply()
718 switch (hConcealmentInfo->pConcealParams->method) { in CConcealment_Apply()
878 CConcealParams *pConcealCommonData = pConcealmentInfo->pConcealParams; in CConcealment_ApplyInter()
1327 CConcealParams *pConcealCommonData = pConcealmentInfo->pConcealParams; in CConcealment_UpdateState()
1741 if (attIdx > pConcealmentInfo->pConcealParams->numFadeOutFrames) { in CConcealment_ApplyFadeOut()
1859 CConcealParams *pConcealParams = pConcealmentInfo->pConcealParams; in CConcealment_TDFading() local
1867 FIXP_SGL *fadeFactor = pConcealParams->fadeOutFactor; in CConcealment_TDFading()
1880 idx = (pConcealParams->method == ConcealMethodNoise) ? cntFadeFrames - 1 in CConcealment_TDFading()
1886 pConcealmentInfo->pConcealParams->numFadeOutFrames) { in CConcealment_TDFading()
1896 fadeFactor = pConcealParams->fadeInFactor; in CConcealment_TDFading()
1913 if (pConcealmentInfo->pConcealParams->numFadeInFrames == 0) { in CConcealment_TDFading()
1927 if (pConcealmentInfo->pConcealParams->numFadeOutFrames == 0) { in CConcealment_TDFading()
2066 TDNoiseAtt = pConcealmentInfo->pConcealParams->comfortNoiseLevel; in CConcealment_TDNoise_Apply()