Searched refs:xl0_1 (Results 1 – 4 of 4) sorted by relevance
/external/libxaac/decoder/armv7/ |
D | ixheaacd_fft32x32_ld2_armv7.s | 20 SUB r9, r3, r5 @xl0_1 = x_2 - x_6 41 SUB r3, r11, r9 @n11 = xl1_0 - xl0_1 43 ADD r5, r11, r9 @n31 = xl1_0 + xl0_1 57 SUB r9, r3, r5 @xl0_1 = x_2 - x_6 78 SUB r3, r11, r9 @n11 = xl1_0 - xl0_1 80 ADD r5, r11, r9 @n31 = xl1_0 + xl0_1 94 SUB r9, r3, r5 @xl0_1 = x_2 - x_6 115 SUB r3, r11, r9 @n11 = xl1_0 - xl0_1 117 ADD r5, r11, r9 @n31 = xl1_0 + xl0_1 131 SUB r9, r3, r5 @xl0_1 = x_2 - x_6 [all …]
|
/external/libxaac/decoder/generic/ |
D | ixheaacd_qmf_dec_generic.c | 932 WORD32 xh0_1, xh1_1, xl0_1, xl1_1; in ixheaacd_esbr_postradixcompute4() local 972 xl0_1 = ixheaacd_sub32_sat(x_2, x_6); 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() 1681 WORD32 xh0_1, xh1_1, xl0_1, xl1_1; in ixheaacd_postradixcompute4() local 1721 xl0_1 = ixheaacd_sub32_sat(x_2, x_6); in ixheaacd_postradixcompute4() 1727 n11 = ixheaacd_sub32_sat(xl1_0, xl0_1); in ixheaacd_postradixcompute4() 1731 n31 = ixheaacd_add32_sat(xl1_0, xl0_1); in ixheaacd_postradixcompute4()
|
/external/libxaac/decoder/armv8/ |
D | ixheaacd_qmf_dec_armv8.c | 687 WORD32 xh0_1, xh1_1, xl0_1, xl1_1; in ixheaacd_esbr_postradixcompute4() local 727 xl0_1 = x_2 - x_6; in ixheaacd_esbr_postradixcompute4() 733 n11 = xl1_0 - xl0_1; in ixheaacd_esbr_postradixcompute4() 737 n31 = xl1_0 + xl0_1; in ixheaacd_esbr_postradixcompute4()
|
/external/libxaac/decoder/ |
D | ixheaacd_aac_imdct.c | 1949 WORD32 xh0_1, xh1_1, xl0_1, xl1_1; in ixheaacd_fft32x32_ld_dec() local 2104 xl0_1 = x_2 - x_6; 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()
|