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.c4409 double frame_ssim2 = 0, weight = 0; local
4442 frame_ssim2 = vpx_highbd_calc_ssim(orig, recon, &weight,
4445 frame_ssim2 = vpx_calc_ssim(orig, recon, &weight);
4448 frame_ssim2 = vpx_calc_ssim(orig, recon, &weight);
4451 cpi->worst_ssim= MIN(cpi->worst_ssim, frame_ssim2);
4452 cpi->summed_quality += frame_ssim2 * weight;
4457 frame_ssim2 = vpx_highbd_calc_ssim(
4460 frame_ssim2 = vpx_calc_ssim(orig, &cm->post_proc_buffer, &weight);
4463 frame_ssim2 = vpx_calc_ssim(orig, &cm->post_proc_buffer, &weight);
4466 cpi->summedp_quality += frame_ssim2 * weight;
[all …]
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c5697 double frame_psnr2, frame_ssim2 = 0; in vp8_get_compressed_data() local
5725 frame_ssim2 = vpx_calc_ssim(cpi->Source, in vp8_get_compressed_data()
5728 cpi->summed_quality += frame_ssim2 * weight; in vp8_get_compressed_data()
5745 cpi->sum_ssim[i] += frame_ssim2 * weight; in vp8_get_compressed_data()