Ignore:
Timestamp:
30 Jul 2014, 18:43:21 (10 years ago)
Author:
tech
Message:

Merged 11.2-dev1-MediaTek@1004.

File:
1 edited

Legend:

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

    r1019 r1029  
    25452545  AOF( uiWidth == uiHeight );
    25462546 
     2547#if SEC_DBBP_DISALLOW_8x8_I0078
     2548  if(uiWidth <= 8)
     2549  {
     2550    return;
     2551  }
     2552#endif
     2553 
    25472554  rpcTempCU->setPartSizeSubParts( SIZE_2Nx2N,  0, uhDepth );
    25482555 
     
    26412648 
    26422649  // reconstruct final prediction signal by combining both segments
     2650#if SHARP_DBBP_SIMPLE_FLTER_I0109
     2651  m_pcPredSearch->combineSegmentsWithMask(apPredYuv, m_ppcPredYuvTemp[uhDepth], pMask, uiWidth, uiHeight, 0, eVirtualPartSize);
     2652#else
    26432653  m_pcPredSearch->combineSegmentsWithMask(apPredYuv, m_ppcPredYuvTemp[uhDepth], pMask, uiWidth, uiHeight);
     2654#endif
    26442655 
    26452656  m_pcPredSearch->encodeResAndCalcRdInterCU( rpcTempCU, m_ppcOrigYuv[uhDepth], m_ppcPredYuvTemp[uhDepth], m_ppcResiYuvTemp[uhDepth], m_ppcResiYuvBest[uhDepth], m_ppcRecoYuvTemp[uhDepth], false );
Note: See TracChangeset for help on using the changeset viewer.