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:alpha_compression
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/enc/
H
A
D
config_enc.c
48
config->
alpha_compression
= 1;
in WebPConfigInitInternal()
118
if (config->
alpha_compression
< 0) return 0;
in WebPValidateConfig()
H
A
D
alpha_enc.c
374
if (!EncodeAlpha(enc, config->alpha_quality, config->
alpha_compression
,
in CompressAlphaJob()
/third_party/skia/third_party/externals/libwebp/tests/fuzzer/
H
A
D
fuzz_utils.h
118
config->
alpha_compression
= Extract(1, data, size, bit_pos);
in ExtractWebPConfig()
/third_party/skia/third_party/externals/libwebp/src/webp/
H
A
D
encode.h
117
int
alpha_compression
; // Algorithm for encoding the alpha plane (0 = none,
member
/third_party/ffmpeg/libavcodec/
H
A
D
webp.c
201
enum AlphaCompression
alpha_compression
; /* compression type for alpha chunk */
member
1249
if (s->
alpha_compression
== ALPHA_COMPRESSION_NONE) {
in vp8_lossy_decode_alpha()
1256
} else if (s->
alpha_compression
== ALPHA_COMPRESSION_VP8L) {
in vp8_lossy_decode_alpha()
1447
s->
alpha_compression
= compression;
in webp_decode_frame()
/third_party/skia/third_party/externals/libwebp/examples/
H
A
D
cwebp.c
738
config.
alpha_compression
= ExUtilGetInt(argv[++c], 0, &parse_error);
in main()
Completed in 8 milliseconds