Searched refs:cost_cache_size (Results 1 – 1 of 1) sorted by relevance
254 const int cost_cache_size = (pix_count > MAX_LENGTH) ? MAX_LENGTH : pix_count; in CostManagerInit() local267 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