Home
last modified time | relevance | path

Searched refs:frame_ssim2 (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c4459 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;
[all …]
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c5675 double frame_psnr2, frame_ssim2 = 0; in vp8_get_compressed_data() local
5703 frame_ssim2 = vpx_calc_ssim(cpi->Source, in vp8_get_compressed_data()
5706 cpi->summed_quality += frame_ssim2 * weight; in vp8_get_compressed_data()
5723 cpi->sum_ssim[i] += frame_ssim2 * weight; in vp8_get_compressed_data()