Home | History | Annotate | Download | only in dec

Lines Matching refs:argb_cache_

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_;
1507 // Allocate internal buffers dec->pixels_ and dec->argb_cache_.
1521 dec->argb_cache_ = NULL; // for sanity check
1525 dec->argb_cache_ = dec->pixels_ + num_pixels + cache_top_pixels;
1531 dec->argb_cache_ = NULL; // for sanity check
1558 const uint32_t* const src = dec->argb_cache_;