Ignore:
Timestamp:
2 Feb 2014, 04:51:29 (11 years ago)
Author:
seregin
Message:

update to HM-13.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-5.0-dev/source/Lib/TLibEncoder/TEncCavlc.cpp

    r582 r593  
    44 * granted under this license. 
    55 *
    6  * Copyright (c) 2010-2013, ITU/ISO/IEC
     6 * Copyright (c) 2010-2014, ITU/ISO/IEC
    77 * All rights reserved.
    88 *
     
    579579  }
    580580  WRITE_FLAG( pcSPS->getTMVPFlagsPresent()  ? 1 : 0,           "sps_temporal_mvp_enable_flag" );
     581
    581582  WRITE_FLAG( pcSPS->getUseStrongIntraSmoothing(),             "sps_strong_intra_smoothing_enable_flag" );
    582583
     
    17331734         WRITE_FLAG( pcSlice->getSaoEnabledFlag(), "slice_sao_luma_flag" );         
    17341735#if AUXILIARY_PICTURES
    1735          if (pcSlice->getChromaFormatIdc() != CHROMA_400)
    1736          {
    1737 #endif
    1738 #if HM_CLEANUP_SAO
     1736         if (pcSlice->getChromaFormatIdc() != CHROMA_400)         
     1737#endif
    17391738         WRITE_FLAG( pcSlice->getSaoEnabledFlagChroma(), "slice_sao_chroma_flag" );
    1740 #else
    1741          {
    1742            SAOParam *saoParam = pcSlice->getPic()->getPicSym()->getSaoParam();
    1743            WRITE_FLAG( saoParam->bSaoFlag[1], "slice_sao_chroma_flag" );
    1744          }
    1745 #endif
    1746 #if AUXILIARY_PICTURES
    1747          }
    1748 #endif
    17491739      }
    17501740    }   
Note: See TracChangeset for help on using the changeset viewer.