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

/external/skia/bench/
H A Dpack_int_uint16_t_Bench.cpp18 * SSSE3 adds a byte shuffle, so we just put the bytes where we want them. (ssse3)
22 * - sse41 < ssse3 <<< sse2_b < sse2_a;
23 * - the ssse3 version is only slightly slower than the sse41 version, maybe not at all
25 * - the ssse3 and sse41 versions are about 3x faster than either sse2 version
75 __m128i ssse3(__m128i x) { function in namespace:__anon20467
81 DEF_BENCH( return new pack_int_uint16_t_Bench<ssse3>("ssse3"); )
/external/skia/src/opts/
H A Dopts_check_x86.cpp41 const bool ssse3 = SkCpu::Supports(SkCpu::SSSE3); local
45 if (ssse3) {
51 if (ssse3) {
/external/skqp/bench/
H A Dpack_int_uint16_t_Bench.cpp18 * SSSE3 adds a byte shuffle, so we just put the bytes where we want them. (ssse3)
22 * - sse41 < ssse3 <<< sse2_b < sse2_a;
23 * - the ssse3 version is only slightly slower than the sse41 version, maybe not at all
25 * - the ssse3 and sse41 versions are about 3x faster than either sse2 version
75 __m128i ssse3(__m128i x) { function in namespace:__anon21136
81 DEF_BENCH( return new pack_int_uint16_t_Bench<ssse3>("ssse3"); )
/external/skqp/src/opts/
H A Dopts_check_x86.cpp41 const bool ssse3 = SkCpu::Supports(SkCpu::SSSE3); local
45 if (ssse3) {
51 if (ssse3) {
/external/flac/libFLAC/include/private/
H A Dcpu.h150 FLAC__bool ssse3; member in struct:__anon7265
162 FLAC__bool ssse3; member in struct:__anon7266

Completed in 766 milliseconds