Home
last modified time | relevance | path

Searched refs:HAS_AVX2 (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dtest_libvpx.cc52 if (!(simd_caps & HAS_AVX2)) in main()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
Dx86.h114 #define HAS_AVX2 0x80 macro
166 if (reg_ebx & BIT(5)) flags |= HAS_AVX2; in x86_simd_caps()