Lines Matching refs:smooth_ratio
215 int lowSubbands, int noSubbands, int scale_change, FIXP_SGL smooth_ratio,
229 FIXP_SGL smooth_ratio, int noNoiseFlag,
1419 FIXP_SGL smooth_ratio; in calculateSbrEnvelope() local
1553 smooth_ratio = FDK_sbrDecoder_sbr_smoothFilter[j - start_pos]; in calculateSbrEnvelope()
1555 smooth_ratio = FL2FXCONST_SGL(0.0f); in calculateSbrEnvelope()
1563 smooth_ratio, noNoiseFlag, filtBufferNoiseShift); in calculateSbrEnvelope()
1568 fMin(scale_change, DFRACT_BITS - 1), smooth_ratio, in calculateSbrEnvelope()
2685 FIXP_SGL smooth_ratio, /*!< Impact of last envelope */ in adjustTimeSlotHQ_GainAndNoise() argument
2706 /*FL2FXCONST_SGL(1.0f) */ (FIXP_SGL)MAXVAL_SGL - smooth_ratio; in adjustTimeSlotHQ_GainAndNoise()
2725 if (smooth_ratio > FL2FXCONST_SGL(0.0f)) { in adjustTimeSlotHQ_GainAndNoise()
2732 fMult(smooth_ratio, filtBuffer[k]) + fMult(direct_ratio, gain[k]); in adjustTimeSlotHQ_GainAndNoise()
2735 smoothedNoise = (fMultDiv2(smooth_ratio, filtBufferNoise[k]) >> shift) + in adjustTimeSlotHQ_GainAndNoise()
2738 smoothedNoise = fMultDiv2(smooth_ratio, filtBufferNoise[k]); in adjustTimeSlotHQ_GainAndNoise()
2858 FIXP_SGL smooth_ratio, /*!< Impact of last envelope */ in adjustTimeSlotHQ() argument
2881 /*FL2FXCONST_SGL(1.0f) */ (FIXP_SGL)MAXVAL_SGL - smooth_ratio; in adjustTimeSlotHQ()
2913 if (smooth_ratio > FL2FXCONST_SGL(0.0f)) { in adjustTimeSlotHQ()
2921 fMult(smooth_ratio, filtBuffer[k]) + fMult(direct_ratio, gain[k]); in adjustTimeSlotHQ()
2924 smoothedNoise = (fMultDiv2(smooth_ratio, filtBufferNoise[k]) >> shift) + in adjustTimeSlotHQ()
2927 smoothedNoise = fMultDiv2(smooth_ratio, filtBufferNoise[k]); in adjustTimeSlotHQ()