Searched refs:frame_ssim2 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.c | 2761 double frame_ssim2 = 0, weight = 0; in vp9_get_compressed_data() local 2779 frame_ssim2 = vp9_calc_ssim(orig, recon, 1, &weight); in vp9_get_compressed_data() 2781 cpi->summed_quality += frame_ssim2 * weight; in vp9_get_compressed_data() 2784 frame_ssim2 = vp9_calc_ssim(orig, &cm->post_proc_buffer, 1, &weight); in vp9_get_compressed_data() 2786 cpi->summedp_quality += frame_ssim2 * weight; in vp9_get_compressed_data() 2793 frame_psnr2, frame_ssim2); in vp9_get_compressed_data()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | onyx_if.c | 5304 double frame_psnr2, frame_ssim2 = 0; in vp8_get_compressed_data() local 5332 frame_ssim2 = vp8_calc_ssim(cpi->Source, in vp8_get_compressed_data() 5335 cpi->summed_quality += frame_ssim2 * weight; in vp8_get_compressed_data() 5352 cpi->sum_ssim[i] += frame_ssim2 * weight; in vp8_get_compressed_data()
|