Home
last modified time | relevance | path

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

/third_party/openh264/codec/common/inc/
Dcpu_core.h79 #define WELS_CPU_AVX512DQ 0x00200000 /* AVX512DQ */ macro
/third_party/openh264/codec/common/src/
Dcpu.cpp152 if (uiFeatureC & 0x20000) uiCPU |= WELS_CPU_AVX512DQ; in WelsCPUFeatureDetect()