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,
116 ia_sbr_scr_struct sbr_scratch_struct; local
117 ixheaacd_allocate_sbr_scr(&sbr_scratch_struct,
131 &sbr_scratch_struct, 0, 1, 0, it_bit_buff, NULL,
ixheaacd_api.c 278 VOID ixheaacd_allocate_sbr_scr(ia_sbr_scr_struct *sbr_scratch_struct,
283 sbr_scratch_struct->ptr_work_buf_core = base_scratch_ptr;
284 sbr_scratch_struct->ptr_work_buf = (WORD8 *)base_scratch_ptr + (18 * 1024);
287 sbr_scratch_struct->extra_scr_1k[0] =
290 sbr_scratch_struct->extra_scr_1k[1] =
302 sbr_scratch_struct->extra_scr_1k[0] = (WORD8 *)output_ptr + (temp * 1024);
304 sbr_scratch_struct->extra_scr_1k[1] =
307 sbr_scratch_struct->extra_scr_1k[0] =
310 sbr_scratch_struct->extra_scr_1k[1] =
1811 ia_sbr_scr_struct sbr_scratch_struct; local
2527 ia_sbr_scr_struct sbr_scratch_struct; local
    [all...]

Completed in 73 milliseconds