OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kCpuHasSSSE3
(Results
1 - 25
of
29
) sorted by null
1
2
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/include/libyuv/
cpu_id.h
21
static const int
kCpuHasSSSE3
= 2;
39
// ie MaskCpuFlags(~
kCpuHasSSSE3
) to disable SSSE3.
/external/webrtc/talk/media/base/
cpuid.h
49
static const int
kCpuHasSSSE3
= 0x40;
cpuid_unittest.cc
46
<< cricket::CpuInfo::TestCpuFlag(cricket::CpuInfo::
kCpuHasSSSE3
);
66
EXPECT_TRUE(cricket::CpuInfo::TestCpuFlag(cricket::CpuInfo::
kCpuHasSSSE3
));
/external/libyuv/files/include/libyuv/
cpu_id.h
32
static const int
kCpuHasSSSE3
= 0x40;
55
// ie MaskCpuFlags(~
kCpuHasSSSE3
) to disable SSSE3.
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
cpu_id.h
33
static const int
kCpuHasSSSE3
= 0x40;
64
// ie MaskCpuFlags(~
kCpuHasSSSE3
) to disable SSSE3.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
cpu_id.c
56
(cpu_info[2] & 0x00000200 ?
kCpuHasSSSE3
: 0) |
/external/libvpx/libvpx/third_party/libyuv/source/
convert_from_argb.cc
53
if (TestCpuFlag(
kCpuHasSSSE3
)) {
69
if (TestCpuFlag(
kCpuHasSSSE3
)) {
134
if (TestCpuFlag(
kCpuHasSSSE3
)) {
150
if (TestCpuFlag(
kCpuHasSSSE3
)) {
215
if (TestCpuFlag(
kCpuHasSSSE3
)) {
283
if (TestCpuFlag(
kCpuHasSSSE3
)) {
392
if (TestCpuFlag(
kCpuHasSSSE3
)) {
506
if (TestCpuFlag(
kCpuHasSSSE3
)) {
522
if (TestCpuFlag(
kCpuHasSSSE3
)) {
613
if (TestCpuFlag(
kCpuHasSSSE3
)) {
[
all
...]
convert_argb.cc
81
if (TestCpuFlag(
kCpuHasSSSE3
)) {
149
if (TestCpuFlag(
kCpuHasSSSE3
)) {
226
if (TestCpuFlag(
kCpuHasSSSE3
)) {
472
if (TestCpuFlag(
kCpuHasSSSE3
)) {
522
if (TestCpuFlag(
kCpuHasSSSE3
)) {
742
if (TestCpuFlag(
kCpuHasSSSE3
)) {
799
if (TestCpuFlag(
kCpuHasSSSE3
)) {
855
if (TestCpuFlag(
kCpuHasSSSE3
)) {
918
if (TestCpuFlag(
kCpuHasSSSE3
)) {
975
if (TestCpuFlag(
kCpuHasSSSE3
)) {
[
all
...]
rotate.cc
37
if (TestCpuFlag(
kCpuHasSSSE3
)) {
45
if (TestCpuFlag(
kCpuHasSSSE3
)) {
129
if (TestCpuFlag(
kCpuHasSSSE3
)) {
283
if (TestCpuFlag(
kCpuHasSSSE3
) && IS_ALIGNED(width, 16)) {
convert.cc
538
if (TestCpuFlag(
kCpuHasSSSE3
)) {
614
if (TestCpuFlag(
kCpuHasSSSE3
)) {
680
if (TestCpuFlag(
kCpuHasSSSE3
)) {
746
if (TestCpuFlag(
kCpuHasSSSE3
)) {
835
if (TestCpuFlag(
kCpuHasSSSE3
)) {
843
if (TestCpuFlag(
kCpuHasSSSE3
)) {
949
if (TestCpuFlag(
kCpuHasSSSE3
)) {
957
if (TestCpuFlag(
kCpuHasSSSE3
)) {
[
all
...]
cpu_id.cc
211
((cpu_info1[2] & 0x00000200) ?
kCpuHasSSSE3
: 0) |
233
cpu_info_ &= ~
kCpuHasSSSE3
;
convert_from.cc
477
if (TestCpuFlag(
kCpuHasSSSE3
)) {
546
if (TestCpuFlag(
kCpuHasSSSE3
)) {
615
if (TestCpuFlag(
kCpuHasSSSE3
)) {
675
if (TestCpuFlag(
kCpuHasSSSE3
)) {
735
if (TestCpuFlag(
kCpuHasSSSE3
)) {
795
if (TestCpuFlag(
kCpuHasSSSE3
)) {
855
if (TestCpuFlag(
kCpuHasSSSE3
)) {
916
if (TestCpuFlag(
kCpuHasSSSE3
)) {
976
if (TestCpuFlag(
kCpuHasSSSE3
)) {
1049
if (TestCpuFlag(
kCpuHasSSSE3
)) {
[
all
...]
planar_functions.cc
249
if (TestCpuFlag(
kCpuHasSSSE3
)) {
539
if (TestCpuFlag(
kCpuHasSSSE3
)) {
815
if (TestCpuFlag(
kCpuHasSSSE3
)) {
900
if (TestCpuFlag(
kCpuHasSSSE3
)) {
968
if (TestCpuFlag(
kCpuHasSSSE3
)) {
1016
if (TestCpuFlag(
kCpuHasSSSE3
)) {
1073
if (TestCpuFlag(
kCpuHasSSSE3
)) {
[
all
...]
scale_argb.cc
222
if (TestCpuFlag(
kCpuHasSSSE3
)) {
255
if (TestCpuFlag(
kCpuHasSSSE3
) && src_width < 32768) {
320
if (TestCpuFlag(
kCpuHasSSSE3
)) {
354
if (filtering && TestCpuFlag(
kCpuHasSSSE3
) && src_width < 32768) {
461
if (TestCpuFlag(
kCpuHasSSSE3
)) {
506
if (TestCpuFlag(
kCpuHasSSSE3
)) {
544
if (filtering && TestCpuFlag(
kCpuHasSSSE3
) && src_width < 32768) {
scale.cc
309
if (TestCpuFlag(
kCpuHasSSSE3
)) {
397
if (TestCpuFlag(
kCpuHasSSSE3
) && (dst_width % 24 == 0)) {
502
if (TestCpuFlag(
kCpuHasSSSE3
)) {
588
if (TestCpuFlag(
kCpuHasSSSE3
) && (dst_width % 24 == 0)) {
887
if (TestCpuFlag(
kCpuHasSSSE3
)) {
921
if (TestCpuFlag(
kCpuHasSSSE3
) && src_width < 32768) {
[
all
...]
/external/libyuv/files/unit_test/
cpu_test.cc
32
int has_ssse3 = TestCpuFlag(
kCpuHasSSSE3
);
/external/libyuv/files/source/
planar_functions.cc
92
if (TestCpuFlag(
kCpuHasSSSE3
) &&
285
if (TestCpuFlag(
kCpuHasSSSE3
) && IS_ALIGNED(width, 4) &&
309
if (TestCpuFlag(
kCpuHasSSSE3
)) {
365
if (TestCpuFlag(
kCpuHasSSSE3
) &&
402
if (TestCpuFlag(
kCpuHasSSSE3
)) {
462
if (TestCpuFlag(
kCpuHasSSSE3
) && width >= 8) {
514
if (TestCpuFlag(
kCpuHasSSSE3
) && width >= 8) {
566
if (TestCpuFlag(
kCpuHasSSSE3
) && width >= 8) {
605
if (TestCpuFlag(
kCpuHasSSSE3
) &&
642
if (TestCpuFlag(
kCpuHasSSSE3
) &
[
all
...]
cpu_id.cc
145
((cpu_info[2] & 0x00000200) ?
kCpuHasSSSE3
: 0) |
167
cpu_info_ &= ~
kCpuHasSSSE3
;
convert_argb.cc
74
if (TestCpuFlag(
kCpuHasSSSE3
) && width >= 8) {
126
if (TestCpuFlag(
kCpuHasSSSE3
) && width >= 8) {
171
if (TestCpuFlag(
kCpuHasSSSE3
) && width >= 8) {
279
if (TestCpuFlag(
kCpuHasSSSE3
) &&
313
if (TestCpuFlag(
kCpuHasSSSE3
) &&
347
if (TestCpuFlag(
kCpuHasSSSE3
) &&
381
if (TestCpuFlag(
kCpuHasSSSE3
) &&
414
if (TestCpuFlag(
kCpuHasSSSE3
) &&
549
if (TestCpuFlag(
kCpuHasSSSE3
) && width >= 8) {
600
if (TestCpuFlag(
kCpuHasSSSE3
) && width >= 8)
[
all
...]
format_conversion.cc
150
if (TestCpuFlag(
kCpuHasSSSE3
) &&
381
if (TestCpuFlag(
kCpuHasSSSE3
) &&
388
if (TestCpuFlag(
kCpuHasSSSE3
) && IS_ALIGNED(width, 16)) {
463
if (TestCpuFlag(
kCpuHasSSSE3
)) {
471
if (TestCpuFlag(
kCpuHasSSSE3
) && IS_ALIGNED(width, 4)) {
convert_from.cc
712
if (TestCpuFlag(
kCpuHasSSSE3
) && width >= 8) {
766
if (TestCpuFlag(
kCpuHasSSSE3
) && width >= 8) {
820
if (TestCpuFlag(
kCpuHasSSSE3
) && width >= 8) {
874
if (TestCpuFlag(
kCpuHasSSSE3
) && width >= 8) {
928
if (TestCpuFlag(
kCpuHasSSSE3
) && width >= 8) {
982
if (TestCpuFlag(
kCpuHasSSSE3
) && width >= 8) {
[
all
...]
rotate_argb.cc
85
if (TestCpuFlag(
kCpuHasSSSE3
) && IS_ALIGNED(width, 4) &&
convert.cc
949
if (TestCpuFlag(
kCpuHasSSSE3
)) {
1007
if (TestCpuFlag(
kCpuHasSSSE3
)) {
[
all
...]
rotate.cc
[
all
...]
/external/webrtc/talk/session/media/
yuvscaler_unittest.cc
243
#define NOSSSE3 ~libyuv::
kCpuHasSSSE3
245
#define NOSSE ~libyuv::kCpuHasSSE2 & ~libyuv::
kCpuHasSSSE3
Completed in 1082 milliseconds
1
2