Lines Matching refs:concealParams
371 CConcealment_SetParams(CConcealParams *concealParams, int method, in CConcealment_SetParams() argument
381 if (concealParams == NULL) { in CConcealment_SetParams()
385 concealParams->method = (CConcealmentMethod)method; in CConcealment_SetParams()
397 if (concealParams == NULL) { in CConcealment_SetParams()
401 concealParams->numFadeOutFrames = fadeOutSlope; in CConcealment_SetParams()
411 if (concealParams == NULL) { in CConcealment_SetParams()
415 concealParams->numFadeInFrames = fadeInSlope; in CConcealment_SetParams()
426 if (concealParams == NULL) { in CConcealment_SetParams()
430 concealParams->numMuteReleaseFrames = muteRelease; in CConcealment_SetParams()
443 if (concealParams == NULL) { in CConcealment_SetParams()
446 concealParams->comfortNoiseLevel = (FIXP_DBL)comfNoiseLevel; in CConcealment_SetParams()
463 CConcealment_SetAttenuation(CConcealParams *concealParams, in CConcealment_SetAttenuation() argument
481 if (concealParams == NULL) { in CConcealment_SetAttenuation()
487 concealParams->fadeOutFactor[i] = in CConcealment_SetAttenuation()
507 if (concealParams == NULL) { in CConcealment_SetAttenuation()
513 concealParams->fadeInFactor[i] = FX_DBL2FX_SGL( in CConcealment_SetAttenuation()