Home
last modified time | relevance | path

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

/third_party/openh264/codec/common/inc/
Dcpu_core.h80 #define WELS_CPU_AVX512BW 0x00400000 /* AVX512BW */ macro
/third_party/openh264/codec/common/src/
Dcpu.cpp153 if (uiFeatureC & 0x40000000) uiCPU |= WELS_CPU_AVX512BW; in WelsCPUFeatureDetect()