• Home
  • Raw
  • Download

Lines Matching refs:n_long

198                             WORD32 n_long, WORD32 lfac, WORD32 *fac_idata) {  in ixheaacd_cal_fac_data()  argument
225 for (k = 0; k < n_long / 4; k++) { in ixheaacd_cal_fac_data()
233 for (k = 0; k < n_long / 4; k++) { in ixheaacd_cal_fac_data()
273 ixheaacd_fr_alias_cnx_fix(x_in, n_long / 4, lfac, i_aq, izir, fac_idata + 16, in ixheaacd_cal_fac_data()
311 ixheaacd_calc_max_spectralline(p_in_ibuffer, ixheaacd_drc_offset->n_long); in ixheaacd_fd_imdct_short()
312 ixheaacd_normalize(p_in_ibuffer, max_shift, ixheaacd_drc_offset->n_long); in ixheaacd_fd_imdct_short()
317 sizeof(WORD32) * ixheaacd_drc_offset->n_long); in ixheaacd_fd_imdct_short()
330 ixheaacd_calc_max_spectralline(p_in_ibuffer, ixheaacd_drc_offset->n_long); in ixheaacd_fd_imdct_short()
331 ixheaacd_normalize(p_in_ibuffer, max_shift - 1, ixheaacd_drc_offset->n_long); in ixheaacd_fd_imdct_short()
385 memset(overlap_data + 2 * ixheaacd_drc_offset->n_long - in ixheaacd_fd_imdct_short()
392 overlap_data + ixheaacd_drc_offset->n_long, in ixheaacd_fd_imdct_short()
393 ixheaacd_drc_offset->n_long, output_q, shift_olap); in ixheaacd_fd_imdct_short()
394 ixheaacd_scale_down(p_out_ibuffer, overlap_data, ixheaacd_drc_offset->n_long, in ixheaacd_fd_imdct_short()
400 for (k = 0; k < ixheaacd_drc_offset->n_long; k++) { in ixheaacd_fd_imdct_short()
406 for (k = 0; k < ixheaacd_drc_offset->n_long; k++) { in ixheaacd_fd_imdct_short()
426 WORD32 n_long = usac_data->ccfl; in ixheaacd_fd_imdct_long() local
439 ixheaacd_calc_max_spectralline(p_in_ibuffer, ixheaacd_drc_offset->n_long); in ixheaacd_fd_imdct_long()
440 ixheaacd_normalize(p_in_ibuffer, max_shift, ixheaacd_drc_offset->n_long); in ixheaacd_fd_imdct_long()
443 ixheaacd_acelp_imdct(p_in_ibuffer, 2 * ixheaacd_drc_offset->n_long, &shiftp, in ixheaacd_fd_imdct_long()
447 ixheaacd_calc_max_spectralline(p_in_ibuffer, ixheaacd_drc_offset->n_long); in ixheaacd_fd_imdct_long()
448 ixheaacd_normalize(p_in_ibuffer, max_shift - 1, ixheaacd_drc_offset->n_long); in ixheaacd_fd_imdct_long()
455 &window_long_prev, ixheaacd_drc_offset->n_long, window_select_prev); in ixheaacd_fd_imdct_long()
458 p_in_ibuffer + n_long / 2, p_overlap_ibuffer, window_long_prev, in ixheaacd_fd_imdct_long()
459 window_long_prev + ixheaacd_drc_offset->n_long - 1, p_out_ibuffer, in ixheaacd_fd_imdct_long()
460 ixheaacd_drc_offset->n_long, shiftp, shift_olap); in ixheaacd_fd_imdct_long()
471 p_in_ibuffer + n_long / 2, window_short_prev_ptr, fac_idata, in ixheaacd_fd_imdct_long()
476 p_in_ibuffer + n_long / 2, window_short_prev_ptr, p_overlap_ibuffer, in ixheaacd_fd_imdct_long()
484 for (i = 0; i < ixheaacd_drc_offset->n_long / 2; i++) { in ixheaacd_fd_imdct_long()
485 p_overlap_ibuffer[ixheaacd_drc_offset->n_long / 2 + i] = in ixheaacd_fd_imdct_long()
487 p_overlap_ibuffer[ixheaacd_drc_offset->n_long / 2 - i - 1] = in ixheaacd_fd_imdct_long()
491 ixheaacd_scale_down(p_out_ibuffer, p_out_ibuffer, ixheaacd_drc_offset->n_long, in ixheaacd_fd_imdct_long()
497 for (k = 0; k < ixheaacd_drc_offset->n_long; k++) { in ixheaacd_fd_imdct_long()
503 for (k = 0; k < ixheaacd_drc_offset->n_long; k++) { in ixheaacd_fd_imdct_long()
518 ixheaacd_drc_offset.n_long = usac_data->ccfl; in ixheaacd_fd_frm_dec()
519 ixheaacd_drc_offset.n_short = ixheaacd_drc_offset.n_long >> 3; in ixheaacd_fd_frm_dec()
525 ixheaacd_drc_offset.lfac = ixheaacd_drc_offset.n_long >> 4; in ixheaacd_fd_frm_dec()
527 ixheaacd_drc_offset.lfac = ixheaacd_drc_offset.n_long >> 3; in ixheaacd_fd_frm_dec()
530 (ixheaacd_drc_offset.n_long - (ixheaacd_drc_offset.lfac) * 2) >> 1; in ixheaacd_fd_frm_dec()
536 (ixheaacd_drc_offset.n_long - ixheaacd_drc_offset.n_short) >> 1; in ixheaacd_fd_frm_dec()
541 fac_q = ixheaacd_cal_fac_data(usac_data, i_ch, ixheaacd_drc_offset.n_long, in ixheaacd_fd_frm_dec()