Changeset 188 in 3DVCSoftware for branches/HTM-4.1-dev0/source/Lib/TLibEncoder/TEncSlice.cpp
- Timestamp:
- 15 Nov 2012, 21:36:12 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-4.1-dev0/source/Lib/TLibEncoder/TEncSlice.cpp
r187 r188 38 38 #include "TEncTop.h" 39 39 #include "TEncSlice.h" 40 #if HHI_VSO_SPEEDUP_A003341 40 #include "../../App/TAppEncoder/TAppEncTop.h" 42 #endif43 41 #include <math.h> 44 42 … … 659 657 m_uiPicDist = 0; 660 658 661 #if CABAC_INIT_FLAG && POZNAN_CABAC_INIT_FLAG_FIX659 #if CABAC_INIT_FLAG && FIX_POZNAN_CABAC_INIT_FLAG 662 660 Bool bReset =(pcSlice->getPOC() == 0) || 663 661 (pcSlice->getPOC() % m_pcCfg->getIntraPeriod() == 0) || … … 823 821 UInt uiTileLCUX = 0; 824 822 825 #if HHI_VSO_SPEEDUP_A0033826 823 Int iLastPosY = -1; 827 #endif828 824 829 825 // for every CU in slice … … 838 834 pcCU->initCU( rpcPic, uiCUAddr ); 839 835 840 #if HHI_VSO_SPEEDUP_A0033841 836 if ( m_pcRdCost->getUseRenModel() ) 842 837 { … … 852 847 } 853 848 } 854 #endif855 849 856 850 // inherit from TR if necessary, select substream to use.
Note: See TracChangeset for help on using the changeset viewer.