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) |
---|
-
source/Lib/TLibEncoder/TEncCu.cpp
1535 1535 #endif 1536 1536 rpcTempCU->getTotalCost() = m_pcRdCost->calcRdCost( rpcTempCU->getTotalBits(), rpcTempCU->getTotalDistortion() ); 1537 1537 1538 xCheckBestMode( rpcBestCU, rpcTempCU ); 1538 xCheckDQP( rpcTempCU ); 1539 xCheckBestMode( rpcBestCU, rpcTempCU, uiDepth ); 1539 1540 } 1540 1541 1541 1542 // check whether current try is the best