HomeSort by relevance Sort by last modified time
    Searched defs:sbr_scratch_struct (Results 1 - 2 of 2) sorted by null

  /external/libxaac/decoder/
ixheaacd_process.c 95 VOID ixheaacd_allocate_sbr_scr(ia_sbr_scr_struct *sbr_scratch_struct,
104 FLAG down_mix_flag, ia_sbr_scr_struct *sbr_scratch_struct, WORD32 ps_enable,
117 ia_sbr_scr_struct sbr_scratch_struct; local
118 ixheaacd_allocate_sbr_scr(&sbr_scratch_struct,
132 &sbr_scratch_struct, 0, 1, 0, it_bit_buff, NULL,
ixheaacd_api.c 277 VOID ixheaacd_allocate_sbr_scr(ia_sbr_scr_struct *sbr_scratch_struct,
282 sbr_scratch_struct->ptr_work_buf_core = base_scratch_ptr;
283 sbr_scratch_struct->ptr_work_buf = (WORD8 *)base_scratch_ptr + (18 * 1024);
286 sbr_scratch_struct->extra_scr_1k[0] =
289 sbr_scratch_struct->extra_scr_1k[1] =
301 sbr_scratch_struct->extra_scr_1k[0] = (WORD8 *)output_ptr + (temp * 1024);
303 sbr_scratch_struct->extra_scr_1k[1] =
306 sbr_scratch_struct->extra_scr_1k[0] =
309 sbr_scratch_struct->extra_scr_1k[1] =
1844 ia_sbr_scr_struct sbr_scratch_struct; local
2598 ia_sbr_scr_struct sbr_scratch_struct; local
    [all...]

Completed in 1216 milliseconds