Ignore:
Timestamp:
15 Nov 2013, 23:51:21 (11 years ago)
Author:
seregin
Message:

bring back setChromaFormatIdc (Int i) for !AUXILIARY_PICTURES

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-4.0-dev/source/Lib/TLibCommon/TComSlice.h

    r479 r482  
    12021202  Int  getSPSId       ()         { return m_SPSId;          }
    12031203  Void setSPSId       (Int i)    { m_SPSId = i;             }
     1204
    12041205#if AUXILIARY_PICTURES
    12051206  ChromaFormat getChromaFormatIdc ()         { return m_chromaFormatIdc;       }
    1206 #else
    1207   Int  getChromaFormatIdc ()         { return m_chromaFormatIdc;       }
    1208 #endif
    1209   Void setChromaFormatIdc (ChromaFormat i)    { m_chromaFormatIdc = i;          }
    1210 
    1211 #if AUXILIARY_PICTURES
     1207  Void setChromaFormatIdc (ChromaFormat i)   { m_chromaFormatIdc = i;          }
     1208
    12121209  static Int getWinUnitX (Int chromaFormatIdc) { assert (chromaFormatIdc >= 0 && chromaFormatIdc <= MAX_CHROMA_FORMAT_IDC); return m_winUnitX[chromaFormatIdc];      }
    12131210  static Int getWinUnitY (Int chromaFormatIdc) { assert (chromaFormatIdc >= 0 && chromaFormatIdc <= MAX_CHROMA_FORMAT_IDC); return m_winUnitY[chromaFormatIdc];      }
    12141211#else
     1212  Int  getChromaFormatIdc ()         { return m_chromaFormatIdc;       }
     1213  Void setChromaFormatIdc (Int i)    { m_chromaFormatIdc = i;          }
     1214
    12151215  static Int getWinUnitX (Int chromaFormatIdc) { assert (chromaFormatIdc > 0 && chromaFormatIdc <= MAX_CHROMA_FORMAT_IDC); return m_winUnitX[chromaFormatIdc];      }
    12161216  static Int getWinUnitY (Int chromaFormatIdc) { assert (chromaFormatIdc > 0 && chromaFormatIdc <= MAX_CHROMA_FORMAT_IDC); return m_winUnitY[chromaFormatIdc];      }
Note: See TracChangeset for help on using the changeset viewer.