Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/
Dfastssim.c201 double ssim_c1 = SSIM_C1; in fs_apply_luminance() local
203 if (bit_depth == 10) ssim_c1 = SSIM_C1_10; in fs_apply_luminance()
204 if (bit_depth == 12) ssim_c1 = SSIM_C1_12; in fs_apply_luminance()
220 c1 = (double)(ssim_c1 * 4096 * (1 << 4 * _l)); in fs_apply_luminance()
/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()