Ignore:
Timestamp:
9 Nov 2015, 21:13:05 (8 years ago)
Author:
tech
Message:

Macro cleanups.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-15.2-dev/source/Lib/TLibDecoder/TDecEntropy.cpp

    r1360 r1374  
    267267  for ( UInt uiPartIdx = 0, uiSubPartIdx = uiAbsPartIdx; uiPartIdx < uiNumPU; uiPartIdx++, uiSubPartIdx += uiPUOffset )
    268268  {
    269 #if H_MV_ENC_DEC_TRAC
     269#if NH_MV_ENC_DEC_TRAC
    270270    DTRACE_PU_S("=========== prediction_unit ===========\n")
    271271    // ToDo:
     
    484484  for ( UInt uiPartIdx = 0, uiSubPartIdx = uiAbsPartIdx; uiPartIdx < uiNumPU; uiPartIdx++, uiSubPartIdx += uiPUOffset )
    485485  {
    486 #if H_MV_ENC_DEC_TRAC
     486#if NH_MV_ENC_DEC_TRAC
    487487    DTRACE_PU_S("=========== prediction_unit ===========\n")
    488488    // ToDo:
     
    741741  {
    742742    m_pcEntropyDecoderIf->parseMVPIdx( iMVPIdx );
    743 #if H_MV_ENC_DEC_TRAC
     743#if NH_MV_ENC_DEC_TRAC
    744744#if ENC_DEC_TRACE
    745745    if ( eRefList == REF_PIC_LIST_0 )
     
    798798  {
    799799    m_pcEntropyDecoderIf->parseMVPIdx( iMVPIdx );
    800 #if H_MV_ENC_DEC_TRAC
     800#if NH_MV_ENC_DEC_TRAC
    801801#if ENC_DEC_TRACE
    802802    if ( eRefList == REF_PIC_LIST_0 )
     
    833833  const UInt uiTrDepth = rTu.GetTransformDepthRel();
    834834
    835 #if H_MV_ENC_DEC_TRAC
     835#if NH_MV_ENC_DEC_TRAC
    836836#if ENC_DEC_TRACE
    837837  UInt uiLPelX   = pcCU->getCUPelX() + g_auiRasterToPelX[ g_auiZscanToRaster[uiAbsPartIdx] ];
     
    940940    pcCU->setTrIdxSubParts( uiTrDepth, uiAbsPartIdx, uiDepth );
    941941
    942 #if !H_MV_ENC_DEC_TRAC
     942#if !NH_MV_ENC_DEC_TRAC
    943943    {
    944944      DTRACE_CABAC_VL( g_nSymbolCounter++ );
Note: See TracChangeset for help on using the changeset viewer.