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/App/TAppRenderer/TAppRendererCfg.h

    r1179 r1313  
    4747#include <vector>
    4848
    49 #if H_3D
     49#if NH_3D
    5050
    5151// ====================================================================================================================
     
    6666
    6767
    68   // bit-depth      ( Currently interal luma and chroma bit-depth are required to be equal. )
    69   Int                m_inputBitDepthY;                 ///< bit-depth of input file (luma component)
    70   Int                m_inputBitDepthC;                 ///< bit-depth of input file (chroma component)
    71   Int                m_outputBitDepthY;                ///< bit-depth of output file (luma component)
    72   Int                m_outputBitDepthC;                ///< bit-depth of output file (chroma component)
    73   Int                m_internalBitDepthY;              ///< bit-depth renderer operates at in luma (input/output files will be converted)
    74   Int                m_internalBitDepthC;              ///< bit-depth renderer operates at in chroma (input/output files will be converted)
     68  // bit-depth      ( Currently internal, output and input luma and chroma bit-depth are required to be equal to 8 )
     69  Int                m_inputBitDepth[2];               ///< bit-depth of input file (luma/chroma component) 
     70  Int                m_outputBitDepth[2];              ///< bit-depth of output file (luma/chroma component)   
     71  Int                m_internalBitDepth[2];            ///< bit-depth renderer operates at in luma/chroma (input/output files will be converted)
    7572
    7673
     
    123120  Void xPrintParameter ();                              ///< print configuration values
    124121  Void xPrintUsage     ();                              ///< print usage
    125   Void xSetGlobal();
    126122
    127123  Void xCreateFileNames();
    128   Void xGetMaxPrecision( std::vector< Int > adIn, Int& iPrecBefore, Int& iPrecAfter );
     124  Void xGetMaxPrecision( IntAry1d adIn, Int& iPrecBefore, Int& iPrecAfter );
    129125  Void xAddNumberToFileName( Char* pchSourceFileName, Char*& rpchTargetFileName, Int iNumberToAdd, UInt uiPrecBefore, UInt uiPrecAfter );
    130126public:
     
    142138
    143139#endif // __TAppRENDERERCFG__
    144 #endif // H_3D
     140#endif // NH_3D
Note: See TracChangeset for help on using the changeset viewer.