Home
last modified time | relevance | path

Searched refs:vpx_calc_ssim (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
Dssim.h67 double vpx_calc_ssim(const YV12_BUFFER_CONFIG *source,
Dssim.c160 double vpx_calc_ssim(const YV12_BUFFER_CONFIG *source, in vpx_calc_ssim() function
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c4495 frame_ssim2 = vpx_calc_ssim(orig, recon, &weight);
4498 frame_ssim2 = vpx_calc_ssim(orig, recon, &weight);
4510 frame_ssim2 = vpx_calc_ssim(orig, &cm->post_proc_buffer, &weight);
4513 frame_ssim2 = vpx_calc_ssim(orig, &cm->post_proc_buffer, &weight);
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c5703 frame_ssim2 = vpx_calc_ssim(cpi->Source, in vp8_get_compressed_data()