HomeSort by relevance Sort by last modified time
    Searched refs:color_cache_size_ (Results 1 - 2 of 2) sorted by null

  /external/webp/src/dec/
vp8li.h 44 int color_cache_size_; member in struct:__anon21206
vp8l.c 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;
    [all...]

Completed in 65 milliseconds