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

  /external/webp/src/utils/
color_cache_utils.h 31 } VP8LColorCache;
40 const VP8LColorCache* const cc, uint32_t key) {
45 static WEBP_INLINE void VP8LColorCacheSet(const VP8LColorCache* const cc,
51 static WEBP_INLINE void VP8LColorCacheInsert(const VP8LColorCache* const cc,
57 static WEBP_INLINE int VP8LColorCacheGetIndex(const VP8LColorCache* const cc,
63 static WEBP_INLINE int VP8LColorCacheContains(const VP8LColorCache* const cc,
73 int VP8LColorCacheInit(VP8LColorCache* const color_cache, int hash_bits);
75 void VP8LColorCacheCopy(const VP8LColorCache* const src,
76 VP8LColorCache* const dst);
79 void VP8LColorCacheClear(VP8LColorCache* const color_cache)
    [all...]
color_cache_utils.c 21 // VP8LColorCache.
23 int VP8LColorCacheInit(VP8LColorCache* const cc, int hash_bits) {
35 void VP8LColorCacheClear(VP8LColorCache* const cc) {
42 void VP8LColorCacheCopy(const VP8LColorCache* const src,
43 VP8LColorCache* const dst) {
  /external/webp/src/dec/
vp8li_dec.h 45 VP8LColorCache color_cache_;
46 VP8LColorCache saved_color_cache_; // for incremental
vp8l_dec.c     [all...]
  /external/webp/src/enc/
backward_references_enc.c 393 VP8LColorCache* const hashers,
416 VP8LColorCache hashers;
463 VP8LColorCache hashers;
701 VP8LColorCache hashers[MAX_COLOR_CACHE_BITS + 1];
798 VP8LColorCache hashers;
    [all...]
backward_references_cost_enc.c 122 const uint32_t* const argb, VP8LColorCache* const hashers,
578 VP8LColorCache hashers;
714 VP8LColorCache hashers;

Completed in 184 milliseconds