Ignore:
Timestamp:
30 Aug 2012, 16:24:21 (12 years ago)
Author:
tech
Message:

Cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-4.0-Orange/source/Lib/TLibEncoder/TEncSbac.cpp

    r112 r117  
    580580{
    581581  PartSize eSize         = pcCU->getPartitionSize( uiAbsPartIdx );
    582 #if OL_DEPTHLIMIT
     582#if OL_DEPTHLIMIT_A0044
    583583  UInt uiSymbol;
    584584#endif
     
    588588    {
    589589      m_pcBinIf->encodeBin( eSize == SIZE_2Nx2N? 1 : 0, m_cCUPartSizeSCModel.get( 0, 0, 0 ) );
    590 #if OL_DEPTHLIMIT
    591                 if(pcCU->getPartDumpFlag())
    592                 {
    593                         uiSymbol = (UInt)(eSize == SIZE_2Nx2N? 1 : 0);
    594                         pcCU->updatePartInfo(uiSymbol?0:1,uiDepth); //0 for 2Nx2N and 1 for NxN
    595                         pcCU->incrementPartInfo();
    596                 }
    597 #endif
    598     }
    599 #if OL_DEPTHLIMIT
    600         if(pcCU->getPartDumpFlag() && uiDepth < g_uiMaxCUDepth - g_uiAddCUDepth && !pcCU->getSlice()->isIntra())
    601         {
    602                 pcCU->updatePartInfo(0,uiDepth); //0 for 2Nx2N and 1 for NxN
    603                 pcCU->incrementPartInfo();
    604         }
     590#if OL_DEPTHLIMIT_A0044
     591      if(pcCU->getPartDumpFlag())
     592      {
     593        uiSymbol = (UInt)(eSize == SIZE_2Nx2N? 1 : 0);
     594        pcCU->updatePartInfo(uiSymbol?0:1,uiDepth); //0 for 2Nx2N and 1 for NxN
     595        pcCU->incrementPartInfo();
     596      }
     597#endif
     598    }
     599#if OL_DEPTHLIMIT_A0044
     600    if(pcCU->getPartDumpFlag() && uiDepth < g_uiMaxCUDepth - g_uiAddCUDepth && !pcCU->getSlice()->isIntra())
     601    {
     602      pcCU->updatePartInfo(0,uiDepth); //0 for 2Nx2N and 1 for NxN
     603      pcCU->incrementPartInfo();
     604    }
    605605#endif
    606606    return;
     
    609609  switch(eSize)
    610610  {
    611     case SIZE_2Nx2N:
     611  case SIZE_2Nx2N:
    612612    {
    613613      m_pcBinIf->encodeBin( 1, m_cCUPartSizeSCModel.get( 0, 0, 0) );
    614 #if OL_DEPTHLIMIT
    615           if(pcCU->getPartDumpFlag())
    616           {
    617 //              if (!pcCU->isIntra( uiAbsPartIdx ))
    618                 {
    619                         pcCU->updatePartInfo(0,uiDepth); //0 for 2Nx2N
    620                         pcCU->incrementPartInfo();
    621                 }
    622           }
     614#if OL_DEPTHLIMIT_A0044
     615      if(pcCU->getPartDumpFlag())
     616      {
     617        pcCU->updatePartInfo(0,uiDepth); //0 for 2Nx2N
     618        pcCU->incrementPartInfo();
     619      }
    623620#endif
    624621      break;
    625622    }
    626     case SIZE_2NxN:
    627     case SIZE_2NxnU:
    628     case SIZE_2NxnD:
     623  case SIZE_2NxN:
     624  case SIZE_2NxnU:
     625  case SIZE_2NxnD:
    629626    {
    630627      m_pcBinIf->encodeBin( 0, m_cCUPartSizeSCModel.get( 0, 0, 0) );
     
    651648        }
    652649      }
    653 #if OL_DEPTHLIMIT
    654           if(pcCU->getPartDumpFlag())
    655           {
    656 //              if (!pcCU->isIntra( uiAbsPartIdx ))
    657                 {
    658                         pcCU->updatePartInfo(2,uiDepth); //2 for 2NxN
    659                         pcCU->incrementPartInfo();
    660                 }
    661           }
     650#if OL_DEPTHLIMIT_A0044
     651      if(pcCU->getPartDumpFlag())
     652      {
     653        pcCU->updatePartInfo(2,uiDepth); //2 for 2NxN
     654        pcCU->incrementPartInfo();
     655      }
    662656#endif
    663657      break;
    664658    }
    665     case SIZE_Nx2N:
    666     case SIZE_nLx2N:
    667     case SIZE_nRx2N:
     659  case SIZE_Nx2N:
     660  case SIZE_nLx2N:
     661  case SIZE_nRx2N:
    668662    {
    669663      m_pcBinIf->encodeBin( 0, m_cCUPartSizeSCModel.get( 0, 0, 0) );
     
    694688        }
    695689      }
    696 #if OL_DEPTHLIMIT
    697           if(pcCU->getPartDumpFlag())
    698           {
    699 //              if (!pcCU->isIntra( uiAbsPartIdx ))
    700                 {
    701                         pcCU->updatePartInfo(3,uiDepth); //3 for Nx2N
    702                         pcCU->incrementPartInfo();
    703                 }
    704           }
     690#if OL_DEPTHLIMIT_A0044
     691      if(pcCU->getPartDumpFlag())
     692      {
     693        pcCU->updatePartInfo(3,uiDepth); //3 for Nx2N
     694        pcCU->incrementPartInfo();
     695      }
    705696#endif
    706697      break;
    707698    }
    708     case SIZE_NxN:
     699  case SIZE_NxN:
    709700    {
    710701      if( uiDepth == g_uiMaxCUDepth - g_uiAddCUDepth && !( pcCU->getSlice()->getSPS()->getDisInter4x4() && pcCU->getWidth(uiAbsPartIdx) == 8 && pcCU->getHeight(uiAbsPartIdx) == 8 ) )
     
    713704        m_pcBinIf->encodeBin( 0, m_cCUPartSizeSCModel.get( 0, 0, 1) );
    714705        m_pcBinIf->encodeBin( 0, m_cCUPartSizeSCModel.get( 0, 0, 2) );
    715 #if OL_DEPTHLIMIT
    716           if(pcCU->getPartDumpFlag())
    717           {
    718                 //if (!pcCU->getSlice()->isIntra())
    719                 {
    720                         pcCU->updatePartInfo(1,uiDepth); //2Nx2N here since we disable NxN in Inter
    721                         pcCU->incrementPartInfo();
    722                 }
    723           }
    724 #endif
    725       }
    726           else
    727           {
    728 #if OL_DEPTHLIMIT
    729           if(pcCU->getPartDumpFlag())
    730           {
    731                 //if (!pcCU->getSlice()->isIntra())
    732                 {
    733                         pcCU->updatePartInfo(0,uiDepth); //2Nx2N here since we disable NxN in Inter
    734                         pcCU->incrementPartInfo();
    735                 }
    736           }
     706#if OL_DEPTHLIMIT_A0044
     707        if(pcCU->getPartDumpFlag())
     708        {
     709          pcCU->updatePartInfo(1,uiDepth); //2Nx2N here since we disable NxN in Inter
     710          pcCU->incrementPartInfo();         
     711        }
     712#endif
     713      }
     714      else
     715      {
     716#if OL_DEPTHLIMIT_A0044
     717        if(pcCU->getPartDumpFlag())
     718        {
     719          pcCU->updatePartInfo(0,uiDepth); //2Nx2N here since we disable NxN in Inter
     720          pcCU->incrementPartInfo();
     721        }
    737722#endif
    738723      }
    739724      break;
    740725    }
    741     default:
     726  default:
    742727    {
    743728      assert(0);
     
    899884  assert( uiCtx < 3 );
    900885  m_pcBinIf->encodeBin( uiCurrSplitFlag, m_cCUSplitFlagSCModel.get( 0, 0, uiCtx ) );
    901 #if OL_DEPTHLIMIT
     886#if OL_DEPTHLIMIT_A0044
    902887  if(pcCU->getPartDumpFlag())
    903888  {
    904         if(pcCU->getSlice()->isIntra() || (!pcCU->getSlice()->isIntra() && uiCurrSplitFlag!=0))
    905         {
    906         pcCU->updatePartInfo(uiCurrSplitFlag,uiDepth);
    907         pcCU->incrementPartInfo();
    908         }
     889    if(pcCU->getSlice()->isIntra() || (!pcCU->getSlice()->isIntra() && uiCurrSplitFlag!=0))
     890    {
     891      pcCU->updatePartInfo(uiCurrSplitFlag,uiDepth);
     892      pcCU->incrementPartInfo();
     893    }
    909894  }
    910895#endif
Note: See TracChangeset for help on using the changeset viewer.