Searched refs:frame_ssim2 (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_onyx_if.c | 3268 double frame_ssim2 = 0, weight = 0; local 3284 frame_ssim2 = vp9_calc_ssim(orig, recon, 1, &weight); 3286 cpi->summed_quality += frame_ssim2 * weight; 3289 frame_ssim2 = vp9_calc_ssim(orig, &cm->post_proc_buffer, 1, &weight); 3291 cpi->summedp_quality += frame_ssim2 * weight; 3298 frame_psnr2, frame_ssim2);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | onyx_if.c | 5303 double frame_psnr2, frame_ssim2 = 0; in vp8_get_compressed_data() local 5331 frame_ssim2 = vp8_calc_ssim(cpi->Source, in vp8_get_compressed_data() 5334 cpi->summed_quality += frame_ssim2 * weight; in vp8_get_compressed_data() 5351 cpi->sum_ssim[i] += frame_ssim2 * weight; in vp8_get_compressed_data()
|