Searched refs:AV_CPU_FLAG_ATOM (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavutil/x86/ |
D | cpu.c | 231 rval |= AV_CPU_FLAG_ATOM; in ff_get_cpu_flags_x86() 265 AV_CPU_FLAG_ATOM | in ff_get_cpu_max_align_x86()
|
/third_party/ffmpeg/libavutil/ |
D | cpu.h | 45 #define AV_CPU_FLAG_ATOM 0x10000000 ///< Atom processor, some SSSE3 instructions are slower macro
|
D | cpu.c | 146 … { "atom" , NULL, 0, AV_OPT_TYPE_CONST, { .i64 = AV_CPU_FLAG_ATOM }, .unit = "flags" }, in av_parse_cpu_flags() 212 … { "atom" , NULL, 0, AV_OPT_TYPE_CONST, { .i64 = AV_CPU_FLAG_ATOM }, .unit = "flags" }, in av_parse_cpu_caps()
|
/third_party/ffmpeg/libavfilter/x86/ |
D | af_volume_init.c | 51 if (EXTERNAL_SSSE3(cpu_flags) && cpu_flags & AV_CPU_FLAG_ATOM) { in ff_volume_init_x86()
|
/third_party/ffmpeg/libavcodec/x86/ |
D | audiodsp_init.c | 58 if (cpu_flags & AV_CPU_FLAG_ATOM) in ff_audiodsp_init_x86()
|
D | ac3dsp_init.c | 68 if (!(cpu_flags & AV_CPU_FLAG_ATOM)) in ff_ac3dsp_init_x86()
|
/third_party/ffmpeg/libavutil/tests/ |
D | cpu.c | 64 { AV_CPU_FLAG_ATOM, "atom" },
|
/third_party/ffmpeg/tests/checkasm/ |
D | checkasm.c | 237 { "SSSE3", "ssse3", AV_CPU_FLAG_SSSE3|AV_CPU_FLAG_ATOM },
|