/external/libxaac/decoder/ |
D | ixheaacd_lpfuncs.c | 323 VOID ixheaacd_spec_to_overlapbuf_dec(WORD32 *ptr_overlap_buf, in ixheaacd_spec_to_overlapbuf_dec() argument 328 ptr_overlap_buf[i] = ixheaacd_shr32_drc(ptr_spec_coeff[i], 16 - q_shift); in ixheaacd_spec_to_overlapbuf_dec() 332 VOID ixheaacd_overlap_buf_out_dec(WORD16 *out_samples, WORD32 *ptr_overlap_buf, in ixheaacd_overlap_buf_out_dec() argument 337 out_samples[ch_fac * i] = ixheaacd_shl16_sat((WORD16)ptr_overlap_buf[i], 1); in ixheaacd_overlap_buf_out_dec() 341 VOID ixheaacd_overlap_out_copy_dec(WORD16 *out_samples, WORD32 *ptr_overlap_buf, in ixheaacd_overlap_out_copy_dec() argument 347 out_samples[ch_fac * i] = ixheaacd_shl16_sat((WORD16)ptr_overlap_buf[i], 1); in ixheaacd_overlap_out_copy_dec() 348 ptr_overlap_buf[i] = ptr_overlap_buf1[i]; in ixheaacd_overlap_out_copy_dec() 359 WORD32 *ptr_overlap_buf; in ixheaacd_imdct_process() local 363 ptr_overlap_buf = ptr_aac_dec_overlap_info->ptr_overlap_buf; in ixheaacd_imdct_process() 423 ptr_aac_tables->pstr_imdct_tables, 1024, ptr_overlap_buf, in ixheaacd_imdct_process() [all …]
|
D | ixheaacd_block.h | 115 VOID ixheaacd_spec_to_overlapbuf_dec(WORD32 *ptr_overlap_buf, 119 VOID ixheaacd_spec_to_overlapbuf_armv7(WORD32 *ptr_overlap_buf, 123 VOID ixheaacd_overlap_buf_out_dec(WORD16 *out_samples, WORD32 *ptr_overlap_buf, 127 WORD32 *ptr_overlap_buf, WORD32 size, 152 VOID ixheaacd_overlap_out_copy_dec(WORD16 *out_samples, WORD32 *ptr_overlap_buf, 157 WORD32 *ptr_overlap_buf, 175 WORD32 *ptr_overlap_buf, const WORD16 stride,
|
D | ixheaacd_initfuncs.c | 138 ->overlap_add_data.ptr_overlap_buf = in ixheaacd_set_aac_persistent_buffers() 336 aac_dec_handle->pstr_aac_dec_overlap_info[ch]->ptr_overlap_buf = in ixheaacd_aac_decoder_init() 339 aac_dec_handle->pstr_aac_dec_overlap_info[ch]->ptr_overlap_buf = in ixheaacd_aac_decoder_init() 343 WORD32 *ptr_overlap_buf = in ixheaacd_aac_decoder_init() local 344 aac_dec_handle->pstr_aac_dec_overlap_info[ch]->ptr_overlap_buf; in ixheaacd_aac_decoder_init() 345 memset(ptr_overlap_buf, 0, sizeof(WORD32) * 4 * 512); in ixheaacd_aac_decoder_init()
|
D | ixheaacd_aac_imdct.h | 43 WORD32 *ptr_overlap_buf, WORD16 q_shift, const WORD16 *window, 49 WORD32 *ptr_overlap_buf, WORD16 q_shift, const WORD16 *window, 55 WORD32 *ptr_overlap_buf, WORD16 q_shift, const WORD16 *window,
|
D | ixheaacd_fwd_alias_cnx.c | 108 WORD32 *ptr_overlap_buf = in ixheaacd_fwd_alias_cancel_tool() local 132 ptr_overlap_buf[i] = ixheaacd_add32_sat( in ixheaacd_fwd_alias_cancel_tool() 133 ptr_overlap_buf[i], in ixheaacd_fwd_alias_cancel_tool()
|
D | ixheaacd_aac_imdct.c | 472 WORD32 *ptr_overlap_buf, WORD16 q_shift, const WORD16 *window, in ixheaacd_post_twid_overlap_add_dec() argument 499 overlap_data = *ptr_overlap_buf; in ixheaacd_post_twid_overlap_add_dec() 507 *ptr_overlap_buf++ = ixheaacd_shr32_drc(outr, 16 - q_shift); in ixheaacd_post_twid_overlap_add_dec() 545 overlap_data = *ptr_overlap_buf; in ixheaacd_post_twid_overlap_add_dec() 547 *ptr_overlap_buf++ = ixheaacd_shr32_drc(outi, 16 - q_shift); in ixheaacd_post_twid_overlap_add_dec() 573 overlap_data = *ptr_overlap_buf; in ixheaacd_post_twid_overlap_add_dec() 582 *ptr_overlap_buf++ = ixheaacd_shr32_drc(outr, 16 - q_shift); in ixheaacd_post_twid_overlap_add_dec() 616 overlap_data = *ptr_overlap_buf; in ixheaacd_post_twid_overlap_add_dec() 618 *ptr_overlap_buf++ = ixheaacd_shr32_drc(outi, 16 - q_shift); in ixheaacd_post_twid_overlap_add_dec() 651 overlap_data = *ptr_overlap_buf; in ixheaacd_post_twid_overlap_add_dec() [all …]
|
D | ixheaacd_lpc.c | 95 WORD32 *ptr_overlap_buf, in ixheaacd_reset_acelp_data_fix() argument 112 if (ptr_overlap_buf != NULL && !tw_mdct) { in ixheaacd_reset_acelp_data_fix() 132 ptr_overlap_buf[(usac_data->ccfl) / 2 - fac_length + i] = in ixheaacd_reset_acelp_data_fix() 134 ptr_overlap_buf[(usac_data->ccfl) / 2 - fac_length + i], in ixheaacd_reset_acelp_data_fix() 138 ptr_overlap_buf[(usac_data->ccfl) / 2 + fac_length + i] = 0; in ixheaacd_reset_acelp_data_fix()
|
D | ixheaacd_create.h | 39 VOID *sbr_persistent_mem_v, WORD32 *ptr_overlap_buf, WORD channel,
|
D | ixheaacd_channelinfo.h | 92 WORD32 *ptr_overlap_buf; member 283 WORD32 *ptr_overlap_buf; member
|
D | ixheaacd_sbrdec_initfuncs.c | 500 VOID *sbr_persistent_mem_v, WORD32 *ptr_overlap_buf, WORD32 channel, in ixheaacd_init_sbr() argument 557 sbr_persistent_mem, &ptr_overlap_buf[512 * 4]); in ixheaacd_init_sbr() 561 sbr_persistent_mem, ptr_overlap_buf); in ixheaacd_init_sbr() 871 WORD32 *ptr_overlap_buf) { in ixheaacd_create_psdec() argument 877 WORD32 *ptr2 = (WORD32 *)&ptr_overlap_buf[512]; in ixheaacd_create_psdec()
|
D | ixheaacd_ps_dec.h | 114 VOID *sbr_persistent_mem, WORD32 *ptr_overlap_buf);
|
D | ixheaacd_struct_def.h | 177 WORD32 *ptr_overlap_buf; member
|
D | ixheaacd_api.c | 1356 p_state_enhaacplus_dec->ptr_overlap_buf = in ixheaacd_dec_init() 1831 p_state_enhaacplus_dec->ptr_overlap_buf, MAXNRSBRCHANNELS, (WORD)1, in ixheaacd_dec_init() 1893 p_state_enhaacplus_dec->ptr_overlap_buf, MAXNRSBRCHANNELS, 1, 1, in ixheaacd_dec_init() 2029 p_state_enhaacplus_dec->ptr_overlap_buf, channel, ps_enable, 1, in ixheaacd_dec_init() 2585 p_state_enhaacplus_dec->ptr_overlap_buf, ps_enable ? 2 : channel, in ixheaacd_dec_execute()
|
D | ixheaacd_aacdecoder.c | 795 ->overlap_add_data.ptr_overlap_buf; in ixheaacd_aacdec_decodeframe()
|
/external/libxaac/decoder/armv7/ |
D | ixheaacd_function_selector_arm_non_neon.c | 160 WORD32 *ptr_overlap_buf, WORD16 q_shift, const WORD16 *window, 168 (WORD32 *ptr_overlap_buf, WORD32 *ptr_spec_coeff, WORD32 q_shift, 172 (WORD16 *out_samples, WORD32 *ptr_overlap_buf, WORD32 size, 176 (WORD16 *out_samples, WORD32 *ptr_overlap_buf, WORD32 *ptr_overlap_buf1,
|
D | ixheaacd_function_selector_armv7.c | 166 WORD32 *ptr_overlap_buf, WORD16 q_shift, const WORD16 *window, 173 (WORD32 *ptr_overlap_buf, WORD32 *ptr_spec_coeff, WORD32 q_shift, 177 (WORD16 *out_samples, WORD32 *ptr_overlap_buf, WORD32 size, 181 (WORD16 *out_samples, WORD32 *ptr_overlap_buf, WORD32 *ptr_overlap_buf1,
|
/external/libxaac/decoder/x86_64/ |
D | ixheaacd_function_selector_x86_64.c | 164 WORD32 *ptr_overlap_buf, WORD16 q_shift, const WORD16 *window, 172 (WORD32 *ptr_overlap_buf, WORD32 *ptr_spec_coeff, WORD32 q_shift, 176 (WORD16 *out_samples, WORD32 *ptr_overlap_buf, WORD32 size, 180 (WORD16 *out_samples, WORD32 *ptr_overlap_buf, WORD32 *ptr_overlap_buf1,
|
/external/libxaac/decoder/x86/ |
D | ixheaacd_function_selector_x86.c | 164 WORD32 *ptr_overlap_buf, WORD16 q_shift, const WORD16 *window, 172 (WORD32 *ptr_overlap_buf, WORD32 *ptr_spec_coeff, WORD32 q_shift, 176 (WORD16 *out_samples, WORD32 *ptr_overlap_buf, WORD32 size, 180 (WORD16 *out_samples, WORD32 *ptr_overlap_buf, WORD32 *ptr_overlap_buf1,
|
/external/libxaac/decoder/armv8/ |
D | ixheaacd_function_selector_armv8.c | 164 WORD32 *ptr_overlap_buf, WORD16 q_shift, const WORD16 *window, 172 (WORD32 *ptr_overlap_buf, WORD32 *ptr_spec_coeff, WORD32 q_shift, 176 (WORD16 *out_samples, WORD32 *ptr_overlap_buf, WORD32 size, 180 (WORD16 *out_samples, WORD32 *ptr_overlap_buf, WORD32 *ptr_overlap_buf1,
|
/external/libxaac/decoder/generic/ |
D | ixheaacd_function_selector_generic.c | 165 WORD32 *ptr_overlap_buf, WORD16 q_shift, const WORD16 *window, 173 (WORD32 *ptr_overlap_buf, WORD32 *ptr_spec_coeff, WORD32 q_shift, 177 (WORD16 *out_samples, WORD32 *ptr_overlap_buf, WORD32 size, 181 (WORD16 *out_samples, WORD32 *ptr_overlap_buf, WORD32 *ptr_overlap_buf1,
|