Searched refs:vpx_calc_ssim (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | ssim.h | 67 double vpx_calc_ssim(const YV12_BUFFER_CONFIG *source,
|
D | ssim.c | 160 double vpx_calc_ssim(const YV12_BUFFER_CONFIG *source, in vpx_calc_ssim() function
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.c | 4495 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/ |
D | onyx_if.c | 5703 frame_ssim2 = vpx_calc_ssim(cpi->Source, in vp8_get_compressed_data()
|