Searched defs:SSE (Results 1 - 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_variance_impl_intrin_avx2.c17 unsigned int *SSE,
118 *((int*)SSE)= _mm_cvtsi128_si32(madd_res);
128 unsigned int *SSE,
207 *((int*)SSE)= _mm_cvtsi128_si32(_mm256_castsi256_si128(madd_ref_src)) +
13 vp9_get16x16var_avx2(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int recon_stride, unsigned int *SSE, int *Sum) argument
124 vp9_get32x32var_avx2(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int recon_stride, unsigned int *SSE, int *Sum) argument
/external/webp/src/enc/
H A Dfilter.c174 const double SSE = iw2 * (sxx + syy - 2. * sxy); local
175 if (SSE > kMinValue) return SSE;
/external/eigen/Eigen/src/Core/util/
H A DConstants.h407 SSE = 0x1, enumerator in enum:Eigen::Architecture::Type
410 Target = SSE
/external/clang/lib/CodeGen/
H A DTargetInfo.cpp531 /// Returns true if this type can be passed in SSE registers with the
547 /// Returns true if this aggregate is small enough to be passed in SSE registers
938 // Otherwise, if the type contains an SSE vector type, the alignment is 16.
1385 SSE, enumerator in enum:__anon1015::X86_64ABIInfo::Class
1408 /// final MEMORY or SSE classes when necessary.
1749 // eightbyte isn't SSE or any other eightbyte isn't SSEUP, the whole
1753 // (d) If SSEUP is not preceded by SSE or SSEUP, it is converted to SSE.
1765 if (AggregateSize > 128 && (Lo != SSE || Hi != SSEUp))
1767 if (Hi == SSEUp && Lo != SSE)
[all...]
/external/valgrind/VEX/priv/
H A Dguest_s390_toIR.c15331 } SSE; member in union:__anon15007

Completed in 652 milliseconds