Searched refs:ptr_short_window (Results 1 – 3 of 3) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_lpfuncs.c | 358 const WORD16 *ptr_short_window; in ixheaacd_imdct_process() local 364 ptr_short_window = in ixheaacd_imdct_process() 366 ->ptr_short_window[(WORD32)ptr_aac_dec_overlap_info->window_shape]; in ixheaacd_imdct_process() 456 ptr_long_window, ptr_short_window, q_shift, in ixheaacd_imdct_process() 492 ptr_long_window, ptr_short_window, q_shift, in ixheaacd_imdct_process() 520 &out_samples[ch_fac * (SIZE07)], ptr_short_window, q_shift, in ixheaacd_imdct_process() 535 ptr_long_window, ptr_short_window, q_shift, in ixheaacd_imdct_process() 552 ->ptr_short_window[(WORD32)ptr_ics_info->window_shape]; in ixheaacd_imdct_process() 587 ptr_short_window, q_shift, SIZE01, ch_fac); in ixheaacd_imdct_process() 613 short_window, ptr_short_window, in ixheaacd_imdct_process()
|
D | ixheaacd_aacdecoder.c | 180 aac_dec_handle->pstr_aac_dec_overlap_info[ch]->ptr_short_window[0] = in ixheaacd_aacdec_decodeframe() 184 aac_dec_handle->pstr_aac_dec_overlap_info[ch]->ptr_short_window[1] = in ixheaacd_aacdec_decodeframe() 189 aac_dec_handle->ptr_aac_dec_static_channel_info[ch]->ptr_short_window[0] = in ixheaacd_aacdec_decodeframe() 193 aac_dec_handle->ptr_aac_dec_static_channel_info[ch]->ptr_short_window[1] = in ixheaacd_aacdec_decodeframe() 798 ->ptr_short_window[(int)str_ics_info[ch].window_shape]; in ixheaacd_aacdec_decodeframe()
|
D | ixheaacd_channelinfo.h | 89 const WORD16 *ptr_short_window[2]; member 289 const WORD16 *ptr_short_window[2]; member
|