Changeset 1530 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder
- Timestamp:
- 16 Mar 2016, 17:43:35 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncGOP.cpp
r1529 r1530 1625 1625 1626 1626 // conformance check: the values of RefLayerRegionWidthInSamplesY, RefLayerRegionHeightInSamplesY, ScaledRefRegionWidthInSamplesY and ScaledRefRegionHeightInSamplesY shall be greater than 0 1627 assert(widthEL > 0 && heightEL > 0 && widthBL > 0 && widthBL > 0);1627 assert(widthEL > 0 && heightEL > 0 && widthBL > 0 && heightBL > 0); 1628 1628 1629 1629 // conformance check: ScaledRefRegionWidthInSamplesY shall be greater or equal to RefLayerRegionWidthInSamplesY and ScaledRefRegionHeightInSamplesY shall be greater or equal to RefLayerRegionHeightInSamplesY
Note: See TracChangeset for help on using the changeset viewer.