Skip to content
Snippets Groups Projects
Commit b6dc7a27 authored by Xiaozhen Zheng's avatar Xiaozhen Zheng
Browse files

Update EncSlice.cpp

parent cd48a172
No related branches found
No related tags found
No related merge requests found
...@@ -1200,7 +1200,7 @@ void EncSlice::compressSlice( Picture* pcPic, const bool bCompressEntireSlice, c ...@@ -1200,7 +1200,7 @@ void EncSlice::compressSlice( Picture* pcPic, const bool bCompressEntireSlice, c
} }
#if JVET_L0198_ATMVP_8x8SUB_BLOCK #if JVET_L0198_ATMVP_8x8SUB_BLOCK
pcSlice->setSubPuMvpSubblkLog2Size(ATMVP_SUB_BLOCK_SIZE); pcSlice->setSubPuMvpSubblkLog2Size(ATMVP_SUB_BLOCK_SIZE);
#else #else
unsigned int layer = pcSlice->getDepth(); unsigned int layer = pcSlice->getDepth();
unsigned int subMergeBlkSize = m_pcCuEncoder->getSubMergeBlkSize(layer); unsigned int subMergeBlkSize = m_pcCuEncoder->getSubMergeBlkSize(layer);
......
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