Changeset 1313 in 3DVCSoftware for trunk/source/Lib/TLibRenderer/TRenImage.h


Ignore:
Timestamp:
13 Aug 2015, 17:38:13 (9 years ago)
Author:
tech
Message:

Merged 14.1-update-dev1@1312.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/Lib/TLibRenderer/TRenImage.h

    r1179 r1313  
    3939#include "../TLibCommon/TComPicYuv.h"
    4040#include "TRenImagePlane.h"
    41 #if H_3D
     41#if NH_3D
    4242
    4343
     
    7070  TRenImagePlane<T>** getPlanes() const;
    7171
    72   Void getDataAndStrides( T**    pptData, Int*  piStrides );
    73   Void getWidthAndHeight( Int*  piWidths, Int*  piHeights );
     72  Void getDataAndStrides ( T**    pptData, Int*  piStrides ) const ;
     73  Void getWidthAndHeight ( Int*  piWidths, Int*  piHeights ) const ;
    7474
    7575  UInt getNumberOfPlanes()  const;
    7676  UInt getNumberOfQuaterPlanes() const;
    7777  UInt getNumberOfFullPlanes() const;
    78   Bool is420() {return m_uiNumberOfFullPlanes == 1 && m_uiNumberOfQuaterPlanes == 2; };
    79   Bool is444() {return m_uiNumberOfFullPlanes == 3 && m_uiNumberOfQuaterPlanes == 0; };
    80   Bool is400() {return m_uiNumberOfFullPlanes == 1 && m_uiNumberOfQuaterPlanes == 0; };
     78  Bool is420() const {return m_uiNumberOfFullPlanes == 1 && m_uiNumberOfQuaterPlanes == 2; };
     79  Bool is444() const {return m_uiNumberOfFullPlanes == 3 && m_uiNumberOfQuaterPlanes == 0; };
     80  Bool is400() const {return m_uiNumberOfFullPlanes == 1 && m_uiNumberOfQuaterPlanes == 0; };
    8181
    8282  // Assign
     
    9595  UInt m_uiNumberOfQuaterPlanes;
    9696  UInt m_uiNumberOfPlanes;
     97  UInt m_bitDepth;
    9798  TRenImagePlane<T> ** m_apcPlanes;   // First Full Planes, then Quater Planes
    9899
     
    100101};
    101102
    102 #endif // H_3D
     103#endif // NH_3D
    103104#endif // __TRENIMAGE__
    104105
Note: See TracChangeset for help on using the changeset viewer.