Skip to content
Snippets Groups Projects
Commit b7e7bae2 authored by Vadim Seregin's avatar Vadim Seregin
Browse files

Merge branch 'jvet-ak0217_fix' into 'master'

Fix AK0217

See merge request !876
parents c926e16e 4f050d8b
No related branches found
No related tags found
1 merge request!876Fix AK0217
Pipeline #14614 passed
......@@ -16563,6 +16563,7 @@ void IntraPrediction::deriveDimdModeList(const CPelBuf& recoBuf, const CompArea&
const Pel* pRecoAboveLeft = pReco - 2 - iStride * 2;
#if JVET_AC0098_LOC_DEP_DIMD
buildHistogram(pRecoAboveLeft, iStride, 2, 2, histogramTopLeft, 3, uiWidth, uiHeight);
#else
buildHistogram(pRecoAboveLeft, iStride, 2, 2, histogram, 3, uiWidth, uiHeight);
#endif
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment