Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_process.c94 VOID ixheaacd_allocate_sbr_scr(ia_sbr_scr_struct *sbr_scratch_struct,
103 FLAG down_mix_flag, ia_sbr_scr_struct *sbr_scratch_struct, WORD32 ps_enable,
117 ia_sbr_scr_struct sbr_scratch_struct; in ixheaacd_esbr_process() local
118 ixheaacd_allocate_sbr_scr(&sbr_scratch_struct, in ixheaacd_esbr_process()
139 &sbr_scratch_struct, 0, 1, 0, it_bit_buff, NULL, in ixheaacd_esbr_process()
Dixheaacd_api.c277 VOID ixheaacd_allocate_sbr_scr(ia_sbr_scr_struct *sbr_scratch_struct, in ixheaacd_allocate_sbr_scr() argument
282 sbr_scratch_struct->ptr_work_buf_core = base_scratch_ptr; in ixheaacd_allocate_sbr_scr()
283 sbr_scratch_struct->ptr_work_buf = (WORD8 *)base_scratch_ptr + (18 * 1024); in ixheaacd_allocate_sbr_scr()
286 sbr_scratch_struct->extra_scr_1k[0] = in ixheaacd_allocate_sbr_scr()
289 sbr_scratch_struct->extra_scr_1k[1] = in ixheaacd_allocate_sbr_scr()
301 sbr_scratch_struct->extra_scr_1k[0] = (WORD8 *)output_ptr + (temp * 1024); in ixheaacd_allocate_sbr_scr()
303 sbr_scratch_struct->extra_scr_1k[1] = in ixheaacd_allocate_sbr_scr()
306 sbr_scratch_struct->extra_scr_1k[0] = in ixheaacd_allocate_sbr_scr()
309 sbr_scratch_struct->extra_scr_1k[1] = in ixheaacd_allocate_sbr_scr()
1898 ia_sbr_scr_struct sbr_scratch_struct; in ixheaacd_dec_init() local
[all …]
Dixheaacd_sbrdecoder.c244 FLAG down_mix_flag, ia_sbr_scr_struct *sbr_scratch_struct, WORD32 ps_enable, in ixheaacd_applysbr() argument
669 sbr_scratch_struct->ptr_work_buf_core, self->pstr_sbr_tables, in ixheaacd_applysbr()
682 sbr_scratch_struct->ptr_work_buf_core, self->pstr_sbr_tables, in ixheaacd_applysbr()
706 low_pow_flag, sbr_scratch_struct->ptr_work_buf_core, in ixheaacd_applysbr()
716 low_pow_flag, sbr_scratch_struct->ptr_work_buf_core, in ixheaacd_applysbr()
Dixheaacd_sbrdecoder.h71 FLAG down_mix_flag, ia_sbr_scr_struct *sbr_scratch_struct, WORD32 ps_enable,