Changeset 58 in 3DVCSoftware for trunk/source/Lib/TLibEncoder
- Timestamp:
- 14 May 2012, 20:52:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibEncoder/TEncSbac.cpp
r56 r58 746 746 if( bUseMVI ) 747 747 { 748 uiUnaryIdx = HHI_MPI_MERGE_POS;749 } 750 else if( uiUnaryIdx >=HHI_MPI_MERGE_POS )748 uiUnaryIdx = (UInt)HHI_MPI_MERGE_POS; 749 } 750 else if( (Int)uiUnaryIdx >= (Int)HHI_MPI_MERGE_POS ) 751 751 { 752 752 uiUnaryIdx++;
Note: See TracChangeset for help on using the changeset viewer.