Skip to content
Snippets Groups Projects
Commit 71759fe4 authored by Frank Bossen's avatar Frank Bossen
Browse files

Merge branch 'clean-MR1885' into 'master'

Clean up after !1885 to avoid unnecessary processing

See merge request jvet/VVCSoftware_VTM!1962
parents 3f65d27e 2280307f
No related branches found
No related tags found
No related merge requests found
...@@ -541,7 +541,7 @@ void LoopFilter::xSetMaxFilterLengthPQFromTransformSizes(const DeblockEdgeDir ed ...@@ -541,7 +541,7 @@ void LoopFilter::xSetMaxFilterLengthPQFromTransformSizes(const DeblockEdgeDir ed
} }
if ( edgeDir == EDGE_VER ) if ( edgeDir == EDGE_VER )
{ {
for ( int cIdx = 0; cIdx < ::getNumberValidComponents(tuQ.chromaFormat); cIdx++ ) // per component for ( int cIdx = firstComponent; cIdx < ::getNumberValidComponents(tuQ.chromaFormat); cIdx++ ) // per component
{ {
const ComponentID comp = ComponentID(cIdx); const ComponentID comp = ComponentID(cIdx);
const ChannelType ch = toChannelType(comp); const ChannelType ch = toChannelType(comp);
......
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