Searched refs:smooth_length (Results 1 – 3 of 3) sorted by relevance
86 tmp, noise_absc_flag, smooth_length; in ixheaacd_sbr_env_calc() local258 smooth_length = (noise_absc_flag ? 0 : smoothing_length); in ixheaacd_sbr_env_calc()259 smooth_filt = *ixheaacd_fir_table[smooth_length]; in ixheaacd_sbr_env_calc()521 for (n = 4 - smooth_length; n <= 4; n++) { in ixheaacd_sbr_env_calc()580 smooth_length = (noise_absc_flag ? 0 : smoothing_length); in ixheaacd_sbr_env_calc()581 smooth_filt = *ixheaacd_fir_table[smooth_length]; in ixheaacd_sbr_env_calc()699 for (n = 4 - smooth_length; n <= 4; n++) { in ixheaacd_sbr_env_calc()
475 WORD32 smooth_length, WORD32 **anal_buf_real_mant, in ixheaacd_adapt_noise_gain_calc() argument566 if (((l - start_pos) < smooth_length)) { in ixheaacd_adapt_noise_gain_calc()690 WORD32 smooth_length; in ixheaacd_calc_sbrenvelope() local824 smooth_length = 0; in ixheaacd_calc_sbrenvelope()827 smooth_length = ((1 - ptr_header_data->smoothing_mode) << 2); in ixheaacd_calc_sbrenvelope()892 smooth_length, anal_buf_real_mant, anal_buf_imag_mant, low_pow_flag, in ixheaacd_calc_sbrenvelope()
928 UCHAR smooth_length = 0; in calculateSbrEnvelope() local1153 if (!useLP) smooth_length = 0; /* No smoothing on attacks! */ in calculateSbrEnvelope()1157 smooth_length = (1 - hHeaderData->bs_data.smoothingLength) in calculateSbrEnvelope()1556 if (j - start_pos < smooth_length) in calculateSbrEnvelope()