Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/
Dfastssim.c32 #define SSIM_C2_10 (1023 * 1023 * 0.03 * 0.03) macro
324 if (bit_depth == 10) ssim_c2 = SSIM_C2_10; in fs_calc_structure()
/external/libvpx/libvpx/vpx_dsp/
Dfastssim.c30 #define SSIM_C2_10 (1023 * 1023 * 0.03 * 0.03) macro
330 if (bit_depth == 10) ssim_c2 = SSIM_C2_10; in fs_calc_structure()