Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/
Dfastssim.c30 #define SSIM_C1_10 (1023 * 1023 * 0.01 * 0.01) macro
203 if (bit_depth == 10) ssim_c1 = SSIM_C1_10; in fs_apply_luminance()
/external/libvpx/libvpx/vpx_dsp/
Dfastssim.c28 #define SSIM_C1_10 (1023 * 1023 * 0.01 * 0.01) macro
203 if (bit_depth == 10) ssim_c1 = SSIM_C1_10; in fs_apply_luminance()