Skip to content
Snippets Groups Projects
Commit 808fe4d0 authored by Fabrice URBAN's avatar Fabrice URBAN Committed by Vadim Seregin
Browse files

fix JVET_AG0061_INTER_LFNST_NSPT: checking number of non-null coefficients when NumSignPred=0

parent 6da105bb
No related branches found
No related tags found
1 merge request!640fix JVET_AG0061_INTER_LFNST_NSPT: checking number of non-null coefficients when NumSignPred=0
......@@ -13673,7 +13673,7 @@ void InterSearch::xEstimateInterResidualQT(CodingStructure &cs, Partitioner &par
#endif
}
#if JVET_AG0061_INTER_LFNST_NSPT
else
else if (isLuma(compID) && tu.mtsIdx[COMPONENT_Y] != MTS_SKIP && cu.lfnstIdx != 0 )
{
CoeffCodingContext cctx(tu, COMPONENT_Y, false);
int scanPosLast = -1;
......
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