OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HAS_SSSE3
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/vpx_ports/
x86.h
76
#define
HAS_SSSE3
0x10
119
if (reg_ecx & BIT(9)) flags |=
HAS_SSSE3
;
/external/libvpx/vp8/common/x86/
x86_systemdependent.c
30
int SSSE3Enabled = flags &
HAS_SSSE3
;
/external/libvpx/vp8/encoder/x86/
x86_csystemdependent.c
185
int SSSE3Enabled = flags &
HAS_SSSE3
;
Completed in 15 milliseconds