Home | History | Annotate | Download | only in dec

Lines Matching refs:argb_cache_needed

1064   const int argb_cache_needed = (bytes_per_pixel == sizeof(uint32_t));
1069 argb_cache_needed ? (uint16_t)final_width : 0ULL;
1072 argb_cache_needed ? (uint64_t)final_width * NUM_ARGB_CACHE_ROWS : 0ULL;
1084 argb_cache_needed ? dec->pixels_ + num_pixels + cache_top_pixels : NULL;