Home
last modified time | relevance | path

Searched refs:ptr_x (Results 1 – 18 of 18) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_interface.h58 VOID ixheaacd_mps_complex_fft_64_dec(WORD32 *ptr_x, WORD32 *fin_re,
61 VOID ixheaacd_mps_complex_fft_64_armv7(WORD32 *ptr_x, WORD32 *fin_re,
65 WORD32 *ptr_x, WORD32 *ptr_y,
69 WORD32 *ptr_x, WORD32 *ptr_y);
72 WORD32 *ptr_x, WORD32 *ptr_y);
86 VOID ixheaacd_calc_pre_twid_dec(WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr,
90 VOID ixheaacd_calc_pre_twid_armv7(WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr,
94 VOID ixheaacd_calc_post_twid_dec(WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr,
98 VOID ixheaacd_calc_post_twid_armv7(WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr,
Dixheaacd_fft.c73 VOID ixheaacd_mps_complex_fft_64_dec(WORD32 *ptr_x, WORD32 *fin_re, in ixheaacd_mps_complex_fft_64_dec() argument
89 WORD32 *inp = ptr_x; in ixheaacd_mps_complex_fft_64_dec()
538 WORD32 ptr_x[1024]; in ixheaacd_complex_fft_p2_dec() local
562 ptr_x[2 * i] = (xr[i] / (1 << (shift))); in ixheaacd_complex_fft_p2_dec()
563 ptr_x[2 * i + 1] = (xi[i] / (1 << (shift))); in ixheaacd_complex_fft_p2_dec()
570 WORD32 *inp = ptr_x; in ixheaacd_complex_fft_p2_dec()
1070 WORD32 *inp = ptr_x; in ixheaacd_complex_fft_p2_dec()
1623 WORD32 *ptr_x = x; in ixheaacd_complex_fft_p3() local
1660 ptr_x[2 * i] = (xr[i] >> 1); in ixheaacd_complex_fft_p3()
1661 ptr_x[2 * i + 1] = (xi[i] >> 1); in ixheaacd_complex_fft_p3()
[all …]
Dixheaacd_aac_imdct.h75 WORD32 *ptr_x, WORD32 *ptr_y);
79 WORD32 *ptr_x, WORD32 *ptr_y);
83 WORD32 *ptr_x, WORD32 *ptr_y);
98 WORD32 npoints, WORD32 *ptr_x, WORD32 *ptr_y);
102 WORD32 *ptr_x, WORD32 *ptr_y);
106 WORD32 *ptr_x, WORD32 *ptr_y);
Dixheaacd_function_selector.h147 extern VOID (*ixheaacd_mps_complex_fft_64)(WORD32 *ptr_x, WORD32 *fin_re,
158 extern VOID (*ixheaacd_calc_pre_twid)(WORD32 *ptr_x, WORD32 *r_ptr,
163 extern VOID (*ixheaacd_calc_post_twid)(WORD32 *ptr_x, WORD32 *r_ptr,
184 WORD32 *ptr_x, WORD32 *ptr_y);
188 WORD32 *ptr_x, WORD32 *ptr_y);
Dixheaacd_qmf_dec.h142 VOID ixheaacd_postradixcompute4(WORD32 *ptr_y, WORD32 *ptr_x,
145 VOID ixheaacd_postradixcompute2(WORD32 *ptr_y, WORD32 *ptr_x,
153 WORD32 *ptr_x, WORD32 *ptr_y,
170 VOID ixheaacd_postradixcompute4(WORD32 *ptr_y, WORD32 *ptr_x,
173 VOID ixheaacd_postradixcompute2(WORD32 *ptr_y, WORD32 *ptr_x,
Dixheaacd_aac_imdct.c791 WORD32 *ptr_x, WORD32 *ptr_y) in ixheaacd_imdct_using_fft_dec() argument
812 WORD32 *data = ptr_x; in ixheaacd_imdct_using_fft_dec()
1798 WORD32 *ptr_x = &x[0]; in ixheaacd_post_twiddle_ld() local
1813 re = *ptr_x++; in ixheaacd_post_twiddle_ld()
1814 im = *ptr_x++; in ixheaacd_post_twiddle_ld()
1823 re = *ptr_x++; in ixheaacd_post_twiddle_ld()
1824 im = *ptr_x++; in ixheaacd_post_twiddle_ld()
1840 WORD32 *ptr_x = &x[0]; in ixheaacd_post_twiddle_eld() local
1861 re = *ptr_x++; in ixheaacd_post_twiddle_eld()
1862 im = *ptr_x++; in ixheaacd_post_twiddle_eld()
[all …]
Dixheaacd_imdct.c101 void ixheaacd_calc_pre_twid_dec(WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr, in ixheaacd_calc_pre_twid_dec() argument
107 ptr_y = &ptr_x[2 * nlength - 1]; in ixheaacd_calc_pre_twid_dec()
110 *r_ptr++ = ((ixheaacd_mult32(ixheaacd_negate32_sat(*ptr_x), (*cos_ptr)) - in ixheaacd_calc_pre_twid_dec()
113 ixheaacd_mult32((*ptr_x), (*sin_ptr++)))); in ixheaacd_calc_pre_twid_dec()
114 ptr_x += 2; in ixheaacd_calc_pre_twid_dec()
Dixheaacd_esbr_fft.c42 void ixheaacd_real_synth_fft_p2(FLOAT32 *ptr_x, FLOAT32 *ptr_y, in ixheaacd_real_synth_fft_p2() argument
60 FLOAT32 *inp = ptr_x; in ixheaacd_real_synth_fft_p2()
541 void ixheaacd_cmplx_anal_fft_p2(FLOAT32 *ptr_x, FLOAT32 *ptr_y, in ixheaacd_cmplx_anal_fft_p2() argument
559 FLOAT32 *inp = ptr_x; in ixheaacd_cmplx_anal_fft_p2()
1161 FLOAT32 *ptr_x = x_in; in ixheaacd_cmplx_anal_fft_p3() local
1203 ixheaacd_aac_ld_dec_fft_3_float(ptr_x, ptr_y); in ixheaacd_cmplx_anal_fft_p3()
1205 ptr_x = ptr_x + 6; in ixheaacd_cmplx_anal_fft_p3()
/external/libxaac/decoder/armv7/
Dixheaacd_fft_armv7.c19 WORD32 ptr_x[1024]; in ixheaacd_complex_fft_p2_armv7() local
42 ptr_x[2 * i] = (xr[i] / (1 << (shift))); in ixheaacd_complex_fft_p2_armv7()
43 ptr_x[2 * i + 1] = (xi[i] / (1 << (shift))); in ixheaacd_complex_fft_p2_armv7()
48 ptr_x, ptr_y); in ixheaacd_complex_fft_p2_armv7()
54 ptr_x, ptr_y); in ixheaacd_complex_fft_p2_armv7()
67 VOID ixheaacd_mps_complex_fft_64_armv7(WORD32 *ptr_x, WORD32 *fin_re, in ixheaacd_mps_complex_fft_64_armv7() argument
80 ixheaacd_mps_complex_fft_64_asm(ptr_w, nlength, ptr_x, ptr_y, in ixheaacd_mps_complex_fft_64_armv7()
Dixheaacd_function_selector_armv7.c191 WORD32 *ptr_x, WORD32 *ptr_y) = &ixheaacd_imdct_using_fft_armv7;
198 (WORD32 *ptr_x, WORD32 *fin_re, WORD32 *fin_im,
210 (WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr, WORD32 nlength,
214 (WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr, WORD32 nlength,
235 WORD32 *ptr_x, WORD32 *ptr_y) = &ixheaacd_imdct_using_fft_armv7;
239 WORD32 *ptr_x, WORD32 *ptr_y) = &ixheaacd_fft32x32_ld2_armv7;
Dixheaacd_function_selector_arm_non_neon.c186 WORD32 *ptr_x, WORD32 *ptr_y) = &ixheaacd_imdct_using_fft_dec;
Dixheaacd_fft32x32_ld.s13 @ r2 = ptr_x and
/external/libxaac/decoder/armv8/
Dixheaacd_function_selector_armv8.c190 WORD32 *ptr_x, WORD32 *ptr_y) = &ixheaacd_imdct_using_fft_armv8;
197 (WORD32 *ptr_x, WORD32 *fin_re, WORD32 *fin_im,
209 (WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr, WORD32 nlength,
213 (WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr, WORD32 nlength,
234 WORD32 *ptr_x, WORD32 *ptr_y) = &ixheaacd_imdct_using_fft_armv8;
238 WORD32 *ptr_x, WORD32 *ptr_y) = &ixheaacd_fft32x32_ld2_armv8;
Dixheaacd_qmf_dec_armv8.c602 VOID ixheaacd_esbr_postradixcompute2(WORD32 *ptr_y, WORD32 *ptr_x, in ixheaacd_esbr_postradixcompute2() argument
618 x0 = ptr_x; in ixheaacd_esbr_postradixcompute2()
619 x2 = ptr_x + (WORD32)(npoints >> 1); in ixheaacd_esbr_postradixcompute2()
689 VOID ixheaacd_esbr_postradixcompute4(WORD32 *ptr_y, WORD32 *ptr_x, in ixheaacd_esbr_postradixcompute4() argument
708 x0 = ptr_x; in ixheaacd_esbr_postradixcompute4()
709 x2 = ptr_x + (WORD32)(npoints >> 1); in ixheaacd_esbr_postradixcompute4()
/external/libxaac/decoder/generic/
Dixheaacd_function_selector_generic.c191 WORD32 *ptr_x, WORD32 *ptr_y) = &ixheaacd_imdct_using_fft_dec;
198 (WORD32 *ptr_x, WORD32 *fin_re, WORD32 *fin_im,
210 (WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr, WORD32 nlength,
214 (WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr, WORD32 nlength,
235 WORD32 *ptr_x, WORD32 *ptr_y) = ixheaacd_fft32x32_ld_dec;
239 WORD32 *ptr_x, WORD32 *ptr_y) = &ixheaacd_fft32x32_ld_dec;
Dixheaacd_qmf_dec_generic.c839 VOID ixheaacd_esbr_postradixcompute2(WORD32 *ptr_y, WORD32 *ptr_x, in ixheaacd_esbr_postradixcompute2() argument
855 x0 = ptr_x; in ixheaacd_esbr_postradixcompute2()
856 x2 = ptr_x + (WORD32)(npoints >> 1); in ixheaacd_esbr_postradixcompute2()
926 VOID ixheaacd_esbr_postradixcompute4(WORD32 *ptr_y, WORD32 *ptr_x, in ixheaacd_esbr_postradixcompute4() argument
945 x0 = ptr_x; in ixheaacd_esbr_postradixcompute4()
946 x2 = ptr_x + (WORD32)(npoints >> 1); in ixheaacd_esbr_postradixcompute4()
1676 VOID ixheaacd_postradixcompute4(WORD32 *ptr_y, WORD32 *ptr_x, in ixheaacd_postradixcompute4() argument
1694 x0 = ptr_x; in ixheaacd_postradixcompute4()
1695 x2 = ptr_x + (WORD32)(npoints >> 1); in ixheaacd_postradixcompute4()
1783 VOID ixheaacd_postradixcompute2(WORD32 *ptr_y, WORD32 *ptr_x, in ixheaacd_postradixcompute2() argument
[all …]
/external/libxaac/decoder/x86_64/
Dixheaacd_function_selector_x86_64.c190 WORD32 *ptr_x, WORD32 *ptr_y) = &ixheaacd_imdct_using_fft_dec;
197 (WORD32 *ptr_x, WORD32 *fin_re, WORD32 *fin_im,
209 (WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr, WORD32 nlength,
213 (WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr, WORD32 nlength,
234 WORD32 *ptr_x, WORD32 *ptr_y) = ixheaacd_fft32x32_ld_dec;
238 WORD32 *ptr_x, WORD32 *ptr_y) = &ixheaacd_fft32x32_ld_dec;
/external/libxaac/decoder/x86/
Dixheaacd_function_selector_x86.c190 WORD32 *ptr_x, WORD32 *ptr_y) = &ixheaacd_imdct_using_fft_dec;
197 (WORD32 *ptr_x, WORD32 *fin_re, WORD32 *fin_im,
209 (WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr, WORD32 nlength,
213 (WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr, WORD32 nlength,
234 WORD32 *ptr_x, WORD32 *ptr_y) = ixheaacd_fft32x32_ld_dec;
238 WORD32 *ptr_x, WORD32 *ptr_y) = &ixheaacd_fft32x32_ld_dec;