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

  /external/opencv3/3rdparty/libwebp/utils/
color_cache.h 28 } VP8LColorCache;
33 const VP8LColorCache* const cc, uint32_t key) {
38 static WEBP_INLINE void VP8LColorCacheInsert(const VP8LColorCache* const cc,
44 static WEBP_INLINE int VP8LColorCacheGetIndex(const VP8LColorCache* const cc,
49 static WEBP_INLINE int VP8LColorCacheContains(const VP8LColorCache* const cc,
59 int VP8LColorCacheInit(VP8LColorCache* const color_cache, int hash_bits);
62 void VP8LColorCacheClear(VP8LColorCache* const color_cache);
  /external/webp/src/utils/
color_cache.h 29 } VP8LColorCache;
34 const VP8LColorCache* const cc, uint32_t key) {
39 static WEBP_INLINE void VP8LColorCacheSet(const VP8LColorCache* const cc,
45 static WEBP_INLINE void VP8LColorCacheInsert(const VP8LColorCache* const cc,
51 static WEBP_INLINE int VP8LColorCacheGetIndex(const VP8LColorCache* const cc,
56 static WEBP_INLINE int VP8LColorCacheContains(const VP8LColorCache* const cc,
66 int VP8LColorCacheInit(VP8LColorCache* const color_cache, int hash_bits);
68 void VP8LColorCacheCopy(const VP8LColorCache* const src,
69 VP8LColorCache* const dst);
72 void VP8LColorCacheClear(VP8LColorCache* const color_cache)
    [all...]

Completed in 486 milliseconds