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_width
(Results
1 - 9
of
9
) sorted by relevance
/third_party/skia/third_party/externals/libwebp/extras/
H
A
D
extras.c
33
int y, width,
uv_width
;
in WebPImportGray()
local
/third_party/skia/third_party/externals/libwebp/src/dec/
H
A
D
buffer_dec.c
50
const int
uv_width
= (width + 1) / 2;
in CheckDecBuffer()
local
H
A
D
io_dec.c
594
const int
uv_width
= (io->mb_w + 1) >> 1;
in CustomSetup()
local
/third_party/skia/third_party/externals/libwebp/src/dsp/
H
A
D
yuv.c
131
const int
uv_width
= src_width >> 1;
in WebPConvertARGBToUV_C()
local
/third_party/skia/third_party/externals/libwebp/src/enc/
H
A
D
picture_enc.c
94
const int
uv_width
= (int)(((int64_t)width + 1) >> 1);
in WebPPictureAllocYUVA()
local
H
A
D
picture_tools_enc.c
200
const int
uv_width
= (pic->width >> 1); // omit last pixel during u/v loop
in WebPBlendAlpha()
local
H
A
D
picture_csp_enc.c
886
const int
uv_width
= (width + 1) >> 1;
in ImportYUVAFromRGBA()
local
/third_party/skia/third_party/externals/libwebp/imageio/
H
A
D
image_enc.c
475
const int
uv_width
= (width + 1) / 2;
in WebPWritePGM()
local
519
const int
uv_width
= (width + 1) / 2;
in WebPWriteYUV()
local
/third_party/skia/third_party/externals/libwebp/examples/
H
A
D
cwebp.c
51
const int
uv_width
= (pic->width + 1) / 2;
in ReadYUV()
local
308
const int
uv_width
= (picture->width + 1) / 2;
in DumpPicture()
local
Completed in 10 milliseconds