Searched refs:core_sample_buf (Results 1 – 5 of 5) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_sbrdecoder.c | 72 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()
|
D | ixheaacd_sbrdecoder.h | 69 ia_aac_dec_sbr_bitstream_struct *p_sbr_bit_stream, WORD16 *core_sample_buf,
|
D | ixheaacd_sbr_dec.c | 673 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()
|
D | ixheaacd_sbr_dec.h | 72 FLOAT32 core_sample_buf[2624]; member
|
D | ixheaacd_process.c | 101 ia_aac_dec_sbr_bitstream_struct *p_sbr_bit_stream, WORD16 *core_sample_buf,
|