Skip to content
Snippets Groups Projects
Commit f51b10a7 authored by Guillaume Laroche's avatar Guillaume Laroche
Browse files

Merge branch 'JVET-L0191' of...

Merge branch 'JVET-L0191' of https://vcgit.hhi.fraunhofer.de/guillaume.laroche/VVCSoftware_VTM into JVET-L0191
parents fe257605 aa070bb0
No related branches found
No related tags found
No related merge requests found
...@@ -104,7 +104,12 @@ protected: ...@@ -104,7 +104,12 @@ protected:
void destroy (); void destroy ();
void xFilterGroup ( Pel* pMulDst[], int i, Pel const* const piSrc, int iRecStride, bool bAboveAvaillable, bool bLeftAvaillable); 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); void xGetLMParameters(const PredictionUnit &pu, const ComponentID compID, const CompArea& chromaArea, int& a, int& b, int& iShift);
#endif
public: public:
IntraPrediction(); IntraPrediction();
virtual ~IntraPrediction(); virtual ~IntraPrediction();
......
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