Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h716 double worst_blockiness; member
Dvp9_encoder.c2240 cpi->worst_blockiness = 0.0; in vp9_create_compressor()
2531 SNPRINT2(results, "\t%7.3f", cpi->worst_blockiness); in vp9_remove_compressor()
6918 cpi->worst_blockiness =
6919 VPXMAX(cpi->worst_blockiness, frame_blockiness);
/external/libaom/libaom/av1/encoder/
Dencoder.h861 double worst_blockiness; member
Dencoder.c2656 cpi->worst_blockiness = 0.0; in av1_create_compressor()
3041 SNPRINT2(results, "\t%7.3f", cpi->worst_blockiness); in av1_remove_compressor()
5395 cpi->worst_blockiness = AOMMAX(cpi->worst_blockiness, frame_blockiness); in compute_internal_stats()