Searched refs:xt0_0 (Results 1 – 3 of 3) sorted by relevance
/external/libxaac/decoder/armv8/ |
D | ixheaacd_qmf_dec_armv8.c | 635 WORD64 xt0_0, yt0_0, xt1_0, yt1_0, xt2_0, yt2_0; in ixheaacd_esbr_radix4bfly() local 680 xt0_0 = (WORD64)xh0_0 - (WORD64)xh20_0; in ixheaacd_esbr_radix4bfly() 710 mul_12 = ixheaacd_mult64(xt0_0, co20); in ixheaacd_esbr_radix4bfly() 714 mul_6 = ixheaacd_mult64(xt0_0, si20); in ixheaacd_esbr_radix4bfly() 1394 WORD32 xt0_0, yt0_0, xt1_0, yt1_0, xt2_0, yt2_0; in ixheaacd_radix4bfly() local 1439 xt0_0 = ixheaacd_sub32_sat(xh0_0, xh20_0); in ixheaacd_radix4bfly() 1469 mul_12 = ixheaacd_mult32x16in32(xt0_0, co20); in ixheaacd_radix4bfly() 1473 mul_6 = ixheaacd_mult32x16in32(xt0_0, si20); in ixheaacd_radix4bfly()
|
/external/libxaac/decoder/generic/ |
D | ixheaacd_qmf_dec_generic.c | 884 WORD32 xt0_0, yt0_0, xt1_0, yt1_0, xt2_0, yt2_0; in ixheaacd_esbr_radix4bfly() local 922 xt0_0 = ixheaacd_sub32_sat(xh0_0, xh20_0); in ixheaacd_esbr_radix4bfly() 952 mul_12 = ixheaacd_mult64(xt0_0, co20); in ixheaacd_esbr_radix4bfly() 956 mul_6 = ixheaacd_mult64(xt0_0, si20); in ixheaacd_esbr_radix4bfly() 1740 WORD32 xt0_0, yt0_0, xt1_0, yt1_0, xt2_0, yt2_0; in ixheaacd_radix4bfly() local 1778 xt0_0 = ixheaacd_sub32_sat(xh0_0, xh20_0); in ixheaacd_radix4bfly() 1808 mul_12 = ixheaacd_mult32x16in32(xt0_0, co20); in ixheaacd_radix4bfly() 1812 mul_6 = ixheaacd_mult32x16in32(xt0_0, si20); in ixheaacd_radix4bfly()
|
/external/libxaac/decoder/ |
D | ixheaacd_aac_imdct.c | 1826 WORD32 xt0_0, yt0_0, xt1_0, yt1_0, xt2_0, yt2_0; in ixheaacd_fft_32_points() local 1887 xt0_0 = ixheaacd_sub32_sat(xh0_0, xh20_0); in ixheaacd_fft_32_points() 1898 x2[l1] = ixheaacd_add32_sat(MPYLIRC(si20, yt0_0), MPYLIRC(co20, xt0_0)); in ixheaacd_fft_32_points() 1900 x2[l1 + 1] = ixheaacd_sub32_sat(MPYLIRC(co20, yt0_0), MPYLIRC(si20, xt0_0)); in ixheaacd_fft_32_points() 2897 WORD32 xt0_0, yt0_0, xt1_0, yt1_0, xt2_0, yt2_0; in ixheaacd_fft32x32_ld_dec() local 2983 xt0_0 = ixheaacd_sub32_sat(xh0_0, xh20_0); in ixheaacd_fft32x32_ld_dec() 2999 MPYHIRC(si20, yt0_0) + MPYHIRC(co20, xt0_0) + in ixheaacd_fft32x32_ld_dec() 3000 (((MPYLUHS(si20, yt0_0) + MPYLUHS(co20, xt0_0) + 0x8000) >> 16) << 1); in ixheaacd_fft32x32_ld_dec() 3003 MPYHIRC(co20, yt0_0) - MPYHIRC(si20, xt0_0) + in ixheaacd_fft32x32_ld_dec() 3004 (((MPYLUHS(co20, yt0_0) - MPYLUHS(si20, xt0_0) + 0x8000) >> 16) << 1); in ixheaacd_fft32x32_ld_dec()
|