Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/
Dfastssim.c199 double ssim_c1 = SSIM_C1; in fs_apply_luminance() local
201 if (bit_depth == 10) ssim_c1 = SSIM_C1_10; in fs_apply_luminance()
202 if (bit_depth == 12) ssim_c1 = SSIM_C1_12; in fs_apply_luminance()
221 c1 = (double)(ssim_c1 * 4096 * (1 << 4 * _l)); in fs_apply_luminance()