Searched refs:overlap_data (Results 1 – 2 of 2) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_imdct.c | 343 WORD32 *overlap_data, *fp; in ixheaacd_fd_imdct_short() local 379 overlap_data = overlap_data_buf; in ixheaacd_fd_imdct_short() 381 fp = overlap_data + ixheaacd_drc_offset->n_flat_ls; in ixheaacd_fd_imdct_short() 438 ixheaacd_combine_fac(overlap_data + ixheaacd_drc_offset->n_flat_ls + in ixheaacd_fd_imdct_short() 441 overlap_data + ixheaacd_drc_offset->n_flat_ls + in ixheaacd_fd_imdct_short() 445 memset(overlap_data + 2 * ixheaacd_drc_offset->n_long - in ixheaacd_fd_imdct_short() 448 ixheaacd_scale_down(overlap_data, overlap_data, in ixheaacd_fd_imdct_short() 452 overlap_data + ixheaacd_drc_offset->n_long, in ixheaacd_fd_imdct_short() 454 ixheaacd_scale_down(p_out_ibuffer, overlap_data, ixheaacd_drc_offset->n_long, in ixheaacd_fd_imdct_short()
|
D | ixheaacd_aac_imdct.c | 523 WORD32 overlap_data; in ixheaacd_post_twid_overlap_add_dec() local 536 overlap_data = *ptr_overlap_buf; in ixheaacd_post_twid_overlap_add_dec() 549 ixheaacd_mult32x16lin32_sat(overlap_data, (WORD16)(win1 >> 16))); in ixheaacd_post_twid_overlap_add_dec() 558 ixheaacd_mult32x16lin32_sat(overlap_data, (WORD16)(win1))); in ixheaacd_post_twid_overlap_add_dec() 582 overlap_data = *ptr_overlap_buf; in ixheaacd_post_twid_overlap_add_dec() 589 ixheaacd_mult32x16lin32_sat(overlap_data, (WORD16)(win1 >> 16))); in ixheaacd_post_twid_overlap_add_dec() 597 ixheaacd_mult32x16lin32_sat(overlap_data, (WORD16)win1)); in ixheaacd_post_twid_overlap_add_dec() 612 overlap_data = *ptr_overlap_buf; in ixheaacd_post_twid_overlap_add_dec() 626 ixheaacd_mult32x16lin32_sat(overlap_data, (WORD16)(win1 >> 16))); in ixheaacd_post_twid_overlap_add_dec() 634 ixheaacd_mult32x16lin32_sat(overlap_data, (WORD16)(win1))); in ixheaacd_post_twid_overlap_add_dec() [all …]
|