Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/
Dfastssim.c323 double ssim_c2 = SSIM_C2; in fs_calc_structure() local
324 if (bit_depth == 10) ssim_c2 = SSIM_C2_10; in fs_calc_structure()
325 if (bit_depth == 12) ssim_c2 = SSIM_C2_12; in fs_calc_structure()
336 c2 = ssim_c2 * (1 << 4 * _l) * 16 * 104; in fs_calc_structure()
/external/libvpx/libvpx/vpx_dsp/
Dfastssim.c324 double ssim_c2 = SSIM_C2; in fs_calc_structure() local
326 if (bit_depth == 10) ssim_c2 = SSIM_C2_10; in fs_calc_structure()
327 if (bit_depth == 12) ssim_c2 = SSIM_C2_12; in fs_calc_structure()
342 c2 = ssim_c2 * (1 << 4 * _l) * 16 * 104; in fs_calc_structure()