Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h734 double worst_consistency; member
Dvp9_encoder.c2405 cpi->worst_consistency = 100.0; in vp9_create_compressor()
2738 SNPRINT2(results, "\t%7.3f", cpi->worst_consistency); in vp9_remove_compressor()
7599 cpi->worst_consistency =
7600 VPXMIN(cpi->worst_consistency, consistency);
/external/libaom/libaom/av1/encoder/
Dencoder.h1221 double worst_consistency; member
Dencoder.c3134 cpi->worst_consistency = 100.0; in av1_create_compressor()
3569 SNPRINT2(results, "\t%7.3f", cpi->worst_consistency); in av1_remove_compressor()
6791 cpi->worst_consistency = in compute_internal_stats()
6792 AOMMIN(cpi->worst_consistency, consistency); in compute_internal_stats()