Home
last modified time | relevance | path

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

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