Skip to content
Snippets Groups Projects
Commit 213ef450 authored by Tangi Poirier's avatar Tangi Poirier Committed by Frank Bossen
Browse files

Fix: #1460: init MTS coeff Constraint in MTS loop during Intra Search

parent a1b6cab2
No related branches found
No related tags found
1 merge request!2013Fix: #1460: init MTS coeff Constraint in MTS loop during Intra Search
......@@ -3873,6 +3873,7 @@ bool IntraSearch::xRecurIntraCodingLumaQT( CodingStructure &cs, Partitioner &par
}
cuCtx.mtsLastScanPos = false;
cuCtx.violatesMtsCoeffConstraint = false;
//----- determine rate and r-d cost -----
if( ( sps.getUseLFNST() ? ( modeId == lastCheckId && modeId != 0 && checkTransformSkip ) : ( trModes[ modeId ].first != 0 ) ) && !TU::getCbfAtDepth( tu, COMPONENT_Y, currDepth ) )
{
......
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