Searched refs:frame_ssim2 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.c | 5334 double frame_ssim2 = 0, weight = 0; local 5370 frame_ssim2 = vpx_highbd_calc_ssim(orig, recon, &weight, bit_depth, 5373 frame_ssim2 = vpx_calc_ssim(orig, recon, &weight); 5376 frame_ssim2 = vpx_calc_ssim(orig, recon, &weight); 5379 cpi->worst_ssim = VPXMIN(cpi->worst_ssim, frame_ssim2); 5380 cpi->summed_quality += frame_ssim2 * weight; 5385 frame_ssim2 = vpx_highbd_calc_ssim(orig, pp, &weight, bit_depth, 5388 frame_ssim2 = vpx_calc_ssim(orig, pp, &weight); 5391 frame_ssim2 = vpx_calc_ssim(orig, pp, &weight); 5394 cpi->summedp_quality += frame_ssim2 * weight; [all …]
|
/external/libvpx/libvpx/vp8/encoder/ |
D | onyx_if.c | 5213 double frame_psnr2, frame_ssim2 = 0; in vp8_get_compressed_data() local 5239 frame_ssim2 = in vp8_get_compressed_data() 5242 cpi->summed_quality += frame_ssim2 * weight; in vp8_get_compressed_data() 5256 cpi->sum_ssim[i] += frame_ssim2 * weight; in vp8_get_compressed_data()
|