Home
last modified time | relevance | path

Searched refs:MAX_SSIM_DB (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
Dssim.h14 #define MAX_SSIM_DB 100.0; macro
Dfastssim.c444 if ((_weight - _ssim) < 1e-10) return MAX_SSIM_DB; in convert_ssim_db()