Changeset 882 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder


Ignore:
Timestamp:
4 Sep 2014, 23:18:21 (11 years ago)
Author:
qualcomm
Message:

CGS signaling change: u(3) => ue(v). (requested by editors)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp

    r878 r882  
    42104210#if R0150_CGS_SIGNAL_CONSTRAINTS
    42114211  UInt uiChromaInputBitDepthM8 , uiChromaOutputBitDepthM8;
    4212   READ_CODE( 3 , uiInputBitDepthM8 , "cm_input_luma_bit_depth_minus8" );
    4213   READ_CODE( 3 , uiChromaInputBitDepthM8 , "cm_input_chroma_bit_depth_minus8" );
    4214   READ_CODE( 3 , uiOutputBitDepthM8 , "cm_output_luma_bit_depth_minus8" );
    4215   READ_CODE( 3 , uiChromaOutputBitDepthM8 , "cm_output_chroma_bit_depth_minus8" );
     4212  READ_UVLC( uiInputBitDepthM8 , "cm_input_luma_bit_depth_minus8" );
     4213  READ_UVLC( uiChromaInputBitDepthM8 , "cm_input_chroma_bit_depth_minus8" );
     4214  READ_UVLC( uiOutputBitDepthM8 , "cm_output_luma_bit_depth_minus8" );
     4215  READ_UVLC( uiChromaOutputBitDepthM8 , "cm_output_chroma_bit_depth_minus8" );
    42164216#else
    42174217  READ_CODE( 3 , uiInputBitDepthM8 , "cm_input_bit_depth_minus8" );
Note: See TracChangeset for help on using the changeset viewer.