Searched refs:ixheaacd_mem_cpy (Results 1 – 5 of 5) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_lpc.c | 358 ixheaacd_mem_cpy(st->synth_prev, synth_buf, MAX_PITCH + synth_delay); in ixheaacd_lpd_dec() 362 ixheaacd_mem_cpy(st->xcitation_prev, xcitation_buff, in ixheaacd_lpd_dec() 384 ixheaacd_mem_cpy(&lsf_flt[0], st->lsf_prev, ORDER); in ixheaacd_lpd_dec() 445 ixheaacd_mem_cpy(st->fd_synth + ORDER, synth - 2 * len_subfrm, in ixheaacd_lpd_dec() 452 ixheaacd_mem_cpy(st->fd_synth + ORDER, tmp + ORDER, 2 * len_subfrm); in ixheaacd_lpd_dec() 468 ixheaacd_mem_cpy(ptr_tmp + 2 * len_subfrm - num_samples, in ixheaacd_lpd_dec() 543 ixheaacd_mem_cpy(lsp_curr, st->lspold, ORDER); in ixheaacd_lpd_dec() 544 ixheaacd_mem_cpy(lsf_curr, st->lsf_prev, ORDER); in ixheaacd_lpd_dec() 547 ixheaacd_mem_cpy(xcitation_buff + len_fr, st->xcitation_prev, in ixheaacd_lpd_dec() 550 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 | 338 ixheaacd_mem_cpy(xn_buf + lg - 1, st->exc_prev, 1 + (2 * fac_length)); in ixheaacd_tcx_mdct() 345 ixheaacd_mem_cpy(xn_buf + fac_length - fac_length_prev, in ixheaacd_tcx_mdct() 363 ixheaacd_mem_cpy(xn, synth, lg); in ixheaacd_tcx_mdct() 365 ixheaacd_mem_cpy(synth - ORDER - 1, xn - ORDER - 1, ORDER + 1); in ixheaacd_tcx_mdct() 373 ixheaacd_mem_cpy(ptr_a, st->lp_flt_coeff_a_prev, ORDER + 1); in ixheaacd_tcx_mdct() 374 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 | 498 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
|