Home
last modified time | relevance | path

Searched refs:VP8LColorCacheInsert (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/
A Dcolor_cache_utils.h51 static WEBP_INLINE void VP8LColorCacheInsert(const VP8LColorCache* const cc, in VP8LColorCacheInsert() function
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dbackward_references_enc.c440 VP8LColorCacheInsert(&hashers, argb[i + k]); in BackwardReferencesRle()
509 for (j = i; j < i + len; ++j) VP8LColorCacheInsert(&hashers, argb[j]); in BackwardReferencesLz77()
811 VP8LColorCacheInsert(&hashers, argb_literal); in BackwardRefsWithLocalCache()
819 VP8LColorCacheInsert(&hashers, argb[pixel_index++]); in BackwardRefsWithLocalCache()
A Dbackward_references_cost_enc.c134 if (use_color_cache) VP8LColorCacheInsert(hashers, color); in AddSingleLiteralWithCostModel()
730 VP8LColorCacheInsert(&hashers, argb[i + k]); in BackwardReferencesHashChainFollowChosenPath()
743 if (use_color_cache) VP8LColorCacheInsert(&hashers, argb[i]); in BackwardReferencesHashChainFollowChosenPath()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dvp8l_dec.c1187 VP8LColorCacheInsert(color_cache, *last_cached++); in DecodeImageData()
1222 VP8LColorCacheInsert(color_cache, *last_cached++); in DecodeImageData()
1229 VP8LColorCacheInsert(color_cache, *last_cached++); in DecodeImageData()

Completed in 13 milliseconds