Changeset 156 in 3DVCSoftware for branches/HTM-4.1-dev2-LG/source/Lib/TLibEncoder/TEncSearch.cpp
- Timestamp:
- 29 Oct 2012, 02:20:31 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-4.1-dev2-LG/source/Lib/TLibEncoder/TEncSearch.cpp
r152 r156 721 721 m_cDistParam.pCur = piRefPos; 722 722 #if LGE_ILLUCOMP_B0045 723 m_cDistParam.bUseIC = pcPatternKey->getICFlag();723 m_cDistParam.bUseIC = pcPatternKey->getICFlag(); 724 724 #endif 725 725 uiDist = m_cDistParam.DistFunc( &m_cDistParam ); … … 4124 4124 4125 4125 #if LGE_ILLUCOMP_B0045 4126 m_cDistParam.bUseIC = pcPatternKey->getICFlag();4126 m_cDistParam.bUseIC = pcPatternKey->getICFlag(); 4127 4127 #endif 4128 4128 uiSad = m_cDistParam.DistFunc( &m_cDistParam ); … … 4483 4483 m_pcEntropyCoder->encodeMergeIndex( pcCU, 0, 0, true ); 4484 4484 #if LGE_ILLUCOMP_B0045 4485 m_pcEntropyCoder->encodeICFlag(pcCU, 0, true);4485 m_pcEntropyCoder->encodeICFlag(pcCU, 0, true); 4486 4486 #endif 4487 4487 #if HHI_INTER_VIEW_RESIDUAL_PRED … … 5851 5851 m_pcEntropyCoder->encodeMergeIndex(pcCU, 0, 0, true); 5852 5852 #if LGE_ILLUCOMP_B0045 5853 m_pcEntropyCoder->encodeICFlag(pcCU, 0, true);5853 m_pcEntropyCoder->encodeICFlag(pcCU, 0, true); 5854 5854 #endif 5855 5855 #if HHI_INTER_VIEW_RESIDUAL_PRED … … 5874 5874 m_pcEntropyCoder->encodePredInfo( pcCU, 0, true ); 5875 5875 #if LGE_ILLUCOMP_B0045 5876 m_pcEntropyCoder->encodeICFlag(pcCU, 0, true);5876 m_pcEntropyCoder->encodeICFlag(pcCU, 0, true); 5877 5877 #endif 5878 5878 #if HHI_INTER_VIEW_RESIDUAL_PRED
Note: See TracChangeset for help on using the changeset viewer.