Changeset 342 in 3DVCSoftware for branches/HTM-6.2-dev3-HHI/source/Lib/TLibEncoder
- Timestamp:
- 29 Apr 2013, 13:08:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-6.2-dev3-HHI/source/Lib/TLibEncoder/TEncSearch.cpp
r332 r342 6478 6478 #endif 6479 6479 6480 #if HHI_DELTADC_DLT_D0035 6481 riDeltaDC1 = (Int)GetDepthValue2Idx( Clip(iPredDC1 + riDeltaDC1) ) - (Int)GetDepthValue2Idx( iPredDC1 ); 6482 riDeltaDC2 = (Int)GetDepthValue2Idx( Clip(iPredDC2 + riDeltaDC2) ) - (Int)GetDepthValue2Idx( iPredDC2 ); 6483 #endif 6480 6484 } 6481 6485 #endif
Note: See TracChangeset for help on using the changeset viewer.