Searched refs:vpx_calc_ssim (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/vpx_dsp/ |
D | ssim.h | 69 double vpx_calc_ssim(const YV12_BUFFER_CONFIG *source,
|
D | ssim.c | 168 double vpx_calc_ssim(const YV12_BUFFER_CONFIG *source, in vpx_calc_ssim() function
|
/external/libvpx/vp9/encoder/ |
D | vp9_encoder.c | 8023 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/ |
D | onyx_if.c | 5203 vpx_calc_ssim(cpi->Source, &cm->post_proc_buffer, &weight); in vp8_get_compressed_data()
|