OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kCpuHasERMS
(Results
1 - 7
of
7
) sorted by null
/external/webrtc/talk/media/base/
cpuid.h
54
static const int
kCpuHasERMS
= 0x800;
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
cpu_id.h
38
static const int
kCpuHasERMS
= 0x800;
/external/libvpx/libvpx/third_party/libyuv/source/
cpu_id.cc
214
((cpu_info7[1] & 0x00000200) ?
kCpuHasERMS
: 0) |
248
cpu_info_ &= ~
kCpuHasERMS
;
rotate_argb.cc
132
if (TestCpuFlag(
kCpuHasERMS
)) {
rotate.cc
163
if (TestCpuFlag(
kCpuHasERMS
)) {
planar_functions.cc
55
if (TestCpuFlag(
kCpuHasERMS
)) {
97
if (TestCpuFlag(
kCpuHasERMS
)) {
[
all
...]
convert.cc
202
if (TestCpuFlag(
kCpuHasERMS
)) {
[
all
...]
Completed in 586 milliseconds