Home
last modified time | relevance | path

Searched refs:ptr_enrg_est_buf (Results 1 – 1 of 1) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_env_calc.c308 WORD16 *ptr_enrg_est_buf = &nrg_est[2 * start_band]; in ixheaacd_noiselimiting() local
320 tmp_mant = (tmp_mant * (*ptr_enrg_est_buf++)); in ixheaacd_noiselimiting()
321 tmp_e = (tmp_e + (*ptr_enrg_est_buf++)); in ixheaacd_noiselimiting()
1404 WORD16 *ptr_enrg_est_buf; in ixheaacd_avggain_calc() local
1415 ptr_enrg_est_buf = &nrg_est[sub_band_start << 1]; in ixheaacd_avggain_calc()
1423 tmp2_m = *ptr_enrg_est_buf++; in ixheaacd_avggain_calc()
1424 tmp2_e = *ptr_enrg_est_buf++; in ixheaacd_avggain_calc()