Home
last modified time | relevance | path

Searched refs:n_long (Results 1 – 3 of 3) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_imdct.c198 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()
[all …]
Dixheaacd_basic_ops.c142 (ixheaacd_mult32_sh1(-src1[ixheaacd_drc_offset->n_long / 2 + in ixheaacd_windowing_long2()
156 ixheaacd_add32_sat((-src1[ixheaacd_drc_offset->n_long / 2 + in ixheaacd_windowing_long2()
164 for (; i < ixheaacd_drc_offset->n_long; i++) { in ixheaacd_windowing_long2()
165 dest[i] = -src1[ixheaacd_drc_offset->n_long / 2 + in ixheaacd_windowing_long2()
179 (ixheaacd_mult32_sh1(-src1[ixheaacd_drc_offset->n_long / 2 + in ixheaacd_windowing_long2()
193 ixheaacd_add32_sat((-src1[ixheaacd_drc_offset->n_long / 2 + in ixheaacd_windowing_long2()
201 for (; i < ixheaacd_drc_offset->n_long; i++) { in ixheaacd_windowing_long2()
202 dest[i] = -src1[ixheaacd_drc_offset->n_long / 2 + in ixheaacd_windowing_long2()
221 ixheaacd_mult32_sh1(-src1[ixheaacd_drc_offset->n_long / 2 + in ixheaacd_windowing_long2()
233 dest[i] = ixheaacd_add32_sat(-src1[ixheaacd_drc_offset->n_long / 2 + in ixheaacd_windowing_long2()
[all …]
Dixheaacd_windows.h57 WORD32 n_long; member