Home
last modified time | relevance | path

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

/aosp_15_r20/external/libxaac/decoder/
H A Dixheaacd_ext_ch_ele.c163 ia_usac_tmp_core_coder_struct *pstr_core_coder, WORD32 num_window_groups, in ixheaacd_cplx_pred_data() argument
172 UWORD8 max_sfb_ste = pstr_core_coder->max_sfb_ste; in ixheaacd_cplx_pred_data()
202 pstr_core_coder->pred_dir = ixheaacd_read_bits_buf(it_bit_buff, 1); in ixheaacd_cplx_pred_data()
204 pstr_core_coder->complex_coef = ixheaacd_read_bits_buf(it_bit_buff, 1); in ixheaacd_cplx_pred_data()
206 if (pstr_core_coder->complex_coef) { in ixheaacd_cplx_pred_data()
208 pstr_core_coder->use_prev_frame = 0; in ixheaacd_cplx_pred_data()
210 pstr_core_coder->use_prev_frame = ixheaacd_read_bits_buf(it_bit_buff, 1); in ixheaacd_cplx_pred_data()
237 if (pstr_core_coder->complex_coef) { in ixheaacd_cplx_pred_data()
270 ia_usac_tmp_core_coder_struct *pstr_core_coder, in ixheaacd_read_ms_mask() argument
276 UWORD8 max_sfb = pstr_core_coder->max_sfb_ste; in ixheaacd_read_ms_mask()
[all …]
H A Dixheaacd_spectrum_dec.c333 ia_usac_tmp_core_coder_struct *pstr_core_coder, UWORD8 *max_sfb, in ixheaacd_fd_channel_stream() argument
368 if (!pstr_core_coder->common_window) { in ixheaacd_fd_channel_stream()
374 memcpy(usac_data->max_sfb, pstr_core_coder->max_sfb, sizeof(pstr_core_coder->max_sfb)); in ixheaacd_fd_channel_stream()
384 if (!pstr_core_coder->common_tw && usac_data->tw_mdct[0] == 1) { in ixheaacd_fd_channel_stream()
417 if (pstr_core_coder->tns_data_present[ch] == 0) in ixheaacd_fd_channel_stream()
420 if (pstr_core_coder->tns_data_present[ch] == 1) in ixheaacd_fd_channel_stream()
H A Dixheaacd_bit_extract.h76 ia_usac_tmp_core_coder_struct *pstr_core_coder, UWORD8 *max_sfb,