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.h69 double vpx_calc_ssim(const YV12_BUFFER_CONFIG *source,
Dssim.c168 double vpx_calc_ssim(const YV12_BUFFER_CONFIG *source, in vpx_calc_ssim() function
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c6875 frame_ssim2 = vpx_calc_ssim(orig, recon, &weight);
6878 frame_ssim2 = vpx_calc_ssim(orig, recon, &weight);
6890 frame_ssim2 = vpx_calc_ssim(orig, pp, &weight);
6893 frame_ssim2 = vpx_calc_ssim(orig, pp, &weight);
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c5195 vpx_calc_ssim(cpi->Source, &cm->post_proc_buffer, &weight); in vp8_get_compressed_data()