Searched refs:AV_CPU_FLAG_3DNOW (Results 1 – 9 of 9) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | cpu.c | 69 (arg & ( AV_CPU_FLAG_3DNOW | in av_force_cpu_flags() 114 #define CPUFLAG_3DNOW (AV_CPU_FLAG_3DNOW | AV_CPU_FLAG_MMX) in av_parse_cpu_flags() 223 … { "3dnow" , NULL, 0, AV_OPT_TYPE_CONST, { .i64 = AV_CPU_FLAG_3DNOW }, .unit = "flags" }, in av_parse_cpu_caps() 236 #define CPU_FLAG_K62 AV_CPU_FLAG_MMX | AV_CPU_FLAG_3DNOW in av_parse_cpu_caps()
|
D | cpu.h | 34 #define AV_CPU_FLAG_3DNOW 0x0004 ///< AMD 3DNOW macro
|
/third_party/ffmpeg/libavcodec/x86/ |
D | lossless_audiodsp_init.c | 50 !(cpu_flags & (AV_CPU_FLAG_SSE42 | AV_CPU_FLAG_3DNOW))) // cachesplit in ff_llauddsp_init_x86()
|
D | lossless_videodsp_init.c | 103 if (!(cpu_flags & AV_CPU_FLAG_3DNOW)) in ff_llviddsp_init_x86()
|
/third_party/ffmpeg/libavutil/tests/ |
D | cpu.c | 72 { AV_CPU_FLAG_3DNOW, "3dnow" },
|
/third_party/ffmpeg/libavutil/x86/ |
D | cpu.c | 172 rval |= AV_CPU_FLAG_3DNOW; in ff_get_cpu_flags_x86()
|
D | cpu.h | 25 #define AV_CPU_FLAG_AMD3DNOW AV_CPU_FLAG_3DNOW
|
/third_party/ffmpeg/libpostproc/ |
D | postprocess.c | 572 else if (c->cpuCaps & AV_CPU_FLAG_3DNOW) pp = postProcess_3DNow; in postProcess() 901 if (cpuCaps & PP_CPU_CAPS_3DNOW) c->cpuCaps |= AV_CPU_FLAG_3DNOW; in pp_get_context()
|
/third_party/ffmpeg/tests/checkasm/ |
D | checkasm.c | 232 { "3DNOW", "3dnow", AV_CPU_FLAG_3DNOW },
|