Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h724 double worst_ssim; member
Dvp9_encoder.c2215 cpi->worst_ssim = 100.0; in vp9_create_compressor()
2524 cpi->worst_ssim, cpi->fastssim.worst, cpi->psnrhvs.worst, in vp9_remove_compressor()
6881 cpi->worst_ssim = VPXMIN(cpi->worst_ssim, frame_ssim2);
/external/libaom/libaom/av1/encoder/
Dencoder.h867 double worst_ssim; member
Dencoder.c2635 cpi->worst_ssim = 100.0; in av1_create_compressor()
3033 cpi->worst_ssim, cpi->fastssim.worst, cpi->psnrhvs.worst, in av1_remove_compressor()
5372 cpi->worst_ssim = AOMMIN(cpi->worst_ssim, frame_ssim2); in compute_internal_stats()