Home
last modified time | relevance | path

Searched refs:MAX_CACHE_BITS (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/webp/
H A Dformat_constants.h36 #define MAX_CACHE_BITS 11 macro
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dhuffman_utils.c214 ((1 << MAX_CACHE_BITS) + NUM_LITERAL_CODES + NUM_LENGTH_CODES)
/third_party/ffmpeg/libavcodec/
H A Dwebp.c63 #define MAX_CACHE_BITS 11 macro
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dvp8l_dec.c1444 ok = (color_cache_bits >= 1 && color_cache_bits <= MAX_CACHE_BITS); in DecodeImageStream()

Completed in 8 milliseconds