Changeset 433 in 3DVCSoftware for branches/HTM-6.2-dev0/source/Lib/TLibEncoder/TEncCavlc.cpp
- Timestamp:
- 22 May 2013, 21:05:43 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-6.2-dev0/source/Lib/TLibEncoder/TEncCavlc.cpp
r427 r433 1436 1436 } 1437 1437 1438 Void TEncCavlc::codeIntraDirLumaAng( TComDataCU* pcCU, UInt uiAbsPartIdx ) 1438 Void TEncCavlc::codeIntraDirLumaAng( TComDataCU* pcCU, UInt uiAbsPartIdx 1439 #if PKU_QC_DEPTH_INTRA_UNI_D0195 1440 , Bool bSdcRD 1441 #endif 1442 ) 1439 1443 { 1440 1444 assert(0); … … 1915 1919 1916 1920 #if RWTH_SDC_DLT_B0036 1921 #if !PKU_QC_DEPTH_INTRA_UNI_D0195 1917 1922 Void TEncCavlc::codeSDCFlag ( TComDataCU* pcCU, UInt uiAbsPartIdx ) 1918 1923 { 1919 1924 assert(0); 1920 1925 } 1921 1926 #endif 1922 1927 Void TEncCavlc::codeSDCResidualData ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiSegment ) 1923 1928 { 1924 1929 assert(0); 1925 1930 } 1926 1931 #if !PKU_QC_DEPTH_INTRA_UNI_D0195 1927 1932 Void TEncCavlc::codeSDCPredMode ( TComDataCU* pcCU, UInt uiAbsPartIdx ) 1928 1933 { … … 1930 1935 } 1931 1936 #endif 1937 #endif 1932 1938 //! \}
Note: See TracChangeset for help on using the changeset viewer.