Lines Matching refs:concealParams
373 CConcealment_SetParams(CConcealParams *concealParams, int method, in CConcealment_SetParams() argument
383 if (concealParams == NULL) { in CConcealment_SetParams()
387 concealParams->method = (CConcealmentMethod)method; in CConcealment_SetParams()
399 if (concealParams == NULL) { in CConcealment_SetParams()
403 concealParams->numFadeOutFrames = fadeOutSlope; in CConcealment_SetParams()
413 if (concealParams == NULL) { in CConcealment_SetParams()
417 concealParams->numFadeInFrames = fadeInSlope; in CConcealment_SetParams()
428 if (concealParams == NULL) { in CConcealment_SetParams()
432 concealParams->numMuteReleaseFrames = muteRelease; in CConcealment_SetParams()
445 if (concealParams == NULL) { in CConcealment_SetParams()
448 concealParams->comfortNoiseLevel = (FIXP_DBL)comfNoiseLevel; in CConcealment_SetParams()
465 CConcealment_SetAttenuation(CConcealParams *concealParams, in CConcealment_SetAttenuation() argument
483 if (concealParams == NULL) { in CConcealment_SetAttenuation()
489 concealParams->fadeOutFactor[i] = in CConcealment_SetAttenuation()
509 if (concealParams == NULL) { in CConcealment_SetAttenuation()
515 concealParams->fadeInFactor[i] = FX_DBL2FX_SGL( in CConcealment_SetAttenuation()