Home
last modified time | relevance | path

Searched refs:uiCPUFlags (Results 1 – 6 of 6) sorted by relevance

/third_party/openh264/test/decoder/
DDecUT_IdctResAddPred.cpp79 uint32_t uiCPUFlags = WelsCPUFeatureDetect(NULL); \
80 if ((uiCPUFlags & flag) == 0 && flag != 0) \
115 uint32_t uiCPUFlags = WelsCPUFeatureDetect(0); \
116 if ((uiCPUFlags & flag) == 0 && flag != 0) \
164 uint32_t uiCPUFlags = WelsCPUFeatureDetect(NULL); \
165 if ((uiCPUFlags & flag) == 0 && flag != 0) \
DDecUT_Deblock.cpp22 uint32_t uiCPUFlags = WelsCPUFeatureDetect(&iNumberofCPUCore); \
23 if ((uiCPUFlags & CPUFLAGS) == 0) \
59 uint32_t uiCPUFlags = WelsCPUFeatureDetect(&iNumberofCPUCore); \
60 if ((uiCPUFlags & CPUFLAGS) == 0) \
DDecUT_IntraPrediction.cpp18 uint32_t uiCPUFlags = WelsCPUFeatureDetect( &iNumberofCPUCore); \
19 if ((uiCPUFlags & CPUFLAGS) == 0) {\
387 uint32_t uiCPUFlags = WelsCPUFeatureDetect(&iTmp); \
388 if ((uiCPUFlags & CPUFLAGS) == 0) {\
523 uint32_t uiCPUFlags = WelsCPUFeatureDetect( &iTmp); \
524 if ((uiCPUFlags & CPUFLAGS) == 0) {\
/third_party/openh264/test/encoder/
DEncUT_SVC_me.cpp111 uint32_t uiCPUFlags = WelsCPUFeatureDetect(NULL); \
112 if ((uiCPUFlags & flag) == 0 && flag != 0) \
149 uint32_t uiCPUFlags = WelsCPUFeatureDetect(NULL); \
150 if ((uiCPUFlags & flag) == 0 && flag != 0) \
176 uint32_t uiCPUFlags = WelsCPUFeatureDetect(NULL); \
177 if ((uiCPUFlags & flag) == 0 && flag != 0) \
216 uint32_t uiCPUFlags = WelsCPUFeatureDetect(NULL); \
217 if ((uiCPUFlags & flag) == 0 && flag != 0) \
DEncUT_MotionEstimate.cpp383 uint32_t uiCPUFlags = WelsCPUFeatureDetect (&iTmp); in TEST_F() local
384 if ((uiCPUFlags & WELS_CPU_SSE41) == 0) return ; in TEST_F()
391 uint32_t uiCPUFlags = WelsCPUFeatureDetect (&iTmp); in TEST_F() local
392 if ((uiCPUFlags & WELS_CPU_SSE41) == 0) return ; in TEST_F()
/third_party/openh264/test/processing/
DProcessUT_AdaptiveQuantization.cpp47 uint32_t uiCPUFlags = WelsCPUFeatureDetect(NULL); \
48 if ((uiCPUFlags & flag) == 0 && flag != 0) \