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

Merge branch 'fix_JVET_AG0061_INTER_LFNST_NSPT' into 'master'

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

See merge request !640
parents dbbd5343 808fe4d0
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
Pipeline #12351 passed
......@@ -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