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
1830 1830 #endif 1831 1831 rpcTempCU->getTotalCost() = m_pcRdCost->calcRdCost( rpcTempCU->getTotalBits(), rpcTempCU->getTotalDistortion() ); 1832 1832 1833 #if SUB_LCU_DQP 1834 xCheckDQP( rpcTempCU ); 1835 xCheckBestMode(rpcBestCU, rpcTempCU, uiDepth); 1836 #else 1833 1837 xCheckBestMode( rpcBestCU, rpcTempCU ); 1838 #endif 1834 1839 } 1835 1840 #endif 1836 1841