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:uv_w
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/enc/
H
A
D
iterator_enc.c
140
const int
uv_w
= (w + 1) >> 1;
in VP8IteratorImport()
local
209
const int
uv_w
= (w + 1) >> 1;
in VP8IteratorExport()
local
H
A
D
picture_csp_enc.c
291
UpdateChroma(const fixed_y_t* src1, const fixed_y_t* src2, fixed_t* dst, int
uv_w
)
UpdateChroma()
argument
359
const int
uv_w
= w >> 1;
InterpolateTwoRows()
local
409
const int
uv_w
= w >> 1;
ConvertWRGBToYUV()
local
453
const int
uv_w
= w >> 1;
PreprocessARGB()
local
[all...]
/third_party/skia/third_party/externals/libwebp/src/dec/
H
A
D
io_dec.c
33
const int
uv_w
= (mb_w + 1) / 2;
in EmitYUV()
local
70
const int
uv_w
= (mb_w + 1) / 2;
in EmitFancyRGB()
local
/third_party/ffmpeg/libavcodec/
H
A
D
dnxhdenc.c
702
int
uv_w
= (y_w + 1) / 2;
in dnxhd_get_blocks()
local
729
int
uv_w
= ctx->is_444 ? y_w : (y_w + 1) / 2;
in dnxhd_get_blocks()
local
Completed in 7 milliseconds