Searched refs:WELS_CPU_MMX (Results 1 – 4 of 4) sorted by relevance
/third_party/openh264/test/decoder/ |
D | DecUT_IntraPrediction.cpp | 585 GENERATE_4x4_UT (WelsDecoderI4x4LumaPredDDR_mmx, WelsI4x4LumaPredDDR_ref, 1, WELS_CPU_MMX) 586 GENERATE_4x4_UT (WelsDecoderI4x4LumaPredHD_mmx, WelsI4x4LumaPredHD_ref, 1, WELS_CPU_MMX) 587 GENERATE_4x4_UT (WelsDecoderI4x4LumaPredHU_mmx, WelsI4x4LumaPredHU_ref, 1, WELS_CPU_MMX) 588 GENERATE_4x4_UT (WelsDecoderI4x4LumaPredVR_mmx, WelsI4x4LumaPredVR_ref, 1, WELS_CPU_MMX) 589 GENERATE_4x4_UT (WelsDecoderI4x4LumaPredDDL_mmx, WelsI4x4LumaPredDDL_ref, 1, WELS_CPU_MMX) 590 GENERATE_4x4_UT (WelsDecoderI4x4LumaPredVL_mmx, WelsI4x4LumaPredVL_ref, 1, WELS_CPU_MMX) 594 GENERATE_8x8_UT (WelsDecoderIChromaPredH_mmx, LumaI8x8PredH, 1, WELS_CPU_MMX) 595 GENERATE_8x8_UT (WelsDecoderIChromaPredV_mmx, LumaI8x8PredV, 1, WELS_CPU_MMX) 596 GENERATE_8x8_UT (WelsDecoderIChromaPredDcLeft_mmx, WelsIChromaPredDcLeft_ref, 1, WELS_CPU_MMX) 597 GENERATE_8x8_UT (WelsDecoderIChromaPredDcNA_mmx, LumaI8x8PredDCNone, 1, WELS_CPU_MMX)
|
/third_party/openh264/codec/common/inc/ |
D | cpu_core.h | 46 #define WELS_CPU_MMX 0x00000001 /* mmx */ macro
|
/third_party/openh264/codec/common/src/ |
D | cpu.cpp | 81 uiCPU = WELS_CPU_MMX; in WelsCPUFeatureDetect() 223 if (kuiCPU & (WELS_CPU_MMX | WELS_CPU_MMXEXT | WELS_CPU_3DNOW | WELS_CPU_3DNOWEXT)) { in WelsCPURestore()
|
/third_party/openh264/codec/encoder/core/src/ |
D | encoder_ext.cpp | 2090 (uiCpuFeatureFlags & WELS_CPU_MMX) ? 'Y' : 'N', in OutputCpuFeaturesLog()
|