Ignore:
Timestamp:
16 Apr 2014, 02:23:24 (11 years ago)
Author:
seregin
Message:

code formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-6-dev/source/Lib/TLibEncoder/TEncCfg.h

    r677 r684  
    911911#endif
    912912#if Q0048_CGS_3D_ASYMLUT
    913   Void      setCGSFlag(Int n)  { m_nCGSFlag = n;    }
    914   Int       getCGSFlag()       { return m_nCGSFlag; }
    915   Void      setCGSMaxOctantDepth(Int n)  { m_nCGSMaxOctantDepth = n;    }
    916   Int       getCGSMaxOctantDepth()       { return m_nCGSMaxOctantDepth; }
     913  Void      setCGSFlag(Int n)             { m_nCGSFlag = n;    }
     914  Int       getCGSFlag()                  { return m_nCGSFlag; }
     915  Void      setCGSMaxOctantDepth(Int n)   { m_nCGSMaxOctantDepth = n;    }
     916  Int       getCGSMaxOctantDepth()        { return m_nCGSMaxOctantDepth; }
    917917  Void      setCGSMaxYPartNumLog2(Int n)  { m_nCGSMaxYPartNumLog2 = n;    }
    918918  Int       getCGSMaxYPartNumLog2()       { return m_nCGSMaxYPartNumLog2; }
    919   Void      setCGSLUTBit(Int n)  { m_nCGSLUTBit = n;    }
    920   Int       getCGSLUTBit()       { return m_nCGSLUTBit; }
     919  Void      setCGSLUTBit(Int n)           { m_nCGSLUTBit = n;    }
     920  Int       getCGSLUTBit()                { return m_nCGSLUTBit; }
    921921#endif
    922922#endif
Note: See TracChangeset for help on using the changeset viewer.