Changeset 842 in 3DVCSoftware


Ignore:
Timestamp:
8 Feb 2014, 18:36:25 (10 years ago)
Author:
tech
Message:

Further fixes.

Location:
branches/HTM-10.0rc1-dev0/source/Lib/TLibEncoder
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-10.0rc1-dev0/source/Lib/TLibEncoder/TEncCu.cpp

    r840 r842  
    10831083    rpcBestCU->getTotalBits() += m_pcEntropyCoder->getNumberOfWrittenBits(); // split bits
    10841084      rpcBestCU->getTotalBins() += ((TEncBinCABAC *)((TEncSbac*)m_pcEntropyCoder->m_pcEntropyCoderIf)->getEncBinIf())->getBinsCoded();
     1085    #if H_3D_VSO // M8
     1086    if ( m_pcRdCost->getUseVSO() )   
     1087      rpcBestCU->getTotalCost()  = m_pcRdCost->calcRdCostVSO( rpcBestCU->getTotalBits(), rpcBestCU->getTotalDistortion() );   
     1088    else
     1089#endif
    10851090    rpcBestCU->getTotalCost()  = m_pcRdCost->calcRdCost( rpcBestCU->getTotalBits(), rpcBestCU->getTotalDistortion() );
    10861091
  • branches/HTM-10.0rc1-dev0/source/Lib/TLibEncoder/TEncSlice.cpp

    r841 r842  
    14581458      }
    14591459    }
     1460#if H_3D_QTLPC
     1461    rpcPic->setReduceBitsFlag(false);
     1462#endif
    14601463  if( depSliceSegmentsEnabled )
    14611464  {
Note: See TracChangeset for help on using the changeset viewer.