Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/
Dfastssim.c29 #define SSIM_C1_12 (4095 * 4095 * 0.01 * 0.01) macro
202 if (bit_depth == 12) ssim_c1 = SSIM_C1_12; in fs_apply_luminance()