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

  /external/chromium_org/third_party/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 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);

Completed in 84 milliseconds