Home
last modified time | relevance | path

Searched refs:ltp_buf (Results 1 – 5 of 5) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_channelinfo.h293 WORD16 *ltp_buf; member
327 WORD16 *ltp_buf; member
Dixheaacd_aacdec.h61 WORD16 *ltp_buf[CHANNELS]; member
Dixheaacd_initfuncs.c116 aac_persistent_mem->ltp_buf[i] = in ixheaacd_set_aac_persistent_buffers()
347 ->ltp_buf = aac_persistent_mem->ltp_buf[ch]; in ixheaacd_aac_decoder_init()
Dixheaacd_aacdecoder.c247 aac_dec_handle->pstr_aac_dec_ch_info[ch]->ltp_buf = in ixheaacd_aacdec_decodeframe()
248 aac_dec_handle->ptr_aac_dec_static_channel_info[ch]->ltp_buf; in ixheaacd_aacdec_decodeframe()
826 ->ltp_buf, in ixheaacd_aacdec_decodeframe()
834 ->ltp_buf, in ixheaacd_aacdec_decodeframe()
Dixheaacd_lt_predict.c57 WORD16 *lt_pred_stat = ptr_aac_dec_channel_info->ltp_buf; in ixheaacd_lt_prediction()