Searched refs:xh1_0 (Results 1 – 4 of 4) sorted by relevance
/external/libxaac/decoder/armv7/ |
D | ixheaacd_fft32x32_ld2_armv7.s | 26 ADD r10, r2, r4 @xh1_0 = x_1 + x_5 40 ADD r2, r10, r12 @n01 = xh1_0 + xh1_1 42 SUB r4, r10, r12 @n21 = xh1_0 - xh1_1 63 ADD r10, r2, r4 @xh1_0 = x_1 + x_5 77 ADD r2, r10, r12 @n01 = xh1_0 + xh1_1 79 SUB r4, r10, r12 @n21 = xh1_0 - xh1_1 100 ADD r10, r2, r4 @xh1_0 = x_1 + x_5 114 ADD r2, r10, r12 @n01 = xh1_0 + xh1_1 116 SUB r4, r10, r12 @n21 = xh1_0 - xh1_1 137 ADD r10, r2, r4 @xh1_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 568 xh1_0 = (WORD64)x_1 + (WORD64)x_l1_1; in ixheaacd_esbr_radix4bfly() 574 x[1] = (WORD32)ixheaacd_add64_sat(xh1_0, xh21_0); in ixheaacd_esbr_radix4bfly() 575 yt0_0 = (WORD64)xh1_0 - (WORD64)xh21_0; in ixheaacd_esbr_radix4bfly() 686 WORD32 xh0_0, xh1_0, xl0_0, xl1_0; in ixheaacd_esbr_postradixcompute4() local 722 xh1_0 = x_1 + x_5; in ixheaacd_esbr_postradixcompute4() 731 n01 = xh1_0 + xh1_1; in ixheaacd_esbr_postradixcompute4() 735 n21 = xh1_0 - xh1_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 1293 xh1_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 793 xh1_0 = ixheaacd_add32_sat(x_1, x_l1_1); in ixheaacd_esbr_radix4bfly() 799 x[1] = ixheaacd_add32_sat(xh1_0, xh21_0); in ixheaacd_esbr_radix4bfly() 800 yt0_0 = ixheaacd_sub32_sat(xh1_0, xh21_0); in ixheaacd_esbr_radix4bfly() 931 WORD32 xh0_0, xh1_0, xl0_0, xl1_0; in ixheaacd_esbr_postradixcompute4() local 967 xh1_0 = ixheaacd_add32_sat(x_1, x_5); in ixheaacd_esbr_postradixcompute4() 976 n01 = ixheaacd_add32_sat(xh1_0, xh1_1); in ixheaacd_esbr_postradixcompute4() 980 n21 = ixheaacd_sub32_sat(xh1_0, xh1_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 1630 xh1_0 = ixheaacd_add32_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 2012 xh1_0 = x_1 + x_l1_1; in ixheaacd_fft32x32_ld_dec() 2030 x0[1] = xh1_0 + xh21_0; in ixheaacd_fft32x32_ld_dec() 2032 yt0_0 = xh1_0 - xh21_0; in ixheaacd_fft32x32_ld_dec() 2099 xh1_0 = x_1 + x_5; in ixheaacd_fft32x32_ld_dec() 2108 n01 = xh1_0 + xh1_1; in ixheaacd_fft32x32_ld_dec() 2112 n21 = xh1_0 - xh1_1; in ixheaacd_fft32x32_ld_dec()
|