Changeset 1365 in 3DVCSoftware


Ignore:
Timestamp:
28 Oct 2015, 19:50:26 (9 years ago)
Author:
tech
Message:

Align macros

Location:
branches/HTM-15.2-dev/source/Lib
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-15.2-dev/source/Lib/TLibCommon/TComPrediction.cpp

    r1364 r1365  
    19691969}
    19701970
    1971 Void TComPrediction::xWeightedAverage( TComYuv* pcYuvSrc0, TComYuv* pcYuvSrc1, Int iRefIdx0, Int iRefIdx1, UInt uiPartIdx, Int iWidth, Int iHeight, TComYuv* pcYuvDst, const BitDepths &clipBitDepths
    1972  )
     1971Void TComPrediction::xWeightedAverage( TComYuv* pcYuvSrc0, TComYuv* pcYuvSrc1, Int iRefIdx0, Int iRefIdx1, UInt uiPartIdx, Int iWidth, Int iHeight, TComYuv* pcYuvDst, const BitDepths &clipBitDepths )
    19731972{
    19741973  if( iRefIdx0 >= 0 && iRefIdx1 >= 0 )
  • branches/HTM-15.2-dev/source/Lib/TLibDecoder/SEIread.cpp

    r1360 r1365  
    311311      xParseSEIMasteringDisplayColourVolume((SEIMasteringDisplayColourVolume&) *sei, payloadSize, pDecodedMessageOutputStream);
    312312      break;
     313#if NH_MV
    313314#if !NH_MV_SEI
    314315    case SEI::SUB_BITSTREAM_PROPERTY:
     
    395396      xParseSEIAlternativeDepthInfo((SEIAlternativeDepthInfo&) *sei, payloadSize, pDecodedMessageOutputStream );
    396397      break;
     398#endif
    397399#endif
    398400#endif
  • branches/HTM-15.2-dev/source/Lib/TLibDecoder/SEIread.h

    r1360 r1365  
    102102  Void  xResizeSubBitstreamPropertySeiArrays  (SEISubBitstreamProperty &sei);
    103103#endif
    104 #endif
    105104#if NH_MV_LAYERS_NOT_PRESENT_SEI
    106105  Void xParseSEILayersNotPresent              (SEILayersNotPresent &sei, UInt payloadSize, const TComVPS *vps ,std::ostream *pDecodedMessageOutputStream);
     
    133132  Void xParseSEIAlternativeDepthInfo          (SEIAlternativeDepthInfo& sei, UInt payloadSize, std::ostream *pDecodedMessageOutputStream);
    134133#endif
    135 
     134#endif
    136135  Void sei_read_code(std::ostream *pOS, UInt uiLength, UInt& ruiCode, const TChar *pSymbolName);
    137136  Void sei_read_uvlc(std::ostream *pOS,                UInt& ruiCode, const TChar *pSymbolName);
  • branches/HTM-15.2-dev/source/Lib/TLibDecoder/SyntaxElementParser.h

    r1360 r1365  
    4949#define READ_SVLC(        code, name)     xReadSvlcTr (         code, name )
    5050#define READ_FLAG(        code, name)     xReadFlagTr (         code, name )
     51#if NH_MV
    5152#define READ_STRING(bufSize, code, length, name)   xReadStringTr ( bufSize, code, length, name )
    52 
     53#endif
    5354#else
    5455
     
    5960#define READ_SVLC(        code, name)     xReadSvlc (         code, name )
    6061#define READ_FLAG(        code, name)     xReadFlag (         code, name )
     62#if NH_MV
    6163#define READ_STRING(bufSize, code, length, name)   xReadString ( bufSize, code, length, name )
    62 
     64#endif
    6365#else
    6466
     
    6769#define READ_SVLC(        code, name)     xReadSvlc (         code )
    6870#define READ_FLAG(        code, name)     xReadFlag (         code )
     71#if NH_MV
    6972#define READ_STRING(bufSize, code, length, name)   xReadString ( bufSize, code, length )
     73#endif
    7074
    7175#endif
Note: See TracChangeset for help on using the changeset viewer.