Searched refs:smooth_ratio (Results 1 – 1 of 1) sorted by relevance
207 FIXP_SGL smooth_ratio,861 FIXP_SGL smooth_ratio; in calculateSbrEnvelope() local992 smooth_ratio = FDK_sbrDecoder_sbr_smoothFilter[j-start_pos]; in calculateSbrEnvelope()995 smooth_ratio = FL2FXCONST_SGL(0.0f); in calculateSbrEnvelope()1004 smooth_ratio, in calculateSbrEnvelope()1943 FIXP_SGL smooth_ratio, /*!< Impact of last envelope */ in adjustTimeSlotHQ() argument1961 FIXP_SGL direct_ratio = /*FL2FXCONST_SGL(1.0f) */ (FIXP_SGL)MAXVAL_SGL - smooth_ratio; in adjustTimeSlotHQ()1986 if (smooth_ratio > FL2FXCONST_SGL(0.0f)) { in adjustTimeSlotHQ()1994 smoothedGain = fMult(smooth_ratio,filtBuffer[k]) + in adjustTimeSlotHQ()1998 smoothedNoise = (fMultDiv2(smooth_ratio,filtBufferNoise[k])>>shift) + in adjustTimeSlotHQ()[all …]