OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kCpuHasAVX
(Results
1 - 11
of
11
) sorted by null
/external/webrtc/talk/media/base/
cpuid.h
52
static const int
kCpuHasAVX
= 0x200;
cpuid_unittest.cc
52
<< cricket::CpuInfo::TestCpuFlag(cricket::CpuInfo::
kCpuHasAVX
);
/external/libyuv/files/include/libyuv/
cpu_id.h
35
static const int
kCpuHasAVX
= 0x200;
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
cpu_id.h
36
static const int
kCpuHasAVX
= 0x200;
/external/libyuv/files/source/
cpu_id.cc
148
(((cpu_info[2] & 0x18000000) == 0x18000000) ?
kCpuHasAVX
: 0) |
151
if (cpu_info_ &
kCpuHasAVX
) {
176
cpu_info_ &= ~
kCpuHasAVX
;
/external/libyuv/files/unit_test/
cpu_test.cc
38
int has_avx = TestCpuFlag(
kCpuHasAVX
);
/external/libvpx/libvpx/third_party/libyuv/source/
cpu_id.cc
222
kCpuHasAVX
;
242
cpu_info_ &= ~
kCpuHasAVX
;
rotate_argb.cc
127
if (TestCpuFlag(
kCpuHasAVX
)) {
rotate.cc
158
if (TestCpuFlag(
kCpuHasAVX
)) {
convert.cc
197
if (TestCpuFlag(
kCpuHasAVX
)) {
[
all
...]
planar_functions.cc
50
if (TestCpuFlag(
kCpuHasAVX
)) {
[
all
...]
Completed in 1385 milliseconds