Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_imdct.c203 WORD32 n_long, WORD32 lfac, in ixheaacd_cal_fac_data() argument
236 for (k = 0; k < n_long / 4; k++) { in ixheaacd_cal_fac_data()
244 for (k = 0; k < n_long / 4; k++) { in ixheaacd_cal_fac_data()
284 err = ixheaacd_fr_alias_cnx_fix(x_in, n_long / 4, lfac, i_aq, izir, in ixheaacd_cal_fac_data()
325 ixheaacd_calc_max_spectralline(p_in_ibuffer, ixheaacd_drc_offset->n_long); in ixheaacd_fd_imdct_short()
326 ixheaacd_normalize(p_in_ibuffer, max_shift, ixheaacd_drc_offset->n_long); in ixheaacd_fd_imdct_short()
331 sizeof(WORD32) * ixheaacd_drc_offset->n_long); in ixheaacd_fd_imdct_short()
345 ixheaacd_calc_max_spectralline(p_in_ibuffer, ixheaacd_drc_offset->n_long); in ixheaacd_fd_imdct_short()
346 ixheaacd_normalize(p_in_ibuffer, max_shift - 1, ixheaacd_drc_offset->n_long); in ixheaacd_fd_imdct_short()
400 memset(overlap_data + 2 * ixheaacd_drc_offset->n_long - in ixheaacd_fd_imdct_short()
[all …]
Dixheaacd_basic_ops.c145 ixheaacd_negate32_sat(src1[ixheaacd_drc_offset->n_long / 2 + in ixheaacd_windowing_long2()
159 (ixheaacd_negate32_sat(src1[ixheaacd_drc_offset->n_long / 2 + in ixheaacd_windowing_long2()
167 for (; i < ixheaacd_drc_offset->n_long; i++) { in ixheaacd_windowing_long2()
169 ixheaacd_negate32_sat(src1[ixheaacd_drc_offset->n_long / 2 + in ixheaacd_windowing_long2()
184 ixheaacd_negate32_sat(src1[ixheaacd_drc_offset->n_long / 2 + in ixheaacd_windowing_long2()
198 (ixheaacd_negate32_sat(src1[ixheaacd_drc_offset->n_long / 2 + in ixheaacd_windowing_long2()
206 for (; i < ixheaacd_drc_offset->n_long; i++) { in ixheaacd_windowing_long2()
208 ixheaacd_negate32_sat(src1[ixheaacd_drc_offset->n_long / 2 + in ixheaacd_windowing_long2()
228 ixheaacd_negate32_sat(src1[ixheaacd_drc_offset->n_long / 2 + in ixheaacd_windowing_long2()
241 ixheaacd_negate32_sat(src1[ixheaacd_drc_offset->n_long / 2 + in ixheaacd_windowing_long2()
[all …]
Dixheaacd_windows.h57 WORD32 n_long; member