Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:cpuflags
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/libavfilter/x86/
H
A
D
avf_showcqt_init.c
49
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
D
xvid.mak
2
fate-xvid-idct: CMD = framemd5 -flags +bitexact -
cpuflags
all -i $(TARGET_SAMPLES)/mpeg4/xvid_vlc_trac7411.h263
/third_party/ffmpeg/
H
A
D
configure
5046
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
D
fft.c
432
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
D
x86inc.asm
717
; 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
D
fate-run.sh
20
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