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.c1022 WORD32 max_scf_bands; in ixheaacd_bi_dir_est_scf_prev_frame_reference() local
1027 max_scf_bands = 16; in ixheaacd_bi_dir_est_scf_prev_frame_reference()
1029 max_scf_bands = 64; in ixheaacd_bi_dir_est_scf_prev_frame_reference()
1038 conceal_min = ptr_rvlc->conceal_min % max_scf_bands; in ixheaacd_bi_dir_est_scf_prev_frame_reference()
1039 conceal_group_min = ptr_rvlc->conceal_min / max_scf_bands; in ixheaacd_bi_dir_est_scf_prev_frame_reference()
1040 conceal_max = ptr_rvlc->conceal_max % max_scf_bands; in ixheaacd_bi_dir_est_scf_prev_frame_reference()
1041 conceal_group_max = ptr_rvlc->conceal_max / max_scf_bands; in ixheaacd_bi_dir_est_scf_prev_frame_reference()
1155 WORD32 max_scf_bands; in ixheaacd_calc_ref_val_fwd() local
1159 max_scf_bands = 16; in ixheaacd_calc_ref_val_fwd()
1161 max_scf_bands = 64; in ixheaacd_calc_ref_val_fwd()
[all …]