Home
last modified time | relevance | path

Searched refs:xp2 (Results 1 – 9 of 9) 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_mdct_ne10.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/selinux/python/sepolgen/tests/
Dtest_access.py198 xp2 = refpolicy.XpermSet()
199 xp2.add(42)
200 xp2.add(12345)
201 b.xperms = {"ioctl": xp2}
217 xp2 = refpolicy.XpermSet()
218 xp2.add(42)
219 xp2.add(12345)
220 b.xperms = {"ioctl": xp2}
Dtest_policygen.py132 xp2 = refpolicy.XpermSet()
133 xp2.add(2345)
134 self.assertEqual(av_ext_rule2.xperms.ranges, xp2.ranges)
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/
Dfloating-literals.s70 .float 0xp2
/external/llvm/test/MC/AsmParser/
Dfloating-literals.s70 .float 0xp2
/external/cldr/tools/java/org/unicode/cldr/util/
DLDMLUtilities.java817 StringBuffer xp2 = new StringBuffer(); in mergeNodeLists() local
818 int l1 = xp1.length(), l2 = xp2.length(); in mergeNodeLists()
834 xp2.append(((Node) n2[i]).getNodeName()); in mergeNodeLists()
835 appendXPathAttribute((Node) n2[i], xp2); in mergeNodeLists() local
836 map.put(xp2.toString(), n2[i]); in mergeNodeLists()
837 xp2.setLength(l2); in mergeNodeLists()
/external/swiftshader/third_party/LLVM/include/llvm/
DIntrinsics.gen1656 if (NameR.startswith("xp2.")) return Intrinsic::exp2;