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.h722 double worst_ssim; member
Dvp9_encoder.c2373 cpi->worst_ssim = 100.0; in vp9_create_compressor()
2721 cpi->worst_ssim, cpi->fastssim.worst, cpi->psnrhvs.worst, in vp9_remove_compressor()
7541 cpi->worst_ssim = VPXMIN(cpi->worst_ssim, frame_ssim2);
/external/libaom/libaom/av1/encoder/
Dencoder.h1212 double worst_ssim; member
Dencoder.c3105 cpi->worst_ssim = 100.0; in av1_create_compressor()
3551 cpi->worst_ssim, cpi->fastssim.worst, cpi->psnrhvs.worst, in av1_remove_compressor()
6754 cpi->worst_ssim = AOMMIN(cpi->worst_ssim, frame_ssim2); in compute_internal_stats()