Searched refs:ptr_short_window (Results 1 – 3 of 3) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_lpfuncs.c | 361 const WORD16 *ptr_short_window; in ixheaacd_imdct_process() local 367 ptr_short_window = in ixheaacd_imdct_process() 369 ->ptr_short_window[(WORD32)ptr_aac_dec_overlap_info->window_shape]; in ixheaacd_imdct_process() 459 ptr_long_window, ptr_short_window, q_shift, in ixheaacd_imdct_process() 495 ptr_long_window, ptr_short_window, q_shift, in ixheaacd_imdct_process() 523 &out_samples[ch_fac * (SIZE07)], ptr_short_window, q_shift, in ixheaacd_imdct_process() 538 ptr_long_window, ptr_short_window, q_shift, in ixheaacd_imdct_process() 555 ->ptr_short_window[(WORD32)ptr_ics_info->window_shape]; in ixheaacd_imdct_process() 590 ptr_short_window, q_shift, SIZE01, ch_fac); in ixheaacd_imdct_process() 616 short_window, ptr_short_window, in ixheaacd_imdct_process()
|
D | ixheaacd_aacdecoder.c | 183 aac_dec_handle->pstr_aac_dec_overlap_info[ch]->ptr_short_window[0] = in ixheaacd_aacdec_decodeframe() 187 aac_dec_handle->pstr_aac_dec_overlap_info[ch]->ptr_short_window[1] = in ixheaacd_aacdec_decodeframe() 192 aac_dec_handle->ptr_aac_dec_static_channel_info[ch]->ptr_short_window[0] = in ixheaacd_aacdec_decodeframe() 196 aac_dec_handle->ptr_aac_dec_static_channel_info[ch]->ptr_short_window[1] = in ixheaacd_aacdec_decodeframe() 801 ->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
|