Home
last modified time | relevance | path

Searched refs:sbr_scratch_struct (Results 1 – 4 of 4) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_process.c106 VOID ixheaacd_allocate_sbr_scr(ia_sbr_scr_struct *sbr_scratch_struct,
124 ia_sbr_scr_struct sbr_scratch_struct; in ixheaacd_esbr_process() local
125 ixheaacd_allocate_sbr_scr(&sbr_scratch_struct, in ixheaacd_esbr_process()
153 &sbr_scratch_struct, 0, 1, 0, it_bit_buff, NULL, in ixheaacd_esbr_process()
170 ia_sbr_scr_struct sbr_scratch_struct; in ixheaacd_esbr_parse() local
172 ixheaacd_allocate_sbr_scr(&sbr_scratch_struct, usac_data->sbr_scratch_mem_base, NULL, 2, 1, in ixheaacd_esbr_parse()
201 &sbr_scratch_struct, it_bit_buff, audio_object_type); in ixheaacd_esbr_parse()
Dixheaacd_sbrdecoder.h79 FLAG down_mix_flag, ia_sbr_scr_struct *sbr_scratch_struct, WORD32 ps_enable, WORD32 ch_fac,
87 ia_sbr_scr_struct *sbr_scratch_struct,
Dixheaacd_sbrdecoder.c316 FLAG down_mix_flag, ia_sbr_scr_struct *sbr_scratch_struct, WORD32 ps_enable, WORD32 ch_fac, in ixheaacd_applysbr() argument
544 audio_object_type, sbr_scratch_struct->ptr_work_buf_core); in ixheaacd_applysbr()
590 sbr_scratch_struct->ptr_work_buf_core); in ixheaacd_applysbr()
873 sbr_scratch_struct->ptr_work_buf_core, self->pstr_sbr_tables, self->pstr_common_tables, in ixheaacd_applysbr()
897 sbr_scratch_struct->ptr_work_buf_core, self->pstr_sbr_tables, self->pstr_common_tables, in ixheaacd_applysbr()
931 sbr_scratch_struct->ptr_work_buf_core, self->pstr_sbr_tables, in ixheaacd_applysbr()
952 sbr_scratch_struct->ptr_work_buf_core, self->pstr_sbr_tables, in ixheaacd_applysbr()
1011 ia_sbr_scr_struct *sbr_scratch_struct, in ixheaacd_parse_sbr() argument
1160 sbr_scratch_struct->ptr_work_buf_core); in ixheaacd_parse_sbr()
Dixheaacd_api.c307 VOID ixheaacd_allocate_sbr_scr(ia_sbr_scr_struct *sbr_scratch_struct, in ixheaacd_allocate_sbr_scr() argument
315 sbr_scratch_struct->ptr_work_buf_core = base_scratch_ptr; in ixheaacd_allocate_sbr_scr()
316 sbr_scratch_struct->ptr_work_buf = (WORD8 *)base_scratch_ptr + (18 * 1024); in ixheaacd_allocate_sbr_scr()
346 sbr_scratch_struct->extra_scr_1k[0] = in ixheaacd_allocate_sbr_scr()
349 sbr_scratch_struct->extra_scr_1k[1] = in ixheaacd_allocate_sbr_scr()
361 sbr_scratch_struct->extra_scr_1k[0] = (WORD8 *)output_ptr + (temp * 1024); in ixheaacd_allocate_sbr_scr()
363 sbr_scratch_struct->extra_scr_1k[1] = in ixheaacd_allocate_sbr_scr()
366 sbr_scratch_struct->extra_scr_1k[0] = in ixheaacd_allocate_sbr_scr()
369 sbr_scratch_struct->extra_scr_1k[1] = in ixheaacd_allocate_sbr_scr()
2158 ia_sbr_scr_struct sbr_scratch_struct; in ixheaacd_dec_init() local
[all …]