Searched refs:overlap_data (Results 1 – 2 of 2) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_imdct.c | 293 WORD32 *overlap_data, *fp; in ixheaacd_fd_imdct_short() local 318 overlap_data = overlap_data_buf; in ixheaacd_fd_imdct_short() 320 fp = overlap_data + ixheaacd_drc_offset->n_flat_ls; in ixheaacd_fd_imdct_short() 378 ixheaacd_combine_fac(overlap_data + ixheaacd_drc_offset->n_flat_ls + in ixheaacd_fd_imdct_short() 381 overlap_data + ixheaacd_drc_offset->n_flat_ls + in ixheaacd_fd_imdct_short() 385 memset(overlap_data + 2 * ixheaacd_drc_offset->n_long - in ixheaacd_fd_imdct_short() 388 ixheaacd_scale_down(overlap_data, overlap_data, in ixheaacd_fd_imdct_short() 392 overlap_data + ixheaacd_drc_offset->n_long, in ixheaacd_fd_imdct_short() 394 ixheaacd_scale_down(p_out_ibuffer, overlap_data, ixheaacd_drc_offset->n_long, in ixheaacd_fd_imdct_short()
|
D | ixheaacd_aac_imdct.c | 486 WORD32 overlap_data; in ixheaacd_post_twid_overlap_add_dec() local 499 overlap_data = *ptr_overlap_buf; in ixheaacd_post_twid_overlap_add_dec() 512 ixheaacd_mult32x16lin32_drc(overlap_data, (WORD16)(win1 >> 16))); in ixheaacd_post_twid_overlap_add_dec() 521 ixheaacd_mult32x16lin32_drc(overlap_data, (WORD16)(win1))); in ixheaacd_post_twid_overlap_add_dec() 545 overlap_data = *ptr_overlap_buf; in ixheaacd_post_twid_overlap_add_dec() 552 ixheaacd_mult32x16lin32_drc(overlap_data, (WORD16)(win1 >> 16))); in ixheaacd_post_twid_overlap_add_dec() 559 ixheaacd_mult32x16lin32_drc(overlap_data, (WORD16)win1)); in ixheaacd_post_twid_overlap_add_dec() 573 overlap_data = *ptr_overlap_buf; in ixheaacd_post_twid_overlap_add_dec() 587 ixheaacd_mult32x16lin32_drc(overlap_data, (WORD16)(win1 >> 16))); in ixheaacd_post_twid_overlap_add_dec() 594 ixheaacd_mult32x16lin32_drc(overlap_data, (WORD16)(win1))); in ixheaacd_post_twid_overlap_add_dec() [all …]
|