Skip to content
Snippets Groups Projects
Commit 06cdc400 authored by Frederic Barbier's avatar Frederic Barbier
Browse files

Cleanup dead function

parent 1fd2cf54
No related branches found
No related tags found
1 merge request!488Cleanup dead function
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment