Searched refs:xh0_1 (Results 1 – 4 of 4) sorted by relevance
/external/libxaac/decoder/armv7/ |
D | ixheaacd_fft32x32_ld2_armv7.s | 19 ADD r8, r3, r5 @xh0_1 = x_2 + x_6 31 ADD r2, r6, r8 @n00 = xh0_0 + xh0_1 33 SUB r4, r6, r8 @n20 = xh0_0 - xh0_1 56 ADD r8, r3, r5 @xh0_1 = x_2 + x_6 68 ADD r2, r6, r8 @n00 = xh0_0 + xh0_1 70 SUB r4, r6, r8 @n20 = xh0_0 - xh0_1 93 ADD r8, r3, r5 @xh0_1 = x_2 + x_6 105 ADD r2, r6, r8 @n00 = xh0_0 + xh0_1 107 SUB r4, r6, r8 @n20 = xh0_0 - xh0_1 130 ADD r8, r3, r5 @xh0_1 = x_2 + x_6 [all …]
|
/external/libxaac/decoder/generic/ |
D | ixheaacd_qmf_dec_generic.c | 1065 WORD32 xh0_1, xh1_1, xl0_1, xl1_1; in ixheaacd_esbr_postradixcompute4() local 1099 xh0_1 = ixheaacd_add32_sat(x_2, x_6); in ixheaacd_esbr_postradixcompute4() 1104 n00 = ixheaacd_add32_sat(xh0_0, xh0_1); in ixheaacd_esbr_postradixcompute4() 1108 n20 = ixheaacd_sub32_sat(xh0_0, xh0_1); in ixheaacd_esbr_postradixcompute4() 1836 WORD32 xh0_1, xh1_1, xl0_1, xl1_1; in ixheaacd_postradixcompute4() local 1870 xh0_1 = ixheaacd_add32_sat(x_2, x_6); in ixheaacd_postradixcompute4() 1875 n00 = ixheaacd_add32_sat(xh0_0, xh0_1); in ixheaacd_postradixcompute4() 1879 n20 = ixheaacd_sub32_sat(xh0_0, xh0_1); in ixheaacd_postradixcompute4()
|
/external/libxaac/decoder/armv8/ |
D | ixheaacd_qmf_dec_armv8.c | 806 WORD32 xh0_1, xh1_1, xl0_1, xl1_1; in ixheaacd_esbr_postradixcompute4() local 844 xh0_1 = ixheaacd_add32_sat(x_2, x_6); in ixheaacd_esbr_postradixcompute4() 849 n00 = ixheaacd_add32_sat(xh0_0, xh0_1); in ixheaacd_esbr_postradixcompute4() 853 n20 = ixheaacd_sub32_sat(xh0_0, xh0_1); in ixheaacd_esbr_postradixcompute4()
|
/external/libxaac/decoder/ |
D | ixheaacd_aac_imdct.c | 2271 WORD32 xh0_0, xh1_0, xh0_1, xh1_1, xl0_0, xl1_0, xl0_1, xl1_1; in ixheaacd_fft_120() local 2297 xh0_1 = ixheaacd_add32_sat(x_2, x_6); in ixheaacd_fft_120() 2302 n00 = ixheaacd_add32_sat(xh0_0, xh0_1); in ixheaacd_fft_120() 2306 n20 = ixheaacd_sub32_sat(xh0_0, xh0_1); in ixheaacd_fft_120() 2899 WORD32 xh0_1, xh1_1, xl0_1, xl1_1; in ixheaacd_fft32x32_ld_dec() local 3058 xh0_1 = ixheaacd_add32_sat(x_2, x_6); in ixheaacd_fft32x32_ld_dec() 3063 n00 = ixheaacd_add32_sat(xh0_0, xh0_1); in ixheaacd_fft32x32_ld_dec() 3067 n20 = ixheaacd_sub32_sat(xh0_0, xh0_1); in ixheaacd_fft32x32_ld_dec()
|