HomeSort by relevance Sort by last modified time
    Searched refs:sine_window (Results 1 - 2 of 2) sorted by null

  /external/libxaac/decoder/
ixheaacd_fwd_alias_cnx.c 145 const WORD32 *sine_window; local
151 sine_window = ixheaacd_sine_win_96;
153 sine_window = ixheaacd_sine_win_128;
155 sine_window = ixheaacd_sine_win_192;
157 sine_window = ixheaacd_sine_win_256;
189 sine_window[i], sine_window[(2 * fac_length) - 1 - i]);
191 2147483647 - ixheaacd_mult32_m(sine_window[fac_length + i],
192 sine_window[fac_length + i]);
ixheaacd_tcx_fwd_alcnx.c 147 const FLOAT32 *sine_window_prev, *sine_window; local
183 sine_window = ixheaacd_sine_window192;
185 sine_window = ixheaacd__sine_window256;
341 xn_buf[i + lg] *= sine_window[(2 * fac_length) - 1 - i];

Completed in 60 milliseconds