Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_rev_vlc.c1151 WORD32 *ref_nrg_fwd, WORD32 *ref_scf_fwd) { in ixheaacd_calc_ref_val_fwd() argument
1168 *ref_nrg_fwd = ptr_aac_dec_channel_info->global_gain - 90 - 256; in ixheaacd_calc_ref_val_fwd()
1187 *ref_nrg_fwd = ptr_aac_dec_channel_info->rvlc_scf_fwd_arr[bnds]; in ixheaacd_calc_ref_val_fwd()
1288 WORD32 ref_fwd = 0, ref_nrg_fwd = 0, ref_scf_fwd = 0; in ixheaacd_bi_dir_est_lower_scf_cur_frame() local
1293 &ref_nrg_fwd, &ref_scf_fwd); in ixheaacd_bi_dir_est_lower_scf_cur_frame()
1308 if (ref_nrg_fwd < ref_nrg_bwd) in ixheaacd_bi_dir_est_lower_scf_cur_frame()
1309 ptr_aac_dec_channel_info->ptr_scale_factor[bnds] = ref_nrg_fwd; in ixheaacd_bi_dir_est_lower_scf_cur_frame()