Changeset 62 in 3DVCSoftware for branches/HTM-3.0-LG/source/Lib/TLibEncoder/TEncCu.cpp
- Timestamp:
- 18 May 2012, 09:38:25 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-3.0-LG/source/Lib/TLibEncoder/TEncCu.cpp
r56 r62 1903 1903 1904 1904 #if HHI_INTER_VIEW_RESIDUAL_PRED 1905 #if !LG_RESTRICTEDRESPRED_M24766 1905 1906 if( rpcTempCU->getResPredFlag( 0 ) ) 1906 1907 { // subtract residual prediction from original in motion search … … 1908 1909 } 1909 1910 #endif 1911 #endif 1910 1912 1911 1913 #if AMP_MRG 1912 1914 rpcTempCU->setMergeAMP (true); 1913 1915 #if HHI_INTERVIEW_SKIP 1916 #if LG_RESTRICTEDRESPRED_M24766 1917 m_pcPredSearch->predInterSearch ( rpcTempCU, m_ppcOrigYuv[uhDepth], m_ppcResPredTmp[uhDepth], m_ppcPredYuvTemp[uhDepth], m_ppcResiYuvTemp[uhDepth], m_ppcRecoYuvTemp[uhDepth], bSkipRes, bUseMRG ); 1918 #else 1914 1919 m_pcPredSearch->predInterSearch ( rpcTempCU, m_ppcOrigYuv[uhDepth], m_ppcPredYuvTemp[uhDepth], m_ppcResiYuvTemp[uhDepth], m_ppcRecoYuvTemp[uhDepth], bSkipRes, bUseMRG ); 1920 #endif 1915 1921 #else 1916 1922 m_pcPredSearch->predInterSearch ( rpcTempCU, m_ppcOrigYuv[uhDepth], m_ppcPredYuvTemp[uhDepth], m_ppcResiYuvTemp[uhDepth], m_ppcRecoYuvTemp[uhDepth], false, bUseMRG ); … … 1925 1931 1926 1932 #if HHI_INTER_VIEW_RESIDUAL_PRED 1933 #if !LG_RESTRICTEDRESPRED_M24766 1927 1934 if( rpcTempCU->getResPredFlag( 0 ) ) 1928 1935 { // add residual prediction to original again 1929 1936 m_ppcOrigYuv[uhDepth]->add( m_ppcResPredTmp [uhDepth], rpcTempCU->getWidth( 0 ), rpcTempCU->getHeight( 0 ) ); 1930 1937 } 1938 #endif 1931 1939 #endif 1932 1940
Note: See TracChangeset for help on using the changeset viewer.