Home
last modified time | relevance | path

Searched refs:cpuflags (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavfilter/x86/
H A 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/
H A Dxvid.mak2 fate-xvid-idct: CMD = framemd5 -flags +bitexact -cpuflags all -i $(TARGET_SAMPLES)/mpeg4/xvid_vlc_trac7411.h263
/third_party/ffmpeg/
H A Dconfigure5046 cpuflags="-march=$cpu"
5049 cpuflags="-mcpu=$cpu"
5055 cpuflags="-mcpu=$cpu"
5062 $cpuflags
5096 cpuflags="-march=$cpu"
5100 cpuflags="-mcpu=$cpu"
5126 cpuflags="-mpart=$cpu"
5130 cpuflags="-march=$cpu"
5134 cpuflags="-mcpu=$cpu"
5138 cpuflags
[all...]
/third_party/ffmpeg/libavcodec/tests/
H A 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/libavutil/x86/
H A Dx86inc.asm717 ; Appends cpuflags to the function name if cpuflags has been specified.
818 ; cpuflags
849 %define cpuflag(x) (((((cpuflags & (cpuflags_ %+ x)) ^ (cpuflags_ %+ x)) - 1) >> 31) & 1)
852 ; Takes an arbitrary number of cpuflags from the above list.
858 %assign cpuflags 0
867 %assign cpuflags cpuflags | cpuflags_%1
1115 ; Append cpuflags to the callee's name iff the appended name is known and the plain name isn't
/third_party/ffmpeg/tests/
H A 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 $threads"

Completed in 9 milliseconds