Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/
Dfastssim.c25 #define SSIM_C2 (255 * 255 * 0.03 * 0.03) macro
321 c2 = SSIM_C2 * (1 << 4 * _l) * 16 * 104; in fs_calc_structure()