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() 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()
|
D | ixheaacd_sbrdecoder.h | 69 ia_aac_dec_sbr_bitstream_struct *p_sbr_bit_stream, WORD16 *core_sample_buf,
|
D | ixheaacd_sbr_dec.c | 670 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()
|
D | ixheaacd_sbr_dec.h | 72 FLOAT32 core_sample_buf[2624]; member
|
D | ixheaacd_process.c | 102 ia_aac_dec_sbr_bitstream_struct *p_sbr_bit_stream, WORD16 *core_sample_buf,
|