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_data_
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/dec/
H
A
D
alpha_dec.c
117
const uint8_t* deltas = dec->
alpha_data_
+ ALPHA_HEADER_LEN + row * width;
in ALPHDecode()
119
assert(deltas <= &dec->
alpha_data_
[dec->alpha_data_size_]);
in ALPHDecode()
194
if (!ALPHInit(dec->alph_dec_, dec->
alpha_data_
, dec->alpha_data_size_,
in VP8DecompressAlphaRows()
H
A
D
idec_dec.c
108
return (dec->
alpha_data_
!= NULL) && !dec->is_alpha_decoded_;
in NeedCompressedAlpha()
142
dec->
alpha_data_
+= offset;
in DoRemap()
148
dec->
alpha_data_
+ ALPHA_HEADER_LEN,
in DoRemap()
172
need_compressed_alpha ? dec->
alpha_data_
: old_start;
in AppendToMemBuffer()
333
dec->
alpha_data_
= headers.alpha_data;
in DecodeWebPHeaders()
H
A
D
vp8i_dec.h
258
const uint8_t*
alpha_data_
; // compressed alpha data (if present)
member
260
int is_alpha_decoded_; // true if
alpha_data_
is decoded in alpha_plane_
H
A
D
frame_dec.c
452
// If dec->
alpha_data_
is not NULL, we have some alpha plane present.
in FinishRow()
454
if (dec->
alpha_data_
!= NULL && y_start < y_end) {
in FinishRow()
700
const uint64_t alpha_size = (dec->
alpha_data_
!= NULL) ?
in AllocateMemory()
H
A
D
webp_dec.c
472
dec->
alpha_data_
= headers.alpha_data;
in DecodeInto()
/third_party/skia/third_party/externals/libwebp/src/enc/
H
A
D
alpha_enc.c
383
enc->
alpha_data_
= alpha_data;
in CompressAlphaJob()
391
enc->
alpha_data_
= NULL;
in VP8EncInitAlpha()
438
WebPSafeFree(enc->
alpha_data_
);
in VP8EncDeleteAlpha()
439
enc->
alpha_data_
= NULL;
in VP8EncDeleteAlpha()
H
A
D
vp8i_enc.h
372
uint8_t*
alpha_data_
; // non-NULL if transparency is present
member
H
A
D
syntax_enc.c
91
if (!pic->writer(enc->
alpha_data_
, enc->alpha_data_size_, pic)) {
in PutAlphaChunk()
Completed in 8 milliseconds