Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dbackward_references_enc.c807 const int cost_cache_size = (pix_count > MAX_LENGTH) ? MAX_LENGTH : pix_count; in CostManagerInit() local
824 for (i = 1; i < cost_cache_size; ++i) { in CostManagerInit()
864 for (i = 0; i < cost_cache_size; ++i) { in CostManagerInit()