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.c181 aac_dec_handle->pstr_aac_dec_overlap_info[ch]->ptr_long_window[0] = in ixheaacd_aacdec_decodeframe()
183 aac_dec_handle->pstr_aac_dec_overlap_info[ch]->ptr_short_window[0] = in ixheaacd_aacdec_decodeframe()
185 aac_dec_handle->pstr_aac_dec_overlap_info[ch]->ptr_long_window[1] = in ixheaacd_aacdec_decodeframe()
187 aac_dec_handle->pstr_aac_dec_overlap_info[ch]->ptr_short_window[1] = in ixheaacd_aacdec_decodeframe()
206 aac_dec_handle->pstr_aac_dec_overlap_info[ch]->ptr_long_window[1] = in ixheaacd_aacdec_decodeframe()
208 aac_dec_handle->pstr_aac_dec_overlap_info[ch]->ptr_long_window[0] = in ixheaacd_aacdec_decodeframe()
218 aac_dec_handle->pstr_aac_dec_overlap_info[ch]->ptr_long_window[1] = in ixheaacd_aacdec_decodeframe()
220 aac_dec_handle->pstr_aac_dec_overlap_info[ch]->ptr_long_window[0] = in ixheaacd_aacdec_decodeframe()
225 aac_dec_handle->pstr_aac_dec_overlap_info[ch]->ptr_long_window[1] = in ixheaacd_aacdec_decodeframe()
227 aac_dec_handle->pstr_aac_dec_overlap_info[ch]->ptr_long_window[0] = in ixheaacd_aacdec_decodeframe()
[all …]
Dixheaacd_initfuncs.c328 aac_dec_handle->pstr_aac_dec_overlap_info[ch] = in ixheaacd_aac_decoder_init()
333 aac_dec_handle->pstr_aac_dec_overlap_info[ch]->window_shape = 0; in ixheaacd_aac_decoder_init()
334 aac_dec_handle->pstr_aac_dec_overlap_info[ch]->window_sequence = 0; in ixheaacd_aac_decoder_init()
336 aac_dec_handle->pstr_aac_dec_overlap_info[ch]->ptr_overlap_buf = in ixheaacd_aac_decoder_init()
339 aac_dec_handle->pstr_aac_dec_overlap_info[ch]->ptr_overlap_buf = in ixheaacd_aac_decoder_init()
344 aac_dec_handle->pstr_aac_dec_overlap_info[ch]->ptr_overlap_buf; in ixheaacd_aac_decoder_init()
Dixheaacd_aacdec.h40 ia_aac_dec_overlap_info *pstr_aac_dec_overlap_info[CHANNELS]; member
Dixheaacd_channel.c511 aac_dec_handle->pstr_aac_dec_overlap_info[ch]); in ixheaacd_individual_ch_stream()