Searched refs:MPYLIRC (Results 1 – 1 of 1) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_aac_imdct.c | 61 #define MPYLIRC(x, y) \ macro 1894 x2[h2] = ixheaacd_add32_sat(MPYLIRC(si10, yt1_0), MPYLIRC(co10, xt1_0)); in ixheaacd_fft_32_points() 1896 x2[h2 + 1] = ixheaacd_sub32_sat(MPYLIRC(co10, yt1_0), MPYLIRC(si10, xt1_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() 1901 yt0_0 = MPYLIRC(si20, yt0_0); in ixheaacd_fft_32_points() 1903 x2[l2] = ixheaacd_add32_sat(MPYLIRC(si30, yt2_0), MPYLIRC(co30, xt2_0)); in ixheaacd_fft_32_points() 1905 x2[l2 + 1] = ixheaacd_sub32_sat(MPYLIRC(co30, yt2_0), MPYLIRC(si30, xt2_0)); in ixheaacd_fft_32_points() 1906 yt2_0 = MPYLIRC(si30, yt2_0); in ixheaacd_fft_32_points()
|