Searched refs:SNPRINT2 (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.c | 1934 #define SNPRINT2(H, T, V) \ macro 1992 SNPRINT2(results, "\t%7.3f", cpi->total_blockiness / cpi->count); in vp9_remove_compressor() 1993 SNPRINT2(results, "\t%7.3f", cpi->worst_blockiness); in vp9_remove_compressor() 2002 SNPRINT2(results, "\t%7.3f", consistency); in vp9_remove_compressor() 2003 SNPRINT2(results, "\t%7.3f", cpi->worst_consistency); in vp9_remove_compressor() 2008 SNPRINT2(results, "\t%7.3f", cpi->ssimg.stat[ALL] / cpi->count); in vp9_remove_compressor() 2009 SNPRINT2(results, "\t%7.3f", cpi->ssimg.worst); in vp9_remove_compressor()
|