Home
last modified time | relevance | path

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

/external/libvpx/vp9/encoder/
Dvp9_encoder.h917 double worst_consistency; member
Dvp9_encoder.c2513 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);
/external/libaom/av1/encoder/
Dencoder.c1337 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()
Dencoder.h2824 double worst_consistency; member