Home
last modified time | relevance | path

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

/external/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/vp9/encoder/
Dvp9_encoder.c8023 frame_ssim2 = vpx_calc_ssim(orig, recon, &weight);
8026 frame_ssim2 = vpx_calc_ssim(orig, recon, &weight);
8038 frame_ssim2 = vpx_calc_ssim(orig, pp, &weight);
8041 frame_ssim2 = vpx_calc_ssim(orig, pp, &weight);
/external/libvpx/vp8/encoder/
Donyx_if.c5203 vpx_calc_ssim(cpi->Source, &cm->post_proc_buffer, &weight); in vp8_get_compressed_data()