Changeset 1283 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder
- Timestamp:
- 16 Jul 2015, 23:55:03 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncSearch.cpp
r1260 r1283 364 364 Int isubShift = 0; 365 365 // motion cost 366 UIntuiBitCost = m_pcRdCost->getCost( iSearchX, iSearchY );366 Distortion uiBitCost = m_pcRdCost->getCost( iSearchX, iSearchY ); 367 367 368 368 if ( m_cDistParam.iRows > 32 )
Note: See TracChangeset for help on using the changeset viewer.