Searched refs:worst_consistency (Results 1 – 4 of 4) sorted by relevance
917 double worst_consistency; member
2513 cpi->worst_consistency = 100.0; in vp9_create_compressor()2847 SNPRINT2(results, "\t%7.3f", cpi->worst_consistency); in vp9_remove_compressor()6888 cpi->worst_consistency =6889 VPXMIN(cpi->worst_consistency, consistency);
1337 ppi->worst_consistency = 100.0; in av1_create_primary_compressor()4317 ppi->worst_consistency = in compute_internal_stats()4318 AOMMIN(ppi->worst_consistency, consistency); in compute_internal_stats()4393 SNPRINT2(results, "\t%7.3f", ppi->worst_consistency); in print_internal_stats()
2824 double worst_consistency; member