Home
last modified time | relevance | path

Searched refs:SNPRINT2 (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dencoder.c2973 #define SNPRINT2(H, T, V) \ macro
3040 SNPRINT2(results, "\t%7.3f", cpi->total_blockiness / cpi->count); in av1_remove_compressor()
3041 SNPRINT2(results, "\t%7.3f", cpi->worst_blockiness); in av1_remove_compressor()
3050 SNPRINT2(results, "\t%7.3f", consistency); in av1_remove_compressor()
3051 SNPRINT2(results, "\t%7.3f", cpi->worst_consistency); in av1_remove_compressor()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c2465 #define SNPRINT2(H, T, V) \ macro
2530 SNPRINT2(results, "\t%7.3f", cpi->total_blockiness / cpi->count); in vp9_remove_compressor()
2531 SNPRINT2(results, "\t%7.3f", cpi->worst_blockiness); in vp9_remove_compressor()
2540 SNPRINT2(results, "\t%7.3f", consistency); in vp9_remove_compressor()
2541 SNPRINT2(results, "\t%7.3f", cpi->worst_consistency); in vp9_remove_compressor()