Searched defs:s14 (Results 1 - 7 of 7) sorted by relevance

/external/opencv3/modules/hal/include/opencv2/hal/
H A Dintrin_cpp.hpp70 _Tp s12, _Tp s13, _Tp s14, _Tp s15)
75 s[12] = s12; s[13] = s13; s[14] = s14; s[15] = s15;
67 v_reg(_Tp s0, _Tp s1, _Tp s2, _Tp s3, _Tp s4, _Tp s5, _Tp s6, _Tp s7, _Tp s8, _Tp s9, _Tp s10, _Tp s11, _Tp s12, _Tp s13, _Tp s14, _Tp s15) argument
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_dct.c348 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
382 s14 = x14 * cospi_29_64 + x15 * cospi_3_64;
391 x6 = fdct_round_shift(s6 + s14);
399 x14 = fdct_round_shift(s6 - s14);
417 s14 = - x14 * cospi_12_64 + x15 * cospi_20_64;
430 x10 = fdct_round_shift(s10 + s14);
434 x14 = fdct_round_shift(s10 - s14);
452 s14 = - x14 * cospi_24_64 + x15 * cospi_8_64;
467 x12 = fdct_round_shift(s12 + s14);
469 x14 = fdct_round_shift(s12 - s14);
[all...]
/external/libvpx/libvpx/vpx_dsp/
H A Dinv_txfm.c581 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
624 s14 = x14 * cospi_29_64 + x15 * cospi_3_64;
633 x6 = WRAPLOW(dct_const_round_shift(s6 + s14), 8);
641 x14 = WRAPLOW(dct_const_round_shift(s6 - s14), 8);
659 s14 = - x14 * cospi_12_64 + x15 * cospi_20_64;
672 x10 = WRAPLOW(dct_const_round_shift(s10 + s14), 8);
676 x14 = WRAPLOW(dct_const_round_shift(s10 - s14), 8);
694 s14 = - x14 * cospi_24_64 + x15 * cospi_8_64;
709 x12 = WRAPLOW(dct_const_round_shift(s12 + s14), 8);
711 x14 = WRAPLOW(dct_const_round_shift(s12 - s14),
1820 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
[all...]
/external/libvpx/libvpx/vpx_dsp/mips/
H A Ditrans16_dspr2.c1056 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local
1099 s14 = x14 * cospi_29_64 + x15 * cospi_3_64;
1108 x6 = dct_const_round_shift(s6 + s14);
1116 x14 = dct_const_round_shift(s6 - s14);
1134 s14 = - x14 * cospi_12_64 + x15 * cospi_20_64;
1147 x10 = dct_const_round_shift(s10 + s14);
1151 x14 = dct_const_round_shift(s10 - s14);
1169 s14 = - x14 * cospi_24_64 + x15 * cospi_8_64;
1184 x12 = dct_const_round_shift(s12 + s14);
1186 x14 = dct_const_round_shift(s12 - s14);
[all...]
/external/clang/test/Misc/
H A Ddiag-template-diffing.cpp429 template<typename T> struct s14 {}; struct
430 template<typename T> using a14 = s14<T>;
/external/v8/src/arm/
H A Dsimulator-arm.h119 s8, s9, s10, s11, s12, s13, s14, s15, enumerator in enum:v8::internal::Simulator::Register
/external/boringssl/src/crypto/curve25519/
H A Dcurve25519.c3793 int64_t s14 = 2097151 & (load_4(s + 36) >> 6); local
3824 s14 -= s23 * 997805;
3833 s14 += s22 * 136657;
3842 s14 -= s21 * 683901;
3881 carry14 = (s14 + (1 << 20)) >> 21;
3883 s14 -= carry14 << 21;
3898 s14 += carry13;
3928 s2 += s14 * 666643;
3929 s3 += s14 * 470296;
3930 s4 += s14 * 65418
4171 int64_t s14; local
[all...]

Completed in 848 milliseconds