Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/
Dfastssim.c410 #define FS_NLEVELS (4) macro
416 static const double FS_WEIGHTS[FS_NLEVELS] = {
449 fs_ctx_init(&ctx, _w, _h, FS_NLEVELS); in calc_ssim()
452 for (l = 0; l < FS_NLEVELS - 1; l++) { in calc_ssim()
/external/libvpx/libvpx/vpx_dsp/
Dfastssim.c420 #define FS_NLEVELS (4) macro
426 static const double FS_WEIGHTS[FS_NLEVELS] = {
459 fs_ctx_init(&ctx, _w, _h, FS_NLEVELS); in calc_ssim()
462 for (l = 0; l < FS_NLEVELS - 1; l++) { in calc_ssim()