Ignore:
Timestamp:
26 May 2013, 16:22:23 (12 years ago)
Author:
tech
Message:

Added missing parts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.2-dev/source/Lib/TLibEncoder/TEncEntropy.cpp

    r438 r446  
    8787}
    8888
     89#if H_3D
     90Void TEncEntropy::encodeSPS( TComSPS* pcSPS, Int viewIndex, Bool depthFlag )
     91{
     92  m_pcEntropyCoderIf->codeSPS( pcSPS, viewIndex, depthFlag );
     93  return;
     94}
     95#else
    8996Void TEncEntropy::encodeSPS( TComSPS* pcSPS )
    9097{
     
    9299  return;
    93100}
     101#endif
    94102
    95103Void TEncEntropy::encodeCUTransquantBypassFlag( TComDataCU* pcCU, UInt uiAbsPartIdx, Bool bRD )
     
    587595  if( pcCU->isIntra(uiAbsPartIdx) )
    588596  {
     597#if !H_MV
    589598    DTRACE_CABAC_VL( g_nSymbolCounter++ )
    590599    DTRACE_CABAC_T( "\tdecodeTransformIdx()\tCUDepth=" )
    591600    DTRACE_CABAC_V( uiDepth )
    592601    DTRACE_CABAC_T( "\n" )
     602#endif
    593603  }
    594604  else
Note: See TracChangeset for help on using the changeset viewer.