Ignore:
Timestamp:
9 Oct 2014, 12:35:18 (10 years ago)
Author:
tech
Message:

Cleanups:

  • Moved several functions form .h to .cpp files.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-12.0-dev1/source/Lib/TLibEncoder/TEncCavlc.h

    r1054 r1063  
    109109#if H_MV_HLS10_PPS
    110110#if H_MV
    111   Void codePPSMultilayerExtension( TComPPS* pcPPS )
    112   {   
    113     WRITE_FLAG( pcPPS->getPocResetInfoPresentFlag( ) ? 1 : 0 , "poc_reset_info_present_flag" );
    114     WRITE_FLAG( pcPPS->getPpsInferScalingListFlag( ) ? 1 : 0 , "pps_infer_scaling_list_flag" );
    115     WRITE_CODE( pcPPS->getPpsScalingListRefLayerId( ), 6, "pps_scaling_list_ref_layer_id" );
    116     WRITE_UVLC( 0, "num_ref_loc_offsets" );
    117   }
     111  Void codePPSMultilayerExtension( TComPPS* pcPPS );
    118112#endif
    119113#endif
Note: See TracChangeset for help on using the changeset viewer.