diff --git a/source/Lib/CommonLib/IntraPrediction.h b/source/Lib/CommonLib/IntraPrediction.h index 8ff3a8ee50297f4116972e0fdf3914bf54b411e2..70fc27e74feedbed7c8ff6280b938c5bf2248e8b 100644 --- a/source/Lib/CommonLib/IntraPrediction.h +++ b/source/Lib/CommonLib/IntraPrediction.h @@ -104,7 +104,12 @@ protected: void destroy (); void xFilterGroup ( Pel* pMulDst[], int i, Pel const* const piSrc, int iRecStride, bool bAboveAvaillable, bool bLeftAvaillable); +#if JVET_L0191_LM_WO_LMS + void xGetLMParameters (const PredictionUnit &pu, const ComponentID compID, const CompArea &chromaArea, int &a, + int &b, int &iShift); +#else void xGetLMParameters(const PredictionUnit &pu, const ComponentID compID, const CompArea& chromaArea, int& a, int& b, int& iShift); +#endif public: IntraPrediction(); virtual ~IntraPrediction();