Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_sbrdecoder.h62 VOID *ptr_work_buf_core; member
Dixheaacd_sbrdecoder.c668 sbr_scratch_struct->ptr_work_buf_core, self->pstr_sbr_tables, in ixheaacd_applysbr()
681 sbr_scratch_struct->ptr_work_buf_core, self->pstr_sbr_tables, in ixheaacd_applysbr()
705 low_pow_flag, sbr_scratch_struct->ptr_work_buf_core, in ixheaacd_applysbr()
715 low_pow_flag, sbr_scratch_struct->ptr_work_buf_core, in ixheaacd_applysbr()
Dixheaacd_sbr_dec.c566 WORD32 *ptr_work_buf_core, in ixheaacd_sbr_dec() argument
615 WORD32 *p_scr_qmf_real = ptr_work_buf_core + (2 << (6 + !low_pow_flag)); in ixheaacd_sbr_dec()
900 ptr_work_buf_core); in ixheaacd_sbr_dec()
918 ptr_frame_data_prev->sbr_invf_mode, ptr_work_buf_core, in ixheaacd_sbr_dec()
927 ptr_work_buf_core + (LPC_ORDER << (6 + !low_pow_flag)), in ixheaacd_sbr_dec()
Dixheaacd_sbr_dec.h164 WORD32 *ptr_work_buf_core,
Dixheaacd_api.c282 sbr_scratch_struct->ptr_work_buf_core = base_scratch_ptr; in ixheaacd_allocate_sbr_scr()