OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:argb_cache_
(Results
1 - 2
of
2
) sorted by null
/external/webp/src/dec/
vp8li_dec.h
67
uint32_t *
argb_cache_
; // Scratch buffer for temporary BGRA storage.
member in struct:VP8LDecoder
vp8l_dec.c
767
uint32_t* const rows_out = dec->
argb_cache_
;
789
// of
argb_cache_
), but we currently don't need more than that.
793
uint8_t* rows_data = (uint8_t*)dec->
argb_cache_
;
[
all
...]
Completed in 68 milliseconds