Searched refs:best_hash_cost (Results 1 – 1 of 1) sorted by relevance
2422 int best_hash_cost = INT_MAX; in av1_full_pixel_search() local2460 if (refCost < best_hash_cost) { in av1_full_pixel_search()2461 best_hash_cost = refCost; in av1_full_pixel_search()2466 if (best_hash_cost < var) { in av1_full_pixel_search()2469 var = best_hash_cost; in av1_full_pixel_search()