Skip to content
Snippets Groups Projects
Commit de81b27a authored by Huanbang Chen's avatar Huanbang Chen
Browse files

fix bug in harmonization with GBI

parent 0f491de0
No related branches found
No related tags found
No related merge requests found
...@@ -485,7 +485,7 @@ void DecCu::xDeriveCUMV( CodingUnit &cu ) ...@@ -485,7 +485,7 @@ void DecCu::xDeriveCUMV( CodingUnit &cu )
PU::getAffineMergeCand( pu, affineMergeCtx, pu.mergeIdx ); PU::getAffineMergeCand( pu, affineMergeCtx, pu.mergeIdx );
pu.interDir = affineMergeCtx.interDirNeighbours[pu.mergeIdx]; pu.interDir = affineMergeCtx.interDirNeighbours[pu.mergeIdx];
pu.cu->affineType = affineMergeCtx.affineType[pu.mergeIdx]; pu.cu->affineType = affineMergeCtx.affineType[pu.mergeIdx];
#if JVET_L0632_AFFINE_MERGE #if JVET_L0646_GBI
pu.cu->GBiIdx = affineMergeCtx.GBiIdx[pu.mergeIdx]; pu.cu->GBiIdx = affineMergeCtx.GBiIdx[pu.mergeIdx];
#endif #endif
#if JVET_L0369_SUBBLOCK_MERGE #if JVET_L0369_SUBBLOCK_MERGE
......
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