Home
last modified time | relevance | path

Searched refs:CostModel (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dbackward_references_cost_enc.c38 } CostModel; typedef
61 static int CostModelBuild(CostModel* const m, int xsize, int cache_bits, in CostModelBuild()
95 static WEBP_INLINE double GetLiteralCost(const CostModel* const m, uint32_t v) { in GetLiteralCost()
102 static WEBP_INLINE double GetCacheCost(const CostModel* const m, uint32_t idx) { in GetCacheCost()
107 static WEBP_INLINE double GetLengthCost(const CostModel* const m, in GetLengthCost()
114 static WEBP_INLINE double GetDistanceCost(const CostModel* const m, in GetDistanceCost()
123 const CostModel* const cost_model, int idx, int use_color_cache, in AddSingleLiteralWithCostModel()
252 const CostModel* const cost_model) { in CostManagerInit()
575 const size_t cost_model_size = sizeof(CostModel) + literal_array_size; in BackwardReferencesHashChainDistanceOnly()
576 CostModel* const cost_model = in BackwardReferencesHashChainDistanceOnly()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DChangeLog1690 72395ba9 Merge "Modify CostModel to allocate optimal memory."
1693 c2b5a039 Modify CostModel to allocate optimal memory.

Completed in 9 milliseconds