Home
last modified time | relevance | path

Searched refs:cpuflags (Results 1 – 9 of 9) 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/gstreamer/gstplugins_bad/ext/dts/
Dgstdtsdec.c157 guint cpuflags; in gst_dtsdec_class_init() local
196 cpuflags = orc_target_get_default_flags (orc_target_get_by_name ("mmx")); in gst_dtsdec_class_init()
197 if (cpuflags & ORC_TARGET_MMX_MMX) in gst_dtsdec_class_init()
199 if (cpuflags & ORC_TARGET_MMX_3DNOW) in gst_dtsdec_class_init()
201 if (cpuflags & ORC_TARGET_MMX_MMXEXT) in gst_dtsdec_class_init()
204 cpuflags = 0; in gst_dtsdec_class_init()
208 GST_LOG ("CPU flags: dts=%08x, orc=%08x", klass->dts_cpuflags, cpuflags); in gst_dtsdec_class_init()
/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.c435 unsigned cpuflags = av_get_cpu_flags(); in main() local
437 if (av_parse_cpu_caps(&cpuflags, optarg) < 0) in main()
440 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"
273 AVCONV_OPTS="-nostdin -nostats -noauto_conversion_filters -y -cpuflags $cpuflags"
/third_party/ffmpeg/
Dconfigure5150 cpuflags="-mcpu=601"
5154 cpuflags="-mcpu=603"
5158 cpuflags="-mcpu=604"
5162 cpuflags="-mcpu=750"
5166 cpuflags="-mcpu=7450"
5170 cpuflags="-mcpu=7400"
5174 cpuflags="-mcpu=970"
5178 cpuflags="-mcpu=$cpu"
5182 cpuflags="-mcpu=$cpu"
5185 cpuflags="-mcpu=cell"
[all …]
/third_party/ffmpeg/doc/
Dfftools-common-opts.texi289 @item -cpuflags flags (@emph{global})
293 ffmpeg -cpuflags -sse+mmx ...
294 ffmpeg -cpuflags mmx ...
295 ffmpeg -cpuflags 0 ...
/third_party/gstreamer/gstplugins_good/gst/deinterlace/x86/
Dx86inc.asm703 ; Appends cpuflags to the function name if cpuflags has been specified.
1100 ; Append cpuflags to the callee's name iff the appended name is known and the plain name isn't
/third_party/ffmpeg/libavutil/x86/
Dx86inc.asm717 ; Appends cpuflags to the function name if cpuflags has been specified.
1114 ; Append cpuflags to the callee's name iff the appended name is known and the plain name isn't