Changeset 840 in 3DVCSoftware for branches/HTM-10.0rc1-dev0/source/App


Ignore:
Timestamp:
8 Feb 2014, 15:29:19 (11 years ago)
Author:
tech
Message:

Further fixes.

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  
    280280          bytestream.reset();
    281281#if H_MV_ENC_DEC_TRAC
     282#if ENC_DEC_TRACE
    282283          const Bool resetCounter = false;
    283284          if ( resetCounter )
     
    288289          {
    289290            g_disableHLSTrace = true;     // Trancing of second parsing of SH is not carried out
    290           }         
     291          }     
     292#endif
    291293#endif
    292294        }
  • branches/HTM-10.0rc1-dev0/source/App/TAppEncoder/TAppEncTop.cpp

    r839 r840  
    825825    }
    826826
    827 #if !RATE_CONTROL_LAMBDA_DOMAIN && KWU_FIX_URQ
    828     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 #endif
    836 
    837827    gopSize = maxGopSize;
    838828  }
     
    10961086      rateStatsAccum(au, stats);   
    10971087    }
    1098   }
    1099 #endif
     1088#endif
     1089  }
    11001090}
    11011091 
Note: See TracChangeset for help on using the changeset viewer.