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:INLINE_MMX
(Results
1 - 11
of
11
) sorted by relevance
/third_party/ffmpeg/libavfilter/x86/
H
A
D
vf_noise.c
106
if (
INLINE_MMX
(cpu_flags)) {
in ff_noise_init_x86()
/third_party/ffmpeg/libavcodec/x86/
H
A
D
mlpdsp_init.c
200
if (
INLINE_MMX
(cpu_flags))
in ff_mlpdsp_init_x86()
H
A
D
mpegvideodsp.c
158
if (
INLINE_MMX
(cpu_flags))
in ff_mpegvideodsp_init_x86()
H
A
D
mpegvideo.c
459
if (
INLINE_MMX
(cpu_flags)) {
in ff_mpv_common_init_x86()
H
A
D
vc1dsp_init.c
105
if (HAVE_6REGS &&
INLINE_MMX
(cpu_flags))
in ff_vc1dsp_init_x86()
H
A
D
mpegvideoencdsp_init.c
230
if (
INLINE_MMX
(cpu_flags)) {
in ff_mpegvideoencdsp_init_x86()
H
A
D
me_cmp_init.c
239
if (
INLINE_MMX
(cpu_flags)) {
in PIX_SADXY()
H
A
D
hpeldsp_init.c
227
if (
INLINE_MMX
(cpu_flags))
in ff_hpeldsp_init_x86()
H
A
D
rv40dsp_init.c
193
if (
INLINE_MMX
(cpu_flags)) {
/third_party/ffmpeg/libavutil/x86/
H
A
D
cpu.h
87
#define
INLINE_MMX
(flags) CPUEXT_SUFFIX(flags, _INLINE, MMX)
macro
/third_party/ffmpeg/libswscale/
H
A
D
utils.c
1603
else if (
INLINE_MMX
(cpu_flags) && c->dstBpc <= 14) {
in sws_init_context()
1937
else if (
INLINE_MMX
(cpu_flags))
in sws_init_context()
Completed in 8 milliseconds