Changeset 1214 in SHVCSoftware for branches/SHM-dev/source/App
- Timestamp:
- 8 Jul 2015, 23:35:39 (9 years ago)
- Location:
- branches/SHM-dev/source/App/TAppEncoder
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.cpp
r1212 r1214 1652 1652 ("CGSMaxYPartNumLog", m_nCGSMaxYPartNumLog2 , 2, "max Y part number ") 1653 1653 ("CGSLUTBit", m_nCGSLUTBit , 12, "bit depth of CGS LUT") 1654 #if R0151_CGS_3D_ASYMLUT_IMPROVE1655 1654 ("CGSAdaptC", m_nCGSAdaptiveChroma , 1, "adaptive chroma partition (only for the case of two chroma partitions)") 1656 #endif1657 1655 #if R0179_ENC_OPT_3DLUT_SIZE 1658 1656 ("CGSSizeRDO", m_nCGSLutSizeRDO , 0, "RDOpt selection of best table size (effective when large maximum table size such as 8x8x8 is used)") … … 4511 4509 printf("CGS: %d CGSMaxOctantDepth: %d CGSMaxYPartNumLog2: %d CGSLUTBit:%d " , m_nCGSFlag , m_nCGSMaxOctantDepth , m_nCGSMaxYPartNumLog2 , m_nCGSLUTBit ); 4512 4510 #endif 4513 #if R0151_CGS_3D_ASYMLUT_IMPROVE4514 4511 printf("CGSAdaptC:%d " , m_nCGSAdaptiveChroma ); 4515 #endif4516 4512 #if R0179_ENC_OPT_3DLUT_SIZE 4517 4513 printf("CGSSizeRDO:%d " , m_nCGSLutSizeRDO ); -
branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.h
r1212 r1214 511 511 Int m_nCGSMaxYPartNumLog2; 512 512 Int m_nCGSLUTBit; 513 #if R0151_CGS_3D_ASYMLUT_IMPROVE514 513 Int m_nCGSAdaptiveChroma; 515 #endif516 514 #if R0179_ENC_OPT_3DLUT_SIZE 517 515 Int m_nCGSLutSizeRDO; -
branches/SHM-dev/source/App/TAppEncoder/TAppEncTop.cpp
r1212 r1214 761 761 m_acTEncTop[layer].setCGSMaxYPartNumLog2 ( m_nCGSMaxYPartNumLog2 ); 762 762 m_acTEncTop[layer].setCGSLUTBit ( m_nCGSLUTBit ); 763 #if R0151_CGS_3D_ASYMLUT_IMPROVE764 763 m_acTEncTop[layer].setCGSAdaptChroma ( m_nCGSAdaptiveChroma ); 765 #endif766 764 #if R0179_ENC_OPT_3DLUT_SIZE 767 765 m_acTEncTop[layer].setCGSLutSizeRDO ( m_nCGSLutSizeRDO );
Note: See TracChangeset for help on using the changeset viewer.