Changeset 1542 in SHVCSoftware


Ignore:
Timestamp:
22 Mar 2016, 23:16:13 (8 years ago)
Author:
seregin
Message:

port rev 4694

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibEncoder/TEncGOP.cpp

    r1540 r1542  
    35873587  assert(noCol > 1);
    35883588  assert(noRows > 1);
    3589   std::vector<UInt64> colSAD(noCol, UInt64(0));
    3590   std::vector<UInt64> rowSAD(noCol, UInt64(0));
     3589  std::vector<UInt64> colSAD(noCol,  UInt64(0));
     3590  std::vector<UInt64> rowSAD(noRows, UInt64(0));
    35913591  UInt colIdx = 0;
    35923592  UInt rowIdx = 0;
Note: See TracChangeset for help on using the changeset viewer.