Searched defs:pstr_core_coder (Results 1 - 2 of 2) sorted by relevance

/external/libxaac/decoder/
H A Dixheaacd_ext_ch_ele.c153 ia_usac_tmp_core_coder_struct *pstr_core_coder, WORD32 num_window_groups,
162 UWORD8 max_sfb_ste = pstr_core_coder->max_sfb_ste;
192 pstr_core_coder->pred_dir = ixheaacd_read_bits_buf(it_bit_buff, 1);
194 pstr_core_coder->complex_coef = ixheaacd_read_bits_buf(it_bit_buff, 1);
196 if (pstr_core_coder->complex_coef) {
198 pstr_core_coder->use_prev_frame = 0;
200 pstr_core_coder->use_prev_frame = ixheaacd_read_bits_buf(it_bit_buff, 1);
227 if (pstr_core_coder->complex_coef) {
260 ia_usac_tmp_core_coder_struct *pstr_core_coder,
266 UWORD8 max_sfb = pstr_core_coder
151 ixheaacd_cplx_pred_data( ia_usac_data_struct *usac_data, ia_usac_tmp_core_coder_struct *pstr_core_coder, WORD32 num_window_groups, ia_bit_buf_struct *it_bit_buff) argument
258 ixheaacd_read_ms_mask( ia_usac_data_struct *usac_data, ia_usac_tmp_core_coder_struct *pstr_core_coder, ia_bit_buf_struct *it_bit_buff, WORD32 chn) argument
462 ixheaacd_cplx_pred_upmixing( ia_usac_data_struct *usac_data, WORD32 *l_spec, WORD32 *r_spec, ia_usac_tmp_core_coder_struct *pstr_core_coder, WORD32 chn) argument
641 ia_usac_tmp_core_coder_struct *pstr_core_coder = &str_tmp_core_coder; local
[all...]
H A Dixheaacd_spectrum_dec.c329 ia_usac_tmp_core_coder_struct *pstr_core_coder, UWORD8 *max_sfb,
364 if (!pstr_core_coder->common_window) {
372 if (!pstr_core_coder->common_tw && usac_data->tw_mdct[0] == 1) {
405 if (pstr_core_coder->tns_data_present[ch] == 0)
408 if (pstr_core_coder->tns_data_present[ch] == 1)
327 ixheaacd_fd_channel_stream( ia_usac_data_struct *usac_data, ia_usac_tmp_core_coder_struct *pstr_core_coder, UWORD8 *max_sfb, WORD32 window_sequence_last, WORD32 chn, WORD32 noise_filling, WORD32 ch, ia_bit_buf_struct *it_bit_buff ) argument

Completed in 218 milliseconds