Changeset 1542 in SHVCSoftware
- Timestamp:
- 22 Mar 2016, 23:16:13 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncGOP.cpp
r1540 r1542 3587 3587 assert(noCol > 1); 3588 3588 assert(noRows > 1); 3589 std::vector<UInt64> colSAD(noCol, UInt64(0));3590 std::vector<UInt64> rowSAD(no Col, UInt64(0));3589 std::vector<UInt64> colSAD(noCol, UInt64(0)); 3590 std::vector<UInt64> rowSAD(noRows, UInt64(0)); 3591 3591 UInt colIdx = 0; 3592 3592 UInt rowIdx = 0;
Note: See TracChangeset for help on using the changeset viewer.