Searched refs:core_sample_buf (Results 1 – 4 of 4) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_sbrdecoder.c | 90 VOID ixheaacd_downmix_to_monosbr(WORD16 *core_sample_buf, WORD32 ch_fac) { in ixheaacd_downmix_to_monosbr() argument 92 WORD16 *ptr1 = &core_sample_buf[0]; in ixheaacd_downmix_to_monosbr() 93 WORD16 *ptr2 = &core_sample_buf[1]; in ixheaacd_downmix_to_monosbr() 315 WORD16 *core_sample_buf, WORD16 *codec_num_channels, FLAG frame_status, FLAG down_samp_flag, in ixheaacd_applysbr() argument 759 ixheaacd_downmix_to_monosbr(&core_sample_buf[slot_element], ch_fac); in ixheaacd_applysbr() 878 &pstr_sbr_channel[0]->str_sbr_dec, core_sample_buf + slot_element, ptr_header_data[0], in ixheaacd_applysbr() 905 &pstr_sbr_channel[0]->str_sbr_dec, core_sample_buf + slot_element, ptr_header_data[0], in ixheaacd_applysbr() 944 &pstr_sbr_channel[1]->str_sbr_dec, core_sample_buf + slot_element + 1, in ixheaacd_applysbr() 968 &pstr_sbr_channel[1]->str_sbr_dec, core_sample_buf + slot_element + 1, in ixheaacd_applysbr()
|
D | ixheaacd_sbrdecoder.h | 76 WORD16 *core_sample_buf, WORD16 *codec_num_channels, FLAG frame_status, FLAG down_samp_flag,
|
D | ixheaacd_sbr_dec.c | 782 memcpy(&ptr_sbr_dec->core_sample_buf[core_frame_size], in ixheaacd_sbr_dec() 789 memcpy(&ptr_sbr_dec->time_sample_buf[0], &ptr_sbr_dec->core_sample_buf[0], in ixheaacd_sbr_dec() 792 memcpy(&ptr_sbr_dec->core_sample_buf[0], &ptr_sbr_dec->core_sample_buf[core_frame_size], in ixheaacd_sbr_dec()
|
D | ixheaacd_sbr_dec.h | 114 FLOAT32 core_sample_buf[2624]; member
|