Searched refs:xl0_0 (Results 1 – 4 of 4) sorted by relevance
/external/libxaac/decoder/armv7/ |
D | ixheaacd_fft32x32_ld2_armv7.s | 18 SUB r7, r2, r4 @xl0_0 = x_0 - x_4 32 ADD r3, r7, r14 @n10 = xl0_0 + xl1_1 34 SUB r5, r7, r14 @n30 = xl0_0 - xl1_1 55 SUB r7, r2, r4 @xl0_0 = x_0 - x_4 69 ADD r3, r7, r14 @n10 = xl0_0 + xl1_1 71 SUB r5, r7, r14 @n30 = xl0_0 - xl1_1 92 SUB r7, r2, r4 @xl0_0 = x_0 - x_4 106 ADD r3, r7, r14 @n10 = xl0_0 + xl1_1 108 SUB r5, r7, r14 @n30 = xl0_0 - xl1_1 129 SUB r7, r2, r4 @xl0_0 = x_0 - x_4 [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 555 xl0_0 = (WORD64)x_0 - (WORD64)x_l1_0; in ixheaacd_esbr_radix4bfly() 577 xt1_0 = (WORD64)xl0_0 + (WORD64)xl21_0; in ixheaacd_esbr_radix4bfly() 578 xt2_0 = (WORD64)xl0_0 - (WORD64)xl21_0; in ixheaacd_esbr_radix4bfly() 686 WORD32 xh0_0, xh1_0, xl0_0, xl1_0; in ixheaacd_esbr_postradixcompute4() local 723 xl0_0 = x_0 - x_4; in ixheaacd_esbr_postradixcompute4() 732 n10 = xl0_0 + xl1_1; in ixheaacd_esbr_postradixcompute4() 736 n30 = xl0_0 - xl1_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 1280 xl0_0 = x_0 - x_l1_0; 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 780 xl0_0 = ixheaacd_sub32_sat(x_0, x_l1_0); in ixheaacd_esbr_radix4bfly() 802 xt1_0 = ixheaacd_add32_sat(xl0_0, xl21_0); in ixheaacd_esbr_radix4bfly() 803 xt2_0 = ixheaacd_sub32_sat(xl0_0, xl21_0); in ixheaacd_esbr_radix4bfly() 931 WORD32 xh0_0, xh1_0, xl0_0, xl1_0; in ixheaacd_esbr_postradixcompute4() local 968 xl0_0 = ixheaacd_sub32_sat(x_0, x_4); in ixheaacd_esbr_postradixcompute4() 977 n10 = ixheaacd_add32_sat(xl0_0, xl1_1); in ixheaacd_esbr_postradixcompute4() 981 n30 = ixheaacd_sub32_sat(xl0_0, xl1_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 1617 xl0_0 = ixheaacd_sub32_sat(x_0, x_l1_0); 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 2013 xl0_0 = x_0 - x_l1_0; in ixheaacd_fft32x32_ld_dec() 2033 xt1_0 = xl0_0 + xl21_0; in ixheaacd_fft32x32_ld_dec() 2035 xt2_0 = xl0_0 - xl21_0; in ixheaacd_fft32x32_ld_dec() 2100 xl0_0 = x_0 - x_4; in ixheaacd_fft32x32_ld_dec() 2109 n10 = xl0_0 + xl1_1; in ixheaacd_fft32x32_ld_dec() 2113 n30 = xl0_0 - xl1_1; in ixheaacd_fft32x32_ld_dec()
|