AV_CPU_FLAG_SSE2 54 libavcodec/x86/dct-test.c { "SSE2", ff_fdct_sse2, FF_IDCT_PERM_NONE, AV_CPU_FLAG_SSE2 }, AV_CPU_FLAG_SSE2 71 libavcodec/x86/dct-test.c { "XVID-SSE2", ff_xvid_idct_sse2, FF_IDCT_PERM_SSE2, AV_CPU_FLAG_SSE2, 1 }, AV_CPU_FLAG_SSE2 73 libavcodec/x86/dct-test.c { "PR-SSE2", ff_prores_idct_put_10_sse2_wrap, FF_IDCT_PERM_TRANSPOSE, AV_CPU_FLAG_SSE2, 1 }, AV_CPU_FLAG_SSE2 167 libavcodec/x86/dirac_dwt.c if (!(mm_flags & AV_CPU_FLAG_SSE2)) AV_CPU_FLAG_SSE2 157 libavcodec/x86/lpc.c if (HAVE_SSE2_INLINE && cpu_flags & (AV_CPU_FLAG_SSE2 | AV_CPU_FLAG_SSE2SLOW)) { AV_CPU_FLAG_SSE2 886 libavcodec/x86/snowdsp.c if(mm_flags & AV_CPU_FLAG_SSE2 & 0){ AV_CPU_FLAG_SSE2 350 libavcodec/x86/vp8dsp_init.c if (HAVE_SSE2_EXTERNAL && cpu_flags & (AV_CPU_FLAG_SSE2 | AV_CPU_FLAG_SSE2SLOW)) { AV_CPU_FLAG_SSE2 420 libavcodec/x86/vp8dsp_init.c if (HAVE_SSE2_EXTERNAL && cpu_flags & (AV_CPU_FLAG_SSE2 | AV_CPU_FLAG_SSE2SLOW)) { AV_CPU_FLAG_SSE2 54 libavutil/cpu.c AV_CPU_FLAG_SSE2 | AV_CPU_FLAG_SSE2 106 libavutil/cpu.c #define CPUFLAG_SSE2 (AV_CPU_FLAG_SSE2 | CPUFLAG_SSE) AV_CPU_FLAG_SSE2 187 libavutil/cpu.c { "sse2" , NULL, 0, AV_OPT_TYPE_CONST, { .i64 = AV_CPU_FLAG_SSE2 }, .unit = "flags" }, AV_CPU_FLAG_SSE2 208 libavutil/cpu.c #define CPU_FLAG_P4 CPU_FLAG_P3| AV_CPU_FLAG_SSE2 AV_CPU_FLAG_SSE2 216 libavutil/cpu.c #define CPU_FLAG_K8 CPU_FLAG_ATHLONXP | AV_CPU_FLAG_SSE2 AV_CPU_FLAG_SSE2 315 libavutil/cpu.c { AV_CPU_FLAG_SSE2, "sse2" }, AV_CPU_FLAG_SSE2 120 libavutil/x86/cpu.c rval |= AV_CPU_FLAG_SSE2; AV_CPU_FLAG_SSE2 178 libavutil/x86/cpu.c rval & AV_CPU_FLAG_SSE2 && !(ecx & 0x00000040)) { AV_CPU_FLAG_SSE2 201 libavutil/x86/cpu.c if (rval & AV_CPU_FLAG_SSE2) AV_CPU_FLAG_SSE2 202 libavutil/x86/cpu.c rval ^= AV_CPU_FLAG_SSE2SLOW | AV_CPU_FLAG_SSE2; AV_CPU_FLAG_SSE2 608 libpostproc/postprocess.c if (c->cpuCaps & AV_CPU_FLAG_SSE2) pp = postProcess_SSE2; AV_CPU_FLAG_SSE2 312 libswresample/resample.c (mm_flags & (AV_CPU_FLAG_MMX2 | AV_CPU_FLAG_SSE2)) == AV_CPU_FLAG_MMX2; AV_CPU_FLAG_SSE2 402 libswscale/swscale.c if (HAVE_MMXEXT && (cpu_flags & AV_CPU_FLAG_SSE2) && !warnedAlready){