Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/
Dfastssim.c398 #define FS_NLEVELS (4) macro
404 static const double FS_WEIGHTS[FS_NLEVELS] = {0.2989654541015625,
430 fs_ctx_init(&ctx, _w, _h, FS_NLEVELS); in calc_ssim()
432 for (l = 0; l < FS_NLEVELS - 1; l++) { in calc_ssim()