Searched refs:AV_CPU_FLAG_SSE2 (Results 1 – 10 of 10) sorted by relevance
/third_party/ffmpeg/libavcodec/tests/x86/ |
D | dct.c | 62 { "SSE2", ff_fdct_sse2, FF_IDCT_PERM_NONE, AV_CPU_FLAG_SSE2 }, 70 { "XVID-SSE2", ff_xvid_idct_sse2, FF_IDCT_PERM_SSE2, AV_CPU_FLAG_SSE2, 1 }, 74 { "PR-SSE2", ff_prores_idct_put_10_sse2_wrap, FF_IDCT_PERM_TRANSPOSE, AV_CPU_FLAG_SSE2, 1 }, 82 { "SIMPLE8-SSE2", ff_simple_idct8_sse2, FF_IDCT_PERM_TRANSPOSE, AV_CPU_FLAG_SSE2}, 83 { "SIMPLE10-SSE2", ff_simple_idct10_sse2, FF_IDCT_PERM_TRANSPOSE, AV_CPU_FLAG_SSE2}, 84 { "SIMPLE12-SSE2", ff_simple_idct12_sse2, FF_IDCT_PERM_TRANSPOSE, AV_CPU_FLAG_SSE2, 1 },
|
/third_party/ffmpeg/libavutil/x86/ |
D | cpu.c | 121 rval |= AV_CPU_FLAG_SSE2; in ff_get_cpu_flags_x86() 192 if (rval & AV_CPU_FLAG_SSE2 && !(ecx & 0x00000040)) in ff_get_cpu_flags_x86() 228 if (rval & AV_CPU_FLAG_SSE2) in ff_get_cpu_flags_x86() 229 rval ^= AV_CPU_FLAG_SSE2SLOW | AV_CPU_FLAG_SSE2; in ff_get_cpu_flags_x86() 275 AV_CPU_FLAG_SSE2 | in ff_get_cpu_max_align_x86()
|
/third_party/ffmpeg/libavutil/ |
D | cpu.c | 79 AV_CPU_FLAG_SSE2 | in av_force_cpu_flags() 122 … { "sse2" , NULL, 0, AV_OPT_TYPE_CONST, { .i64 = AV_CPU_FLAG_SSE2 }, .unit = "flags" }, in av_parse_cpu_caps() 148 #define CPU_FLAG_P4 CPU_FLAG_P3| AV_CPU_FLAG_SSE2 in av_parse_cpu_caps() 156 #define CPU_FLAG_K8 CPU_FLAG_ATHLONXP | AV_CPU_FLAG_SSE2 in av_parse_cpu_caps()
|
D | cpu.h | 34 #define AV_CPU_FLAG_SSE2 0x0010 ///< PIV SSE2 functions macro
|
/third_party/ffmpeg/libavutil/tests/ |
D | cpu.c | 59 { AV_CPU_FLAG_SSE2, "sse2" },
|
/third_party/ffmpeg/libavcodec/x86/ |
D | dirac_dwt_init.c | 163 if (!(mm_flags & AV_CPU_FLAG_SSE2)) in ff_spatial_idwt_init_x86()
|
D | snowdsp.c | 888 if(mm_flags & AV_CPU_FLAG_SSE2 & 0){ in ff_dwt_init_x86()
|
/third_party/ffmpeg/tests/checkasm/ |
D | checkasm.c | 238 { "SSE2", "sse2", AV_CPU_FLAG_SSE2|AV_CPU_FLAG_SSE2SLOW },
|
/third_party/ffmpeg/libpostproc/ |
D | postprocess.c | 551 if (c->cpuCaps & AV_CPU_FLAG_SSE2) pp = postProcess_SSE2; in postProcess()
|
/third_party/ffmpeg/libswscale/ |
D | swscale.c | 328 if (flags & SWS_PRINT_INFO && HAVE_MMXEXT && (cpu_flags & AV_CPU_FLAG_SSE2) && in swscale()
|