Searched refs:ixheaacd_mem_cpy (Results 1 – 5 of 5) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_lpc.c | 370 ixheaacd_mem_cpy(st->synth_prev, synth_buf, MAX_PITCH + synth_delay); in ixheaacd_lpd_dec() 374 ixheaacd_mem_cpy(st->xcitation_prev, xcitation_buff, in ixheaacd_lpd_dec() 396 ixheaacd_mem_cpy(&lsf_flt[0], st->lsf_prev, ORDER); in ixheaacd_lpd_dec() 457 ixheaacd_mem_cpy(st->fd_synth + ORDER, synth - 2 * len_subfrm, in ixheaacd_lpd_dec() 464 ixheaacd_mem_cpy(st->fd_synth + ORDER, tmp + ORDER, 2 * len_subfrm); in ixheaacd_lpd_dec() 480 ixheaacd_mem_cpy(ptr_tmp + 2 * len_subfrm - num_samples, in ixheaacd_lpd_dec() 557 ixheaacd_mem_cpy(lsp_curr, st->lspold, ORDER); in ixheaacd_lpd_dec() 558 ixheaacd_mem_cpy(lsf_curr, st->lsf_prev, ORDER); in ixheaacd_lpd_dec() 561 ixheaacd_mem_cpy(xcitation_buff + len_fr, st->xcitation_prev, in ixheaacd_lpd_dec() 564 ixheaacd_mem_cpy(synth_buf + len_fr, st->synth_prev, MAX_PITCH + synth_delay); in ixheaacd_lpd_dec() [all …]
|
D | ixheaacd_tcx_fwd_alcnx.c | 339 ixheaacd_mem_cpy(xn_buf + lg - 1, st->exc_prev, 1 + (2 * fac_length)); in ixheaacd_tcx_mdct() 346 ixheaacd_mem_cpy(xn_buf + fac_length - fac_length_prev, in ixheaacd_tcx_mdct() 364 ixheaacd_mem_cpy(xn, synth, lg); in ixheaacd_tcx_mdct() 366 ixheaacd_mem_cpy(synth - ORDER - 1, xn - ORDER - 1, ORDER + 1); in ixheaacd_tcx_mdct() 374 ixheaacd_mem_cpy(ptr_a, st->lp_flt_coeff_a_prev, ORDER + 1); in ixheaacd_tcx_mdct() 375 ixheaacd_mem_cpy(ptr_a, st->lp_flt_coeff_a_prev + ORDER + 1, ORDER + 1); in ixheaacd_tcx_mdct()
|
D | ixheaacd_func_def.h | 32 VOID ixheaacd_mem_cpy(const FLOAT32 x[], FLOAT32 y[], WORD32 n);
|
D | ixheaacd_acelp_decode.c | 499 ixheaacd_mem_cpy(code, &xcitation_curr[subfr_idx], LEN_SUBFR); in ixheaacd_acelp_alias_cnx()
|
D | ixheaacd_basic_ops.c | 43 VOID ixheaacd_mem_cpy(const FLOAT32 x[], FLOAT32 y[], WORD32 n) { in ixheaacd_mem_cpy() function
|