Changeset 840 in 3DVCSoftware for branches/HTM-10.0rc1-dev0/source/App
- Timestamp:
- 8 Feb 2014, 15:29:19 (11 years ago)
- Location:
- branches/HTM-10.0rc1-dev0/source/App
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-10.0rc1-dev0/source/App/TAppDecoder/TAppDecTop.cpp
r838 r840 280 280 bytestream.reset(); 281 281 #if H_MV_ENC_DEC_TRAC 282 #if ENC_DEC_TRACE 282 283 const Bool resetCounter = false; 283 284 if ( resetCounter ) … … 288 289 { 289 290 g_disableHLSTrace = true; // Trancing of second parsing of SH is not carried out 290 } 291 } 292 #endif 291 293 #endif 292 294 } -
branches/HTM-10.0rc1-dev0/source/App/TAppEncoder/TAppEncTop.cpp
r839 r840 825 825 } 826 826 827 #if !RATE_CONTROL_LAMBDA_DOMAIN && KWU_FIX_URQ828 for(Int layer=0; layer < m_numberOfLayers; layer++ )829 {830 if(m_acTEncTopList[layer]->getUseRateCtrl() && !m_acTEncTopList[layer]->getIsDepth())831 {832 m_acTEncTopList[layer]->getRateCtrl()->updateRCGOPStatus();833 }834 }835 #endif836 837 827 gopSize = maxGopSize; 838 828 } … … 1096 1086 rateStatsAccum(au, stats); 1097 1087 } 1098 } 1099 #endif 1088 #endif 1089 } 1100 1090 } 1101 1091
Note: See TracChangeset for help on using the changeset viewer.