Changeset 1242 in SHVCSoftware
- Timestamp:
- 13 Jul 2015, 22:32:53 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncCu.cpp
r1235 r1242 503 503 * block position 504 504 */ 505 Int lgMinCuSize = pcSlice->getSPS()->getLog2MinCodingBlockSize(); 505 Int lgMinCuSize = pcSlice->getSPS()->getLog2MinCodingBlockSize() + 506 std::max<Int>(0, pcSlice->getSPS()->getLog2DiffMaxMinCodingBlockSize()-Int(pcSlice->getPPS()->getMaxCuChromaQpAdjDepth())); 506 507 m_ChromaQpAdjIdc = ((uiLPelX >> lgMinCuSize) + (uiTPelY >> lgMinCuSize)) % (pcSlice->getPPS()->getChromaQpAdjTableSize() + 1); 507 508 }
Note: See TracChangeset for help on using the changeset viewer.