Home
last modified time | relevance | path

Searched refs:aac_scratch_ptrs (Results 1 – 2 of 2) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_aacdecoder.c104 ia_aac_dec_scratch_struct *aac_scratch_ptrs, VOID *time_data_tmp, in ixheaacd_aacdec_decodeframe() argument
140 WORD32 *work_buffer_core = aac_scratch_ptrs->base_scr_8k; in ixheaacd_aacdec_decodeframe()
141 WORD32 *work_buffer_1 = aac_scratch_ptrs->extra_scr_4k[0]; in ixheaacd_aacdec_decodeframe()
142 WORD32 *work_buffer_2 = aac_scratch_ptrs->extra_scr_4k[2]; in ixheaacd_aacdec_decodeframe()
289 aac_scratch_ptrs->extra_scr_4k[3]; in ixheaacd_aacdec_decodeframe()
295 aac_scratch_ptrs->extra_scr_4k[0]) { in ixheaacd_aacdec_decodeframe()
482 eld_specific_config.aac_sf_data_resil_flag, aac_scratch_ptrs->in_data, in ixheaacd_aacdec_decodeframe()
483 aac_scratch_ptrs->out_data, (VOID *)aac_dec_handle); in ixheaacd_aacdec_decodeframe()
519 eld_specific_config.aac_sf_data_resil_flag, aac_scratch_ptrs->in_data, in ixheaacd_aacdec_decodeframe()
520 aac_scratch_ptrs->out_data, (VOID *)aac_dec_handle); in ixheaacd_aacdec_decodeframe()
[all …]
Dixheaacd_struct_def.h278 ia_aac_dec_scratch_struct *aac_scratch_ptrs, VOID *time_data, FLAG frame_status, WORD *type,