Searched refs:vpx_highbd_calc_ssim (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | ssim.h | 78 double vpx_highbd_calc_ssim(const YV12_BUFFER_CONFIG *source,
|
D | ssim.c | 432 double vpx_highbd_calc_ssim(const YV12_BUFFER_CONFIG *source, in vpx_highbd_calc_ssim() function
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.c | 7532 frame_ssim2 = vpx_highbd_calc_ssim(orig, recon, &weight, bit_depth, 7547 frame_ssim2 = vpx_highbd_calc_ssim(orig, pp, &weight, bit_depth,
|