Home
last modified time | relevance | path

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

/external/libvpx/vp9/encoder/
Dvp9_encoder.h834 double worst_ssim; member
Dvp9_encoder.c2383 cpi->worst_ssim = 100.0; in vp9_create_compressor()
2725 cpi->worst_ssim, cpi->fastssim.worst, cpi->psnrhvs.worst, in vp9_remove_compressor()
8029 cpi->worst_ssim = VPXMIN(cpi->worst_ssim, frame_ssim2);
/external/libaom/av1/encoder/
Dencoder.c1252 ppi->worst_ssim = 100.0; in av1_create_primary_compressor()
4157 ppi->worst_ssim = AOMMIN(ppi->worst_ssim, frame_ssim2[0]); in compute_internal_stats()
4267 ppi->worst_ssim, ppi->fastssim.worst, ppi->psnrhvs.worst, in print_internal_stats()
Dencoder.h2701 double worst_ssim; member