Searched refs:argb_cache_ (Results 1 – 4 of 4) sorted by relevance
70 uint32_t *argb_cache_; // Scratch buffer for temporary BGRA storage. member
618 uint32_t* const rows_out = dec->argb_cache_; in ApplyInverseTransforms()656 const uint32_t* rows_data = dec->argb_cache_; in ProcessRows()1079 dec->argb_cache_ = NULL; // for sanity check in AllocateInternalBuffers()1083 dec->argb_cache_ = in AllocateInternalBuffers()1103 const uint32_t* const src = dec->argb_cache_; in ExtractAlphaRows()
67 uint32_t *argb_cache_; // Scratch buffer for temporary BGRA storage. member
705 uint32_t* const rows_out = dec->argb_cache_; in ApplyInverseTransforms()743 uint8_t* rows_data = (uint8_t*)dec->argb_cache_; in ProcessRows()1419 dec->argb_cache_ = NULL; // for sanity check in AllocateInternalBuffers32b()1423 dec->argb_cache_ = dec->pixels_ + num_pixels + cache_top_pixels; in AllocateInternalBuffers32b()1429 dec->argb_cache_ = NULL; // for sanity check in AllocateInternalBuffers8b()1453 const uint32_t* const src = dec->argb_cache_; in ExtractAlphaRows()