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.h736 double worst_consistency; member
Dvp9_encoder.c2247 cpi->worst_consistency = 100.0; in vp9_create_compressor()
2541 SNPRINT2(results, "\t%7.3f", cpi->worst_consistency); in vp9_remove_compressor()
6939 cpi->worst_consistency =
6940 VPXMIN(cpi->worst_consistency, consistency);
/external/libaom/libaom/av1/encoder/
Dencoder.h876 double worst_consistency; member
Dencoder.c2663 cpi->worst_consistency = 100.0; in av1_create_compressor()
3051 SNPRINT2(results, "\t%7.3f", cpi->worst_consistency); in av1_remove_compressor()
5409 cpi->worst_consistency = in compute_internal_stats()
5410 AOMMIN(cpi->worst_consistency, consistency); in compute_internal_stats()