Searched refs:xl1_0 (Results 1 – 4 of 4) sorted by relevance
/external/libxaac/decoder/armv7/ |
D | ixheaacd_fft32x32_ld2_armv7.s | 27 SUB r11, r2, r4 @xl1_0 = x_1 - x_5 41 SUB r3, r11, r9 @n11 = xl1_0 - xl0_1 43 ADD r5, r11, r9 @n31 = xl1_0 + xl0_1 64 SUB r11, r2, r4 @xl1_0 = x_1 - x_5 78 SUB r3, r11, r9 @n11 = xl1_0 - xl0_1 80 ADD r5, r11, r9 @n31 = xl1_0 + xl0_1 101 SUB r11, r2, r4 @xl1_0 = x_1 - x_5 115 SUB r3, r11, r9 @n11 = xl1_0 - xl0_1 117 ADD r5, r11, r9 @n31 = xl1_0 + xl0_1 138 SUB r11, r2, r4 @xl1_0 = x_1 - x_5 [all …]
|
/external/libxaac/decoder/armv8/ |
D | ixheaacd_qmf_dec_armv8.c | 517 WORD64 xh0_0, xh1_0, xh20_0, xh21_0, xl0_0, xl1_0, xl20_0, xl21_0; in ixheaacd_esbr_radix4bfly() local 569 xl1_0 = (WORD64)x_1 - (WORD64)x_l1_1; in ixheaacd_esbr_radix4bfly() 580 yt2_0 = (WORD64)xl1_0 + (WORD64)xl20_0; in ixheaacd_esbr_radix4bfly() 581 yt1_0 = (WORD64)xl1_0 - (WORD64)xl20_0; in ixheaacd_esbr_radix4bfly() 686 WORD32 xh0_0, xh1_0, xl0_0, xl1_0; in ixheaacd_esbr_postradixcompute4() local 724 xl1_0 = x_1 - x_5; in ixheaacd_esbr_postradixcompute4() 733 n11 = xl1_0 - xl0_1; in ixheaacd_esbr_postradixcompute4() 737 n31 = xl1_0 + xl0_1; in ixheaacd_esbr_postradixcompute4() 1242 WORD32 xh0_0, xh1_0, xh20_0, xh21_0, xl0_0, xl1_0, xl20_0, xl21_0; in ixheaacd_radix4bfly() local 1294 xl1_0 = x_1 - x_l1_1; in ixheaacd_radix4bfly() [all …]
|
/external/libxaac/decoder/generic/ |
D | ixheaacd_qmf_dec_generic.c | 742 WORD32 xh0_0, xh1_0, xh20_0, xh21_0, xl0_0, xl1_0, xl20_0, xl21_0; in ixheaacd_esbr_radix4bfly() local 794 xl1_0 = ixheaacd_sub32_sat(x_1, x_l1_1); in ixheaacd_esbr_radix4bfly() 805 yt2_0 = ixheaacd_add32_sat(xl1_0, xl20_0); in ixheaacd_esbr_radix4bfly() 806 yt1_0 = ixheaacd_sub32_sat(xl1_0, xl20_0); in ixheaacd_esbr_radix4bfly() 931 WORD32 xh0_0, xh1_0, xl0_0, xl1_0; in ixheaacd_esbr_postradixcompute4() local 969 xl1_0 = ixheaacd_sub32_sat(x_1, x_5); in ixheaacd_esbr_postradixcompute4() 978 n11 = ixheaacd_sub32_sat(xl1_0, xl0_1); in ixheaacd_esbr_postradixcompute4() 982 n31 = ixheaacd_add32_sat(xl1_0, xl0_1); in ixheaacd_esbr_postradixcompute4() 1579 WORD32 xh0_0, xh1_0, xh20_0, xh21_0, xl0_0, xl1_0, xl20_0, xl21_0; in ixheaacd_radix4bfly() local 1631 xl1_0 = ixheaacd_sub32_sat(x_1, x_l1_1); in ixheaacd_radix4bfly() [all …]
|
/external/libxaac/decoder/ |
D | ixheaacd_aac_imdct.c | 1948 WORD32 xh0_0, xh1_0, xh20_0, xh21_0, xl0_0, xl1_0, xl20_0, xl21_0; in ixheaacd_fft32x32_ld_dec() local 2014 xl1_0 = x_1 - x_l1_1; in ixheaacd_fft32x32_ld_dec() 2034 yt2_0 = xl1_0 + xl20_0; in ixheaacd_fft32x32_ld_dec() 2036 yt1_0 = xl1_0 - xl20_0; in ixheaacd_fft32x32_ld_dec() 2101 xl1_0 = x_1 - x_5; in ixheaacd_fft32x32_ld_dec() 2110 n11 = xl1_0 - xl0_1; in ixheaacd_fft32x32_ld_dec() 2114 n31 = xl1_0 + xl0_1; in ixheaacd_fft32x32_ld_dec()
|