Searched refs:VP8LColorCacheClear (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libwebp/utils/
H A Dcolor_cache.c33 void VP8LColorCacheClear(VP8LColorCache* const cc) { function
H A Dcolor_cache.h62 void VP8LColorCacheClear(VP8LColorCache* const color_cache);
/external/webp/src/utils/
H A Dcolor_cache.c33 void VP8LColorCacheClear(VP8LColorCache* const cc) { function
H A Dcolor_cache.h62 void VP8LColorCacheClear(VP8LColorCache* const color_cache);
/external/chromium_org/third_party/libwebp/enc/
H A Dbackward_references.c449 if (cc_init) VP8LColorCacheClear(&hashers);
676 if (cc_init) VP8LColorCacheClear(&hashers);
770 if (cc_init) VP8LColorCacheClear(&hashers);
929 if (cc_init) VP8LColorCacheClear(&hashers);
/external/webp/src/enc/
H A Dbackward_references.c449 if (cc_init) VP8LColorCacheClear(&hashers);
676 if (cc_init) VP8LColorCacheClear(&hashers);
770 if (cc_init) VP8LColorCacheClear(&hashers);
929 if (cc_init) VP8LColorCacheClear(&hashers);
/external/chromium_org/third_party/libwebp/dec/
H A Dvp8l.c1039 VP8LColorCacheClear(&hdr->color_cache_);
/external/webp/src/dec/
H A Dvp8l.c1039 VP8LColorCacheClear(&hdr->color_cache_);

Completed in 267 milliseconds