Changeset 1200 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder


Ignore:
Timestamp:
8 Jul 2015, 20:22:40 (10 years ago)
Author:
seregin
Message:

macro cleanup: O0194_DIFFERENT_BITDEPTH_EL_BL

Location:
branches/SHM-dev/source/Lib/TLibDecoder
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp

    r1199 r1200  
    17901790
    17911791#if REPN_FORMAT_IN_VPS
    1792 #if O0194_DIFFERENT_BITDEPTH_EL_BL
    17931792    g_bitDepthLayer[CHANNEL_TYPE_LUMA][pcSlice->getLayerId()] = pcSlice->getBitDepthY();
    17941793    g_bitDepthLayer[CHANNEL_TYPE_CHROMA][pcSlice->getLayerId()] = pcSlice->getBitDepthC();
    1795 #endif
     1794
    17961795    assert( pcSlice->getSliceQp() >= -pcSlice->getQpBDOffsetY() );
    17971796#else   
  • branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.cpp

    r1199 r1200  
    567567      pBLPic->getSlice(0)->setVPS( activeVPS );
    568568
    569 #if O0194_DIFFERENT_BITDEPTH_EL_BL
    570569      g_bitDepthLayer[CHANNEL_TYPE_LUMA][0] = repFormat->getBitDepthVpsLuma();
    571570      g_bitDepthLayer[CHANNEL_TYPE_CHROMA][0] = repFormat->getBitDepthVpsChroma();
    572 #endif
    573571    }
    574572  }
Note: See TracChangeset for help on using the changeset viewer.