Lines Matching refs:frame_ssim2
4459 double frame_ssim2 = 0, weight = 0; local
4492 frame_ssim2 = vpx_highbd_calc_ssim(orig, recon, &weight,
4495 frame_ssim2 = vpx_calc_ssim(orig, recon, &weight);
4498 frame_ssim2 = vpx_calc_ssim(orig, recon, &weight);
4501 cpi->worst_ssim = VPXMIN(cpi->worst_ssim, frame_ssim2);
4502 cpi->summed_quality += frame_ssim2 * weight;
4507 frame_ssim2 = vpx_highbd_calc_ssim(
4510 frame_ssim2 = vpx_calc_ssim(orig, &cm->post_proc_buffer, &weight);
4513 frame_ssim2 = vpx_calc_ssim(orig, &cm->post_proc_buffer, &weight);
4516 cpi->summedp_quality += frame_ssim2 * weight;
4523 frame_psnr2, frame_ssim2);