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.c712 uint32_t* const rows_out = dec->argb_cache_; in ApplyInverseTransforms()
738 uint8_t* rows_data = (uint8_t*)dec->argb_cache_; in ProcessRows()
1457 dec->argb_cache_ = NULL; // for sanity check in AllocateInternalBuffers32b()
1461 dec->argb_cache_ = dec->pixels_ + num_pixels + cache_top_pixels; in AllocateInternalBuffers32b()
1467 dec->argb_cache_ = NULL; // for sanity check in AllocateInternalBuffers8b()
1494 const uint32_t* const src = dec->argb_cache_; in ExtractAlphaRows()