Changeset 1363 in SHVCSoftware for branches/SHM-dev
- Timestamp:
- 22 Jul 2015, 04:12:47 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncSearch.cpp
r1335 r1363 4897 4897 nonCoeffDist = m_pcRdCost->getDistPart( channelBitDepth, m_pcQTTempTComYuv[uiQTTempAccessLayer].getAddrPix( compID, tuCompRect.x0, tuCompRect.y0 ), 4898 4898 m_pcQTTempTComYuv[uiQTTempAccessLayer].getStride( compID ), pcResi->getAddrPix( compID, tuCompRect.x0, tuCompRect.y0 ), 4899 pcResi->getStride(compID), tuCompRect.width, tuCompRect.height, compID); // initialized with zero residual d estortion4899 pcResi->getStride(compID), tuCompRect.width, tuCompRect.height, compID); // initialized with zero residual distortion 4900 4900 } 4901 4901 else 4902 4902 { 4903 4903 nonCoeffDist = m_pcRdCost->getDistPart( channelBitDepth, m_pTempPel, tuCompRect.width, pcResi->getAddrPix( compID, tuCompRect.x0, tuCompRect.y0 ), 4904 pcResi->getStride(compID), tuCompRect.width, tuCompRect.height, compID); // initialized with zero residual d estortion4904 pcResi->getStride(compID), tuCompRect.width, tuCompRect.height, compID); // initialized with zero residual distortion 4905 4905 } 4906 4906 … … 4918 4918 if((puiZeroDist != NULL) && isFirstMode) 4919 4919 { 4920 *puiZeroDist += nonCoeffDist; // initialized with zero residual d estortion4920 *puiZeroDist += nonCoeffDist; // initialized with zero residual distortion 4921 4921 } 4922 4922
Note: See TracChangeset for help on using the changeset viewer.