Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dbackward_references_cost_enc.c254 const int cost_cache_size = (pix_count > MAX_LENGTH) ? MAX_LENGTH : pix_count; in CostManagerInit() local
267 for (i = 1; i < cost_cache_size; ++i) { in CostManagerInit()
296 for (i = 1; i < cost_cache_size; ++i) { in CostManagerInit()

Completed in 4 milliseconds