Home
last modified time | relevance | path

Searched refs:argb_cache_ (Results 1 – 2 of 2) sorted by relevance

/external/webp/src/dec/
Dvp8li_dec.h67 uint32_t* argb_cache_; // Scratch buffer for temporary BGRA storage. member
Dvp8l_dec.c772 uint32_t* const rows_out = dec->argb_cache_; in ApplyInverseTransforms()
798 uint8_t* rows_data = (uint8_t*)dec->argb_cache_; in ProcessRows()
1526 dec->argb_cache_ = NULL; // for soundness in AllocateInternalBuffers32b()
1530 dec->argb_cache_ = dec->pixels_ + num_pixels + cache_top_pixels; in AllocateInternalBuffers32b()
1536 dec->argb_cache_ = NULL; // for soundness in AllocateInternalBuffers8b()
1563 const uint32_t* const src = dec->argb_cache_; in ExtractAlphaRows()