Searched refs:input_e (Results 1 – 3 of 3) sorted by relevance
/external/aac/libSBRdec/src/ |
D | transcendent.h | 352 int input_e = (int)*exponent; in FDK_sqrt_MantExp() local 357 result = sqrtFixp_lookup(input_m, &input_e); in FDK_sqrt_MantExp() 358 result_e = input_e; in FDK_sqrt_MantExp()
|
D | env_calc.cpp | 183 SCHAR input_e, FIXP_DBL *nrg_est, SCHAR *nrg_est_e); 1063 SCHAR noise_e, input_e = SCALE2EXP(sbrScaleFactor->hb_scale); in calculateSbrEnvelope() local 1166 lowSubband, highSubband, start_pos, stop_pos, input_e, in calculateSbrEnvelope() 1171 start_pos, stop_pos, input_e, pNrgs->nrgEst, in calculateSbrEnvelope() 1471 sc_change = (start_pos < no_cols) ? adj_e - input_e : final_e - input_e; in calculateSbrEnvelope() 1536 sc_change -= (final_e - input_e); in calculateSbrEnvelope() 2123 SCHAR input_e, /*!< Common exponent for all input samples */ in calcNrgPerSfb() argument 2141 input_e = input_e << 1; in calcNrgPerSfb() 2214 sum_e = input_e + 4 - shift; /* -4 to compensate right-shift */ in calcNrgPerSfb() 2216 sum_e = input_e + 4 + 1 - in calcNrgPerSfb()
|
/external/libxaac/decoder/ |
D | ixheaacd_env_calc.c | 473 WORD32 end_pos, WORD32 input_e, WORD32 adj_e, WORD32 final_e, in ixheaacd_adapt_noise_gain_calc() argument 510 scale_change = (adj_e - input_e); in ixheaacd_adapt_noise_gain_calc() 512 scale_change = (final_e - input_e); in ixheaacd_adapt_noise_gain_calc() 709 WORD32 input_e; in ixheaacd_calc_sbrenvelope() local 830 input_e = 15 - ptr_sbr_scale_fac->hb_scale; in ixheaacd_calc_sbrenvelope() 835 input_e, nrg_est, low_pow_flag, ptr_sbr_tables, ptr_qmf_matrix); in ixheaacd_calc_sbrenvelope() 840 ptr_frame_data->max_qmf_subband_aac, input_e, nrg_est, low_pow_flag, in ixheaacd_calc_sbrenvelope() 890 noise_level_mant, nrg_sine, start_pos, end_pos, input_e, adj_e, final_e, in ixheaacd_calc_sbrenvelope()
|