Searched refs:frame_ssim2 (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.c | 6835 double frame_ssim2 = 0, weight = 0; local 6872 frame_ssim2 = vpx_highbd_calc_ssim(orig, recon, &weight, bit_depth, 6875 frame_ssim2 = vpx_calc_ssim(orig, recon, &weight); 6878 frame_ssim2 = vpx_calc_ssim(orig, recon, &weight); 6881 cpi->worst_ssim = VPXMIN(cpi->worst_ssim, frame_ssim2); 6882 cpi->summed_quality += frame_ssim2 * weight; 6887 frame_ssim2 = vpx_highbd_calc_ssim(orig, pp, &weight, bit_depth, 6890 frame_ssim2 = vpx_calc_ssim(orig, pp, &weight); 6893 frame_ssim2 = vpx_calc_ssim(orig, pp, &weight); 6896 cpi->summedp_quality += frame_ssim2 * weight; [all …]
|
/external/libaom/libaom/av1/encoder/ |
D | encoder.c | 5355 double frame_ssim2 = 0.0, weight = 0.0; in compute_internal_stats() local 5367 frame_ssim2 = in compute_internal_stats() 5370 frame_ssim2 = aom_calc_ssim(orig, recon, &weight); in compute_internal_stats() 5372 cpi->worst_ssim = AOMMIN(cpi->worst_ssim, frame_ssim2); in compute_internal_stats() 5373 cpi->summed_quality += frame_ssim2 * weight; in compute_internal_stats() 5385 frame_psnr2, frame_ssim2); in compute_internal_stats()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | onyx_if.c | 5168 double frame_psnr2, frame_ssim2 = 0; in vp8_get_compressed_data() local 5194 frame_ssim2 = in vp8_get_compressed_data() 5197 cpi->summed_quality += frame_ssim2 * weight; in vp8_get_compressed_data() 5211 cpi->sum_ssim[i] += frame_ssim2 * weight; in vp8_get_compressed_data()
|