Searched refs:ptr_work_buf_core (Results 1 – 5 of 5) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_sbrdecoder.c | 109 WORD32 *ptr_work_buf_core) { in ixheaacd_sbr_dec_reset() argument 214 (FLOAT32 *)ptr_work_buf_core); in ixheaacd_sbr_dec_reset() 549 audio_object_type, sbr_scratch_struct->ptr_work_buf_core); in ixheaacd_applysbr() 595 sbr_scratch_struct->ptr_work_buf_core); in ixheaacd_applysbr() 883 sbr_scratch_struct->ptr_work_buf_core, self->pstr_sbr_tables, self->pstr_common_tables, in ixheaacd_applysbr() 910 sbr_scratch_struct->ptr_work_buf_core, self->pstr_sbr_tables, self->pstr_common_tables, in ixheaacd_applysbr() 947 sbr_scratch_struct->ptr_work_buf_core, self->pstr_sbr_tables, in ixheaacd_applysbr() 971 sbr_scratch_struct->ptr_work_buf_core, self->pstr_sbr_tables, in ixheaacd_applysbr() 1183 sbr_scratch_struct->ptr_work_buf_core); in ixheaacd_parse_sbr()
|
D | ixheaacd_sbrdecoder.h | 71 VOID *ptr_work_buf_core; member
|
D | ixheaacd_sbr_dec.c | 667 FLAG apply_processing, FLAG low_pow_flag, WORD32 *ptr_work_buf_core, in ixheaacd_sbr_dec() argument 731 WORD32 *p_scr_qmf_real = ptr_work_buf_core + (2 << (6 + !low_pow_flag)); in ixheaacd_sbr_dec() 895 ptr_frame_data->pitch_in_bins, (FLOAT32 *)ptr_work_buf_core); in ixheaacd_sbr_dec() 1149 ptr_work_buf_core); in ixheaacd_sbr_dec() 1178 ptr_frame_data_prev->sbr_invf_mode, ptr_work_buf_core, in ixheaacd_sbr_dec() 1205 ptr_work_buf_core + (LPC_ORDER << (6 + !low_pow_flag)), in ixheaacd_sbr_dec()
|
D | ixheaacd_sbr_dec.h | 223 FLAG apply_processing, FLAG low_pow_flag, WORD32 *ptr_work_buf_core,
|
D | ixheaacd_api.c | 341 sbr_scratch_struct->ptr_work_buf_core = base_scratch_ptr; in ixheaacd_allocate_sbr_scr()
|