Home
last modified time | relevance | path

Searched refs:core_sample_buf (Results 1 – 5 of 5) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_sbrdecoder.c72 VOID ixheaacd_downmix_to_monosbr(WORD16 *core_sample_buf, WORD32 ch_fac) { in ixheaacd_downmix_to_monosbr() argument
74 WORD16 *ptr1 = &core_sample_buf[0]; in ixheaacd_downmix_to_monosbr()
75 WORD16 *ptr2 = &core_sample_buf[1]; in ixheaacd_downmix_to_monosbr()
242 ia_aac_dec_sbr_bitstream_struct *p_sbr_bit_stream, WORD16 *core_sample_buf, in ixheaacd_applysbr() argument
607 ixheaacd_downmix_to_monosbr(&core_sample_buf[slot_element], ch_fac); in ixheaacd_applysbr()
663 &pstr_sbr_channel[0]->str_sbr_dec, core_sample_buf + slot_element, in ixheaacd_applysbr()
676 &pstr_sbr_channel[0]->str_sbr_dec, core_sample_buf + slot_element, in ixheaacd_applysbr()
703 core_sample_buf + slot_element + 1, ptr_header_data[1], in ixheaacd_applysbr()
713 core_sample_buf + slot_element + 1, ptr_header_data[1], in ixheaacd_applysbr()
Dixheaacd_sbrdecoder.h69 ia_aac_dec_sbr_bitstream_struct *p_sbr_bit_stream, WORD16 *core_sample_buf,
Dixheaacd_sbr_dec.c673 memmove(ptr_sbr_dec->core_sample_buf, in ixheaacd_sbr_dec()
674 ptr_sbr_dec->core_sample_buf + core_frame_size, in ixheaacd_sbr_dec()
676 memcpy(&ptr_sbr_dec->core_sample_buf[frame_move], in ixheaacd_sbr_dec()
1066 memmove(ptr_sbr_dec->core_sample_buf, in ixheaacd_esbr_dec()
1067 ptr_sbr_dec->core_sample_buf + core_frame_size, in ixheaacd_esbr_dec()
1070 memcpy(&ptr_sbr_dec->core_sample_buf[frame_move], in ixheaacd_esbr_dec()
Dixheaacd_sbr_dec.h72 FLOAT32 core_sample_buf[2624]; member
Dixheaacd_process.c101 ia_aac_dec_sbr_bitstream_struct *p_sbr_bit_stream, WORD16 *core_sample_buf,