OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:alpha_plane_mem_
(Results
1 - 2
of
2
) sorted by null
/external/webp/src/dec/
alpha_dec.c
154
assert(dec->
alpha_plane_mem_
== NULL);
155
dec->
alpha_plane_mem_
=
157
if (dec->
alpha_plane_mem_
== NULL) {
160
dec->alpha_plane_ = dec->
alpha_plane_mem_
;
167
WebPSafeFree(dec->
alpha_plane_mem_
);
168
dec->
alpha_plane_mem_
= NULL;
vp8i_dec.h
261
uint8_t*
alpha_plane_mem_
; // memory allocated for alpha_plane_
member in struct:VP8Decoder
Completed in 209 milliseconds