summaryrefslogtreecommitdiff
path: root/aom_dsp/ssim.h
diff options
context:
space:
mode:
authorYaowu Xu <yaowu@google.com>2017-12-21 14:08:25 -0800
committerYaowu Xu <yaowu@google.com>2017-12-27 14:11:34 -0800
commitd3e7c68b406df8ff150d9f8a39fcf4ba79039e69 (patch)
treeb7ed226c54de9bbab858a4ec683bffe2a3f6cac5 /aom_dsp/ssim.h
parent4ce0f8cc403d2d4c242442906fe694408ea41b5b (diff)
Remove the use of macro "CONFIG_HIGHBITDEPTH"
Change-Id: I523d9a89493895eb6a7af1df30a39f36ca9f159f
Diffstat (limited to 'aom_dsp/ssim.h')
-rw-r--r--aom_dsp/ssim.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/aom_dsp/ssim.h b/aom_dsp/ssim.h
index 902735e50..a44817750 100644
--- a/aom_dsp/ssim.h
+++ b/aom_dsp/ssim.h
@@ -75,11 +75,9 @@ double aom_calc_fastssim(const YV12_BUFFER_CONFIG *source,
double *ssim_u, double *ssim_v, uint32_t bd,
uint32_t in_bd);
-#if CONFIG_HIGHBITDEPTH
double aom_highbd_calc_ssim(const YV12_BUFFER_CONFIG *source,
const YV12_BUFFER_CONFIG *dest, double *weight,
uint32_t bd, uint32_t in_bd);
-#endif // CONFIG_HIGHBITDEPTH
#ifdef __cplusplus
} // extern "C"