HomeSort by relevance Sort by last modified time
    Searched refs:color_cache (Results 1 - 6 of 6) sorted by null

  /external/opencv3/3rdparty/libwebp/utils/
color_cache.h 59 int VP8LColorCacheInit(VP8LColorCache* const color_cache, int hash_bits);
62 void VP8LColorCacheClear(VP8LColorCache* const color_cache);
  /external/webp/src/utils/
color_cache.h 66 int VP8LColorCacheInit(VP8LColorCache* const color_cache, int hash_bits);
72 void VP8LColorCacheClear(VP8LColorCache* const color_cache);
  /external/ImageMagick/MagickCore/
color.c 789 *color_cache = (LinkedListInfo *) NULL; variable
2605 ResetLinkedListIterator(color_cache); variable
    [all...]
  /external/webp/src/
Android.mk 70 utils/color_cache.c \
142 utils/color_cache.c \
  /external/opencv3/3rdparty/libwebp/dec/
vp8l.c 699 VP8LColorCache* const color_cache = \
730 if (color_cache != NULL) { \
732 VP8LColorCacheInsert(color_cache, *last_cached++); \
763 if (color_cache != NULL) { \
765 VP8LColorCacheInsert(color_cache, *last_cached++); \
771 assert(color_cache != NULL); \
773 VP8LColorCacheInsert(color_cache, *last_cached++); \
775 *src = VP8LColorCacheLookup(color_cache, key); \
    [all...]
  /external/webp/src/dec/
vp8l.c 1036 VP8LColorCache* const color_cache = local
    [all...]

Completed in 670 milliseconds