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()
243 ia_aac_dec_sbr_bitstream_struct *p_sbr_bit_stream, WORD16 *core_sample_buf, in ixheaacd_applysbr() argument
606 ixheaacd_downmix_to_monosbr(&core_sample_buf[slot_element], ch_fac); in ixheaacd_applysbr()
662 &pstr_sbr_channel[0]->str_sbr_dec, core_sample_buf + slot_element, in ixheaacd_applysbr()
675 &pstr_sbr_channel[0]->str_sbr_dec, core_sample_buf + slot_element, in ixheaacd_applysbr()
702 core_sample_buf + slot_element + 1, ptr_header_data[1], in ixheaacd_applysbr()
712 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.c670 memmove(ptr_sbr_dec->core_sample_buf, in ixheaacd_sbr_dec()
671 ptr_sbr_dec->core_sample_buf + core_frame_size, in ixheaacd_sbr_dec()
673 memcpy(&ptr_sbr_dec->core_sample_buf[frame_move], in ixheaacd_sbr_dec()
1058 memmove(ptr_sbr_dec->core_sample_buf, in ixheaacd_esbr_dec()
1059 ptr_sbr_dec->core_sample_buf + core_frame_size, in ixheaacd_esbr_dec()
1062 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.c102 ia_aac_dec_sbr_bitstream_struct *p_sbr_bit_stream, WORD16 *core_sample_buf,