Changeset 122 in 3DVCSoftware for branches/HTM-4.0-Orange/source/Lib/TLibCommon


Ignore:
Timestamp:
7 Sep 2012, 13:06:10 (12 years ago)
Author:
tech
Message:

Removal of static variables in xCompressCU + cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-4.0-Orange/source/Lib/TLibCommon/TComPic.h

    r100 r122  
    113113  Int**                 m_aaiCodedOffset;
    114114
     115#if OL_DEPTHLIMIT_A0044
     116  UInt*                 m_texPartInfo;
     117  UInt                  m_uiTexPartIndex;
     118#endif
     119
    115120public:
    116121  TComPic();
     
    243248  Void          removeResidualBuffer    ();
    244249#endif
     250
     251#if OL_DEPTHLIMIT_A0044
     252  UInt        accessPartInfo        ( UInt count )   { return m_texPartInfo[m_uiTexPartIndex + count]; };
     253  Void        incrementTexPartIndex (            )   { m_uiTexPartIndex += 2;    };
     254  UInt        getTexPartIndex       ()               { return m_uiTexPartIndex;  };
     255  Void        setTexPartIndex       ( UInt idx   )   { m_uiTexPartIndex = idx; };
     256  Void        setPartInfo           ( UInt* texPart) { m_texPartInfo    = texPart;  };
     257#endif
     258
    245259  Bool          getValidSlice                                  (Int sliceID)  {return m_pbValidSlice[sliceID];}
    246260  Int           getSliceGranularityForNDBFilter                ()             {return m_sliceGranularityForNDBFilter;}
Note: See TracChangeset for help on using the changeset viewer.