Lines Matching refs:ORDER
56 extern const FLOAT32 lsf_init[ORDER];
157 ixheaacd_memset(st->lp_flt_coeff_a_prev, 2 * (ORDER + 1));
324 FLOAT32 lsp_curr[ORDER];
325 FLOAT32 lsf_curr[ORDER];
330 FLOAT32 lsf_flt[(2 * NUM_FRAMES + 1) * ORDER];
377 ixheaacd_lsp_2_lsf_conversion(st->lspold, lsf_flt, ORDER);
384 ixheaacd_mem_cpy(&lsf_flt[0], st->lsf_prev, ORDER);
385 ixheaacd_lsf_2_lsp_conversion_float(st->lsf_prev, st->lspold, ORDER);
390 FLOAT32 lp_flt_coeff_a[9 * (ORDER + 1)];
391 FLOAT32 tmp_buf[3 * LEN_FRAME + ORDER];
404 (ORDER + 1) * sizeof(FLOAT32));
405 memcpy(st->lp_flt_coeff_a_prev + ORDER + 1, lp_flt_coeff_a,
406 (ORDER + 1) * sizeof(FLOAT32));
441 st->fd_synth[ORDER - len_subfrm + i] = (FLOAT32)(
448 st->fd_synth[ORDER + i] = (FLOAT32)(
453 ixheaacd_mem_cpy(st->fd_synth + ORDER, synth - 2 * len_subfrm,
456 ixheaacd_preemphsis_tool_float(st->fd_synth + ORDER - len_subfrm,
459 ixheaacd_preemphsis_tool_float(st->fd_synth + ORDER, PREEMPH_FILT_FAC,
464 ixheaacd_memset(tmp - len_subfrm, ORDER);
465 ixheaacd_mem_cpy(st->fd_synth + ORDER - len_subfrm,
466 tmp - len_subfrm + ORDER, 3 * len_subfrm);
469 ixheaacd_memset(tmp, ORDER);
470 ixheaacd_mem_cpy(st->fd_synth + ORDER, tmp + ORDER, 2 * len_subfrm);
474 memset(st->fd_synth, 0, ORDER * sizeof(WORD32));
478 &st->fd_synth[ORDER + tmp_start],
504 memcpy(lsf_curr, &lsf_flt[(k + 1) * ORDER], ORDER * sizeof(FLOAT32));
506 memcpy(lsf_curr, &lsf_flt[(k + 2) * ORDER], ORDER * sizeof(FLOAT32));
508 memcpy(lsf_curr, &lsf_flt[(k + 4) * ORDER], ORDER * sizeof(FLOAT32));
510 ixheaacd_lsf_2_lsp_conversion_float(lsf_curr, lsp_curr, ORDER);
513 for (i = 0; i < ORDER; i++) {
554 ORDER);
563 ixheaacd_mem_cpy(lsp_curr, st->lspold, ORDER);
564 ixheaacd_mem_cpy(lsf_curr, st->lsf_prev, ORDER);
651 memmove(usac_data->lpc_prev[i_ch], &tddec->lp_flt_coeff_a_prev[ORDER + 1],
652 (ORDER + 1) * sizeof(FLOAT32));