Searched refs:VP8LColorCacheContains (Results 1 – 2 of 2) sorted by relevance
61 static WEBP_INLINE int VP8LColorCacheContains(const VP8LColorCache* const cc, in VP8LColorCacheContains() function
655 const int ix = use_color_cache ? VP8LColorCacheContains(hashers, color) : -1; in AddSingleLiteralWithCostModel()1467 use_color_cache ? VP8LColorCacheContains(&hashers, argb[i]) : -1; in BackwardReferencesHashChainFollowChosenPath()1671 const int ix = VP8LColorCacheContains(&hashers, argb_literal); in BackwardRefsWithLocalCache()