Home | History | Annotate | Download | only in dec

Lines Matching refs:color_cache_size_

715   if (hdr->color_cache_size_ > 0) return 0;
838 const int color_cache_limit = len_code_limit + hdr->color_cache_size_;
840 (hdr->color_cache_size_ > 0) ? &hdr->color_cache_ : NULL;
1136 hdr->color_cache_size_ = 1 << color_cache_bits;
1143 hdr->color_cache_size_ = 0;