Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_aacdecoder.c194 aac_dec_handle->pstr_aac_dec_overlap_info[ch]->ptr_long_window[0] = in ixheaacd_aacdec_decodeframe()
196 aac_dec_handle->pstr_aac_dec_overlap_info[ch]->ptr_short_window[0] = in ixheaacd_aacdec_decodeframe()
198 aac_dec_handle->pstr_aac_dec_overlap_info[ch]->ptr_long_window[1] = in ixheaacd_aacdec_decodeframe()
200 aac_dec_handle->pstr_aac_dec_overlap_info[ch]->ptr_short_window[1] = in ixheaacd_aacdec_decodeframe()
212 aac_dec_handle->pstr_aac_dec_overlap_info[ch]->ptr_long_window[0] = in ixheaacd_aacdec_decodeframe()
214 aac_dec_handle->pstr_aac_dec_overlap_info[ch]->ptr_short_window[0] = in ixheaacd_aacdec_decodeframe()
216 aac_dec_handle->pstr_aac_dec_overlap_info[ch]->ptr_long_window[1] = in ixheaacd_aacdec_decodeframe()
218 aac_dec_handle->pstr_aac_dec_overlap_info[ch]->ptr_short_window[1] = in ixheaacd_aacdec_decodeframe()
236 aac_dec_handle->pstr_aac_dec_overlap_info[ch]->ptr_long_window[1] = in ixheaacd_aacdec_decodeframe()
238 aac_dec_handle->pstr_aac_dec_overlap_info[ch]->ptr_long_window[0] = in ixheaacd_aacdec_decodeframe()
[all …]
Dixheaacd_initfuncs.c393 aac_dec_handle->pstr_aac_dec_overlap_info[ch] = in ixheaacd_aac_decoder_init()
398 aac_dec_handle->pstr_aac_dec_overlap_info[ch]->window_shape = 0; in ixheaacd_aac_decoder_init()
399 aac_dec_handle->pstr_aac_dec_overlap_info[ch]->window_sequence = 0; in ixheaacd_aac_decoder_init()
401 aac_dec_handle->pstr_aac_dec_overlap_info[ch]->ptr_overlap_buf = in ixheaacd_aac_decoder_init()
404 aac_dec_handle->pstr_aac_dec_overlap_info[ch]->ptr_overlap_buf = in ixheaacd_aac_decoder_init()
409 aac_dec_handle->pstr_aac_dec_overlap_info[ch]->ptr_overlap_buf; in ixheaacd_aac_decoder_init()
Dixheaacd_aacdec.h39 ia_aac_dec_overlap_info *pstr_aac_dec_overlap_info[CHANNELS]; member
Dixheaacd_channel.c530 aac_dec_handle->pstr_aac_dec_overlap_info[ch]); in ixheaacd_individual_ch_stream()