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
defs:prev_v
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
wnv1.c
63
int prev_y = 0, prev_u = 0,
prev_v
= 0;
in decode_frame()
local
/third_party/skia/third_party/externals/libwebp/src/dsp/
H
A
D
yuv_neon.c
152
const uint8x8_t
prev_v
= vld1_u8(v);
in ConvertARGBToUV_NEON()
local
H
A
D
yuv_sse41.c
527
const __m128i
prev_v
= LOAD_16(v);
in ConvertARGBToUV_SSE41()
local
H
A
D
yuv_sse2.c
681
const __m128i
prev_v
= LOAD_16(v);
in ConvertARGBToUV_SSE2()
local
/third_party/ffmpeg/libavfilter/
H
A
D
af_anequalizer.c
108
int
prev_v
= -1;
in draw_curves()
local
/third_party/skia/third_party/externals/freetype/src/autofit/
H
A
D
afhints.c
1193
AF_Point
prev_v
= point + point->v;
in FT_LOCAL_DEF()
local
1243
AF_Point
prev_v
= point + point->v;
in FT_LOCAL_DEF()
local
[all...]
Completed in 8 milliseconds