OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:alpha_plane_
(Results
1 - 3
of
3
) sorted by null
/external/webp/src/dec/
alpha_dec.c
118
uint8_t* dst = dec->
alpha_plane_
+ row * width;
156
(uint8_t*)WebPSafeMalloc(alpha_size, sizeof(*dec->
alpha_plane_
));
160
dec->
alpha_plane_
= dec->alpha_plane_mem_;
169
dec->
alpha_plane_
= NULL;
195
io, dec->
alpha_plane_
)) {
214
uint8_t* const alpha = dec->
alpha_plane_
+ io->crop_top * width
227
return dec->
alpha_plane_
+ row * width;
vp8i_dec.h
260
int is_alpha_decoded_; // true if alpha_data_ is decoded in
alpha_plane_
261
uint8_t* alpha_plane_mem_; // memory allocated for
alpha_plane_
262
uint8_t*
alpha_plane_
; // output. Persistent, contains the whole data.
member in struct:VP8Decoder
frame_dec.c
770
dec->
alpha_plane_
= alpha_size ? mem : NULL;
Completed in 42 milliseconds