Searched refs:smooth_ratio (Results 1 – 4 of 4) sorted by relevance
/external/aac/libSBRdec/src/ |
D | env_calc.cpp | 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() [all …]
|
/external/libxaac/decoder/ |
D | ixheaacd_env_dec.c | 762 WORD16 smooth_ratio, FLAG num_noise_flg, in ixheaacd_adj_timeslot() argument 774 direct_ratio = ixheaacd_sub16_sat(0x7fff, smooth_ratio); in ixheaacd_adj_timeslot() 783 if (smooth_ratio) { in ixheaacd_adj_timeslot() 792 tmp = add16_m(mult16x16_16(smooth_ratio, *ptr_filt_buf_local), in ixheaacd_adj_timeslot() 797 tmp1 = add16_m(mult16x16_16(smooth_ratio, *ptr_filt_noise_local), in ixheaacd_adj_timeslot()
|
D | ixheaacd_env_calc.h | 87 WORD16 smooth_ratio, FLAG num_noise_flg,
|
D | ixheaacd_env_calc.c | 562 WORD16 smooth_ratio; in ixheaacd_adapt_noise_gain_calc() local 567 smooth_ratio = ptr_sbr_tables->env_calc_tables_ptr in ixheaacd_adapt_noise_gain_calc() 570 smooth_ratio = 0; in ixheaacd_adapt_noise_gain_calc() 580 (WORD16)(bands), (WORD16)scale_change, smooth_ratio, in ixheaacd_adapt_noise_gain_calc()
|