Searched refs:argb_cache_ (Results 1 – 2 of 2) sorted by relevance
67 uint32_t* argb_cache_; // Scratch buffer for temporary BGRA storage. member
764 uint32_t* const rows_out = dec->argb_cache_; in ApplyInverseTransforms()790 uint8_t* rows_data = (uint8_t*)dec->argb_cache_; in ProcessRows()1517 dec->argb_cache_ = NULL; // for sanity check in AllocateInternalBuffers32b()1521 dec->argb_cache_ = dec->pixels_ + num_pixels + cache_top_pixels; in AllocateInternalBuffers32b()1527 dec->argb_cache_ = NULL; // for sanity check in AllocateInternalBuffers8b()1554 const uint32_t* const src = dec->argb_cache_; in ExtractAlphaRows()