Changeset 799 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibCommon
- Timestamp:
- 10 Jun 2014, 14:36:46 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibCommon/TComSlice.cpp
r798 r799 2666 2666 UInt iNuhLId = getLayerIdInNuh(i); 2667 2667 UInt predIdx = 0; 2668 for (UInt j = iNuhLId + 1; j < 63; j++)2668 for (UInt j = iNuhLId + 1; j < MAX_NUM_LAYER_IDS; j++) 2669 2669 { 2670 2670 if (getRecursiveRefLayerFlag(j, iNuhLId))
Note: See TracChangeset for help on using the changeset viewer.