Changeset 1428 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder
- Timestamp:
- 5 Aug 2015, 20:23:53 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncGOP.cpp
r1427 r1428 1735 1735 { 1736 1736 // create buffers for scaling factors 1737 pcSlice->getPic()->createMvScalingFactor(pcSlice->getNumILRRefIdx()); 1738 pcSlice->getPic()->createPosScalingFactor(pcSlice->getNumILRRefIdx()); 1737 if( pcSlice->getNumILRRefIdx() ) 1738 { 1739 pcSlice->getPic()->createMvScalingFactor(pcSlice->getNumILRRefIdx()); 1740 pcSlice->getPic()->createPosScalingFactor(pcSlice->getNumILRRefIdx()); 1741 } 1739 1742 } 1740 1743
Note: See TracChangeset for help on using the changeset viewer.