Home
last modified time | relevance | path

Searched refs:cpuflags (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavfilter/x86/
Davf_showcqt_init.c49 int cpuflags = av_get_cpu_flags(); in ff_showcqt_init_x86() local
52 if (EXTERNAL_##TYPE(cpuflags)) { \ in ff_showcqt_init_x86()
/third_party/ffmpeg/tests/fate/
Dxvid.mak2 fate-xvid-idct: CMD = framemd5 -flags +bitexact -cpuflags all -i $(TARGET_SAMPLES)/mpeg4/x…
/third_party/ffmpeg/libavcodec/tests/
Dfft.c432 unsigned cpuflags = av_get_cpu_flags(); in main() local
434 if (av_parse_cpu_caps(&cpuflags, optarg) < 0) in main()
437 av_force_cpu_flags(cpuflags); in main()
/third_party/ffmpeg/tests/
Dfate-run.sh20 cpuflags=${11:-all}
130 ffmpeg_args="-nostdin -nostats -noauto_conversion_filters -cpuflags $cpuflags"
296 AVCONV_OPTS="-nostdin -nostats -noauto_conversion_filters -y -cpuflags $cpuflags -filter_threads $t…
/third_party/ffmpeg/
Dconfigure5267 cpuflags="-mcpu=601"
5271 cpuflags="-mcpu=603"
5275 cpuflags="-mcpu=604"
5279 cpuflags="-mcpu=750"
5283 cpuflags="-mcpu=7450"
5287 cpuflags="-mcpu=7400"
5291 cpuflags="-mcpu=970"
5295 cpuflags="-mcpu=$cpu"
5299 cpuflags="-mcpu=$cpu"
5302 cpuflags="-mcpu=cell"
[all …]
/third_party/ffmpeg/doc/
Dfftools-common-opts.texi292 @item -cpuflags flags (@emph{global})
296 ffmpeg -cpuflags -sse+mmx ...
297 ffmpeg -cpuflags mmx ...
298 ffmpeg -cpuflags 0 ...
/third_party/ffmpeg/libavutil/x86/
Dx86inc.asm717 ; Appends cpuflags to the function name if cpuflags has been specified.
1115 ; Append cpuflags to the callee's name iff the appended name is known and the plain name isn't