From 06cdc40048a02297df1a9f64ba8b5b7ad1fbb62e Mon Sep 17 00:00:00 2001 From: Frederic Barbier <frederic.barbier@allegrodvt.com> Date: Tue, 16 Apr 2019 17:55:26 +0200 Subject: [PATCH] Cleanup dead function --- source/Lib/CommonLib/ChromaFormat.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/source/Lib/CommonLib/ChromaFormat.h b/source/Lib/CommonLib/ChromaFormat.h index 2922914b4..ca13e2ea5 100644 --- a/source/Lib/CommonLib/ChromaFormat.h +++ b/source/Lib/CommonLib/ChromaFormat.h @@ -106,12 +106,6 @@ static inline uint64_t getTotalFracBits(const uint32_t width, const uint32_t hei //Intra prediction ==================================================================================================== //====================================================================================================================== -static inline bool filterIntraReferenceSamples (const ChannelType chType, const ChromaFormat chFmt, const bool intraReferenceSmoothingDisabled) -{ - return (!intraReferenceSmoothingDisabled) && (isLuma(chType) || (chFmt == CHROMA_444)); -} - - //------------------------------------------------ static inline int getTransformShift(const int channelBitDepth, const Size size, const int maxLog2TrDynamicRange) -- GitLab