Home
last modified time | relevance | path

Searched refs:xp2 (Results 1 – 5 of 5) sorted by relevance

/external/libopus/celt/mips/
Dmdct_mipsr1.h99 const kiss_fft_scalar * OPUS_RESTRICT xp2 = in+N2-1+(overlap>>1); in clt_mdct_forward() local
106 *yp++ = S_MUL_ADD(*wp2, xp1[N2],*wp1,*xp2); in clt_mdct_forward()
107 *yp++ = S_MUL_SUB(*wp1, *xp1,*wp2, xp2[-N2]); in clt_mdct_forward()
109 xp2-=2; in clt_mdct_forward()
118 *yp++ = *xp2; in clt_mdct_forward()
121 xp2-=2; in clt_mdct_forward()
126 *yp++ = S_MUL_SUB(*wp2, *xp2, *wp1, xp1[-N2]); in clt_mdct_forward()
127 *yp++ = S_MUL_ADD(*wp2, *xp1, *wp1, xp2[N2]); in clt_mdct_forward()
129 xp2-=2; in clt_mdct_forward()
209 const kiss_fft_scalar * OPUS_RESTRICT xp2 = in+stride*(N2-1); in clt_mdct_backward() local
[all …]
/external/libopus/celt/arm/
Dcelt_ne10_mdct.c77 const kiss_fft_scalar * OPUS_RESTRICT xp2 = in+N2-1+(overlap>>1); in clt_mdct_forward_neon() local
84 *yp++ = MULT16_32_Q15(*wp2, xp1[N2]) + MULT16_32_Q15(*wp1,*xp2); in clt_mdct_forward_neon()
85 *yp++ = MULT16_32_Q15(*wp1, *xp1) - MULT16_32_Q15(*wp2, xp2[-N2]); in clt_mdct_forward_neon()
87 xp2-=2; in clt_mdct_forward_neon()
96 *yp++ = *xp2; in clt_mdct_forward_neon()
99 xp2-=2; in clt_mdct_forward_neon()
104 *yp++ = -MULT16_32_Q15(*wp1, xp1[-N2]) + MULT16_32_Q15(*wp2, *xp2); in clt_mdct_forward_neon()
105 *yp++ = MULT16_32_Q15(*wp2, *xp1) + MULT16_32_Q15(*wp1, xp2[N2]); in clt_mdct_forward_neon()
107 xp2-=2; in clt_mdct_forward_neon()
186 const kiss_fft_scalar * OPUS_RESTRICT xp2 = in+stride*(N2-1); in clt_mdct_backward_neon() local
[all …]
/external/libopus/celt/
Dmdct.c156 const kiss_fft_scalar * OPUS_RESTRICT xp2 = in+N2-1+(overlap>>1); in clt_mdct_forward_c() local
163 *yp++ = MULT16_32_Q15(*wp2, xp1[N2]) + MULT16_32_Q15(*wp1,*xp2); in clt_mdct_forward_c()
164 *yp++ = MULT16_32_Q15(*wp1, *xp1) - MULT16_32_Q15(*wp2, xp2[-N2]); in clt_mdct_forward_c()
166 xp2-=2; in clt_mdct_forward_c()
175 *yp++ = *xp2; in clt_mdct_forward_c()
178 xp2-=2; in clt_mdct_forward_c()
183 *yp++ = -MULT16_32_Q15(*wp1, xp1[-N2]) + MULT16_32_Q15(*wp2, *xp2); in clt_mdct_forward_c()
184 *yp++ = MULT16_32_Q15(*wp2, *xp1) + MULT16_32_Q15(*wp1, xp2[N2]); in clt_mdct_forward_c()
186 xp2-=2; in clt_mdct_forward_c()
264 const kiss_fft_scalar * OPUS_RESTRICT xp2 = in+stride*(N2-1); in clt_mdct_backward_c() local
[all …]
/external/llvm/test/MC/AsmParser/
Dfloating-literals.s70 .float 0xp2
/external/swiftshader/third_party/LLVM/include/llvm/
DIntrinsics.gen1656 if (NameR.startswith("xp2.")) return Intrinsic::exp2;