Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_rev_vlc.c1013 WORD32 max_scf_bands; in ixheaacd_bi_dir_est_scf_prev_frame_reference() local
1018 max_scf_bands = 16; in ixheaacd_bi_dir_est_scf_prev_frame_reference()
1020 max_scf_bands = 64; in ixheaacd_bi_dir_est_scf_prev_frame_reference()
1029 conceal_min = ptr_rvlc->conceal_min % max_scf_bands; in ixheaacd_bi_dir_est_scf_prev_frame_reference()
1030 conceal_group_min = ptr_rvlc->conceal_min / max_scf_bands; in ixheaacd_bi_dir_est_scf_prev_frame_reference()
1031 conceal_max = ptr_rvlc->conceal_max % max_scf_bands; in ixheaacd_bi_dir_est_scf_prev_frame_reference()
1032 conceal_group_max = ptr_rvlc->conceal_max / max_scf_bands; in ixheaacd_bi_dir_est_scf_prev_frame_reference()
1146 WORD32 max_scf_bands; in ixheaacd_calc_ref_val_fwd() local
1150 max_scf_bands = 16; in ixheaacd_calc_ref_val_fwd()
1152 max_scf_bands = 64; in ixheaacd_calc_ref_val_fwd()
[all …]