Ticket #213: 20110906-HM4.0-nec-PCMdQP.patch

File 20110906-HM4.0-nec-PCMdQP.patch, 531 bytes (added by hao, 13 years ago)
  • source/Lib/TLibEncoder/TEncCu.cpp

     
    18301830#endif
    18311831  rpcTempCU->getTotalCost() = m_pcRdCost->calcRdCost( rpcTempCU->getTotalBits(), rpcTempCU->getTotalDistortion() );
    18321832
     1833#if SUB_LCU_DQP
     1834  xCheckDQP( rpcTempCU );
     1835  xCheckBestMode(rpcBestCU, rpcTempCU, uiDepth);
     1836#else
    18331837  xCheckBestMode( rpcBestCU, rpcTempCU );
     1838#endif
    18341839}
    18351840#endif
    18361841