Ticket #213: Fix213.HM-4.1-dev.r1518.patch

File Fix213.HM-4.1-dev.r1518.patch, 548 bytes (added by hao, 13 years ago)

Patch for HM-4.1-dev r1518.

  • source/Lib/TLibEncoder/TEncCu.cpp

     
    15351535#endif
    15361536  rpcTempCU->getTotalCost() = m_pcRdCost->calcRdCost( rpcTempCU->getTotalBits(), rpcTempCU->getTotalDistortion() );
    15371537
    1538   xCheckBestMode( rpcBestCU, rpcTempCU );
     1538  xCheckDQP( rpcTempCU );
     1539  xCheckBestMode( rpcBestCU, rpcTempCU, uiDepth );
    15391540}
    15401541
    15411542// check whether current try is the best