Changeset 877 in SHVCSoftware for branches/SHM-dev/source/App/TAppEncoder
- Timestamp:
- 28 Aug 2014, 06:22:48 (10 years ago)
- Location:
- branches/SHM-dev/source/App/TAppEncoder
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.cpp
r875 r877 1145 1145 #if R0151_CGS_3D_ASYMLUT_IMPROVE 1146 1146 ("CGSAdaptC", m_nCGSAdaptiveChroma , 1, "adaptive chroma partition (only for the case of two chroma partitions)") 1147 #endif 1148 #if R0179_ENC_OPT_3DLUT_SIZE 1149 ("CGSSizeRDO", m_nCGSLutSizeRDO , 0, "RDOpt selection of best table size (effective when large maximum table size such as 8x8x8 is used)") 1147 1150 #endif 1148 1151 #endif … … 3767 3770 printf("CGSAdaptC:%d " , m_nCGSAdaptiveChroma ); 3768 3771 #endif 3772 #if R0179_ENC_OPT_3DLUT_SIZE 3773 printf("CGSSizeRDO:%d " , m_nCGSLutSizeRDO ); 3774 #endif 3775 3769 3776 printf("\n\n"); 3770 3777 -
branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.h
r875 r877 468 468 Int m_nCGSAdaptiveChroma; 469 469 #endif 470 #if R0179_ENC_OPT_3DLUT_SIZE 471 Int m_nCGSLutSizeRDO; 472 #endif 470 473 #endif 471 474 #endif //SVC_EXTENSION -
branches/SHM-dev/source/App/TAppEncoder/TAppEncTop.cpp
r875 r877 728 728 #if R0151_CGS_3D_ASYMLUT_IMPROVE 729 729 m_acTEncTop[layer].setCGSAdaptChroma( m_nCGSAdaptiveChroma ); 730 #endif 731 #if R0179_ENC_OPT_3DLUT_SIZE 732 m_acTEncTop[layer].setCGSLutSizeRDO( m_nCGSLutSizeRDO ); 730 733 #endif 731 734 #endif
Note: See TracChangeset for help on using the changeset viewer.