Searched refs:preshift (Results 1 - 17 of 17) sorted by relevance

/external/libxaac/decoder/
H A Dixheaacd_td_mdct.h26 WORD8 *shiftp, WORD32 *preshift);
29 WORD32 fft_mode, WORD32 *preshift);
H A Dixheaacd_fwd_alias_cnx.c72 WORD32 qshift, WORD32 *preshift) {
91 (*preshift)++;
142 WORD8 qshift2, WORD8 qshift3, WORD32 *preshift,
175 err = ixheaacd_acelp_mdct(x_in, fac_data_out, preshift, fac_length,
184 qshift2, preshift);
200 (char)((qshift3 - *qshift1 + 31 + (WORD8)(*preshift))));
204 (char)((qshift3 - *qshift1 + 31 + (WORD8)(*preshift))));
71 ixheaacd_synthesis_tool(WORD32 a[], WORD32 x[], WORD32 l, WORD32 qshift, WORD32 *preshift) argument
139 ixheaacd_fr_alias_cnx_fix(WORD32 *x_in, WORD32 len, WORD32 fac_length, WORD32 *lp_filt_coeff, WORD32 *izir, WORD32 *fac_data_out, WORD8 *qshift1, WORD8 qshift2, WORD8 qshift3, WORD32 *preshift, WORD32 *ptr_scratch) argument
H A Dixheaacd_acelp_mdct.c165 WORD32 ixheaacd_acelp_mdct(WORD32 *ptr_in, WORD32 *ptr_out, WORD32 *preshift, argument
211 ixheaacd_complex_fft(ptr_data_r, ptr_data_i, length / 2, -1, preshift);
212 *preshift += 1;
216 *preshift += 1;
222 WORD32 *preshift) {
228 err = ixheaacd_acelp_mdct(in, output_buffer, preshift, l + m, ptr_scratch);
220 ixheaacd_acelp_mdct_main(ia_usac_data_struct *usac_data, WORD32 *in, WORD32 *out, WORD32 l, WORD32 m, WORD32 *preshift) argument
H A Dixheaacd_tcx_fwd_alcnx.c91 WORD8 *shiftp, WORD32 *preshift) {
94 if ((*shiftp - *preshift) > 0) {
95 qfac = 1.0f / (FLOAT32)((WORD64)1 << (*shiftp - *preshift));
102 (FLOAT32)((WORD64)1 << (*preshift - *shiftp)));
159 WORD32 preshift = 0; local
260 lg - (2 * fac_length), &preshift);
264 &preshift);
297 preshift = 0;
301 ixheaacd_acelp_mdct(int_x, int_xn1, &preshift, fac_length, ptr_scratch);
304 ixheaacd_fix2float(int_xn1, xn1, fac_length, &shiftp, &preshift);
90 ixheaacd_fix2float(WORD32 *int_xn1, FLOAT32 *xn1, WORD32 length, WORD8 *shiftp, WORD32 *preshift) argument
[all...]
H A Dixheaacd_imdct.c140 WORD32 *preshift, WORD32 *tmp_data) {
168 ixheaacd_complex_fft(data_r, data_i, nlength, 1, preshift);
176 WORD32 preshift = 0; local
182 preshift++;
189 preshift++;
192 ixheaacd_fft_based_imdct(imdct_in, npoints / 2, &preshift, tmp_data);
193 preshift += 2;
194 *qshift -= preshift;
204 WORD32 quo, rem, preshift = 0; local
273 &qshift1, qshift2, qshift3, &preshift, ptr_scratc
139 ixheaacd_fft_based_imdct(WORD32 *data, WORD32 npoints, WORD32 *preshift, WORD32 *tmp_data) argument
[all...]
H A Dixheaacd_interface.h50 WORD32 fft_mode, WORD32 *preshift);
53 WORD32 fft_mode, WORD32 *preshift);
56 WORD32 fft_mode, WORD32 *preshift);
H A Dixheaacd_main.h207 WORD32 ixheaacd_acelp_mdct(WORD32 *ptr_in, WORD32 *ptr_out, WORD32 *preshift,
212 WORD32 *preshift);
217 WORD32 *preshift, WORD32 *ptr_scratch);
H A Dixheaacd_tcx_fwd_mdct.c124 WORD32 preshift = 0; local
156 ixheaacd_complex_fft(idata_r, idata_i, size_n, -1, &preshift);
158 qfac = 1.0f / ((FLOAT32)((WORD64)1 << (qshift - preshift)));
H A Dixheaacd_acelp_decode.c368 WORD32 preshift; local
400 preshift = 0;
404 ixheaacd_acelp_mdct(int_x, int_xn2, &preshift, fac_length, ptr_scratch);
407 &preshift);
H A Dixheaacd_function_selector.h145 WORD32 fft_mode, WORD32 *preshift);
H A Dixheaacd_fft.c531 WORD32 fft_mode, WORD32 *preshift) {
1571 *preshift = shift - *preshift;
1613 WORD32 fft_mode, WORD32 *preshift) {
1657 *preshift = shift - *preshift + 1;
1764 WORD32 fft_mode, WORD32 *preshift) {
1771 ixheaacd_complex_fft_p3(data_r, data_i, nlength, fft_mode, preshift);
1773 (*ixheaacd_complex_fft_p2)(data_r, data_i, nlength, fft_mode, preshift);
530 ixheaacd_complex_fft_p2_dec(WORD32 *xr, WORD32 *xi, WORD32 nlength, WORD32 fft_mode, WORD32 *preshift) argument
1612 ixheaacd_complex_fft_p3(WORD32 *xr, WORD32 *xi, WORD32 nlength, WORD32 fft_mode, WORD32 *preshift) argument
1763 ixheaacd_complex_fft(WORD32 *data_r, WORD32 *data_i, WORD32 nlength, WORD32 fft_mode, WORD32 *preshift) argument
/external/libxaac/decoder/armv7/
H A Dixheaacd_fft_armv7.c14 WORD32 fft_mode, WORD32 *preshift) {
63 *preshift = shift - *preshift;
13 ixheaacd_complex_fft_p2_armv7(WORD32 *xr, WORD32 *xi, WORD32 nlength, WORD32 fft_mode, WORD32 *preshift) argument
H A Dixheaacd_function_selector_armv7.c195 WORD32 *preshift) = &ixheaacd_complex_fft_p2_armv7;
/external/libxaac/decoder/armv8/
H A Dixheaacd_function_selector_armv8.c194 WORD32 *preshift) = &ixheaacd_complex_fft_p2_dec;
/external/libxaac/decoder/generic/
H A Dixheaacd_function_selector_generic.c195 WORD32 *preshift) = &ixheaacd_complex_fft_p2_dec;
/external/libxaac/decoder/x86/
H A Dixheaacd_function_selector_x86.c194 WORD32 *preshift) = &ixheaacd_complex_fft_p2_dec;
/external/libxaac/decoder/x86_64/
H A Dixheaacd_function_selector_x86_64.c194 WORD32 *preshift) = &ixheaacd_complex_fft_p2_dec;

Completed in 474 milliseconds