Home
last modified time | relevance | path

Searched refs:VP8LColorCacheLookup (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/3rdparty/libwebp/utils/
Dcolor_cache.h32 static WEBP_INLINE uint32_t VP8LColorCacheLookup( in VP8LColorCacheLookup() function
/external/webp/src/utils/
Dcolor_cache.h33 static WEBP_INLINE uint32_t VP8LColorCacheLookup( in VP8LColorCacheLookup() function
/external/webp/src/enc/
Dbackward_references.c329 if (VP8LColorCacheLookup(hashers, key) == pixel) { in AddSingleLiteral()
862 if (VP8LColorCacheLookup(&hashers, key) == pix) { in ComputeCacheEntropy()
/external/opencv3/3rdparty/libwebp/dec/
Dvp8l.c775 *src = VP8LColorCacheLookup(color_cache, key); \
/external/webp/src/dec/
Dvp8l.c1130 *src = VP8LColorCacheLookup(color_cache, key); in DecodeImageData()