Home
last modified time | relevance | path

Searched refs:MAX_CACHE_BITS (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/webp/
A Dformat_constants.h36 #define MAX_CACHE_BITS 11 macro
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/
A Dhuffman_utils.c202 ((1 << MAX_CACHE_BITS) + NUM_LITERAL_CODES + NUM_LENGTH_CODES)
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dvp8l_dec.c1439 ok = (color_cache_bits >= 1 && color_cache_bits <= MAX_CACHE_BITS); in DecodeImageStream()

Completed in 8 milliseconds