Home
last modified time | relevance | path

Searched refs:color_cache_limit (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/3rdparty/libwebp/dec/
Dvp8l.c698 const int color_cache_limit = len_code_limit + hdr->color_cache_size_; \
769 } else if (code < color_cache_limit) { /* Color cache */ \
/external/webp/src/dec/
Dvp8l.c1034 const int color_cache_limit = len_code_limit + hdr->color_cache_size_; in DecodeImageData() local
1124 } else if (code < color_cache_limit) { // Color cache in DecodeImageData()