Changeset 1325 in 3DVCSoftware for branches/HTM-15.1-MV-draft-4/source/Lib/TLibEncoder/TEncCavlc.h
- Timestamp:
- 7 Sep 2015, 18:40:35 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-15.1-MV-draft-4/source/Lib/TLibEncoder/TEncCavlc.h
r1321 r1325 97 97 Void codeSPSExtension ( const TComSPS* pcSPS ); 98 98 #endif 99 #if NH_3D100 Void codeVPS3dExtension ( const TComVPS* pcVPS );101 Void codeSPS3dExtension ( const TComSPS* pcSPS );102 #endif103 99 Void codeSPS ( const TComSPS* pcSPS ); 104 100 Void codePPS ( const TComPPS* pcPPS ); 105 101 #if NH_MV 106 102 Void codePpsMultilayerExtension( const TComPPS* pcPPS ); 107 #endif108 #if NH_3D109 Void codePps3dExtension ( const TComPPS* pcPPS );110 103 #endif 111 104 Void codeSliceHeader ( TComSlice* pcSlice ); … … 121 114 Void codeCUTransquantBypassFlag( TComDataCU* pcCU, UInt uiAbsPartIdx ); 122 115 Void codeSkipFlag ( TComDataCU* pcCU, UInt uiAbsPartIdx ); 123 #if NH_3D_DIS124 Void codeDIS ( TComDataCU* pcCU, UInt uiAbsPartIdx );125 #endif126 116 Void codeMergeFlag ( TComDataCU* pcCU, UInt uiAbsPartIdx ); 127 117 Void codeMergeIndex ( TComDataCU* pcCU, UInt uiAbsPartIdx ); 128 #if NH_3D_DMM || NH_3D_SDC_INTRA || NH_3D_SDC_INTER129 Void codeDeltaDC ( TComDataCU* /*pcCU*/, UInt /*absPartIdx*/ ) { assert(0); };130 #endif131 #if NH_3D_ARP132 Void codeARPW ( TComDataCU* pcCU, UInt uiAbsPartIdx );133 #endif134 #if NH_3D_IC135 Void codeICFlag ( TComDataCU* pcCU, UInt uiAbsPartIdx );136 #endif137 118 138 #if NH_3D_SDC_INTRA || NH_3D_SDC_INTER139 Void codeSDCFlag ( TComDataCU* pcCU, UInt uiAbsPartIdx );140 #endif141 #if NH_3D_DBBP142 Void codeDBBPFlag ( TComDataCU* pcCU, UInt uiAbsPartIdx );143 #endif144 119 Void codeAlfCtrlFlag ( ComponentID /*component*/, UInt /*code*/ ) {printf("Not supported\n"); assert(0);} 145 120 Void codeInterModeFlag( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth, UInt uiEncMode );
Note: See TracChangeset for help on using the changeset viewer.