OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HAS_AVX
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
x86.h
113
#define
HAS_AVX
0x40
159
if (reg_ecx & BIT(28)) flags |=
HAS_AVX
;
/external/libvpx/libvpx/vpx_ports/
x86.h
113
#define
HAS_AVX
0x40
159
if (reg_ecx & BIT(28)) flags |=
HAS_AVX
;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
x86.h
113
#define
HAS_AVX
0x40
159
if (reg_ecx & BIT(28)) flags |=
HAS_AVX
;
Completed in 1128 milliseconds