Changeset 857 in SHVCSoftware for branches/SHM-dev/source


Ignore:
Timestamp:
11 Aug 2014, 19:17:50 (10 years ago)
Author:
seregin
Message:

update to CRI SEI, provided by Andrivon Pierre <Pierre.Andrivon@…>

File:
1 edited

Legend:

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

    r856 r857  
    681681        for( Int i=0 ; i<=sei.m_postLutNumValMinus1[c] ; i++ )
    682682        {
    683           if( sei.m_preLutNumValMinus1[c]>0 || sei.m_colourRemapMatrixPresentFlag )
    684             WRITE_CODE( sei.m_postLutCodedValue[c][i], (( sei.m_colourRemapTargetBitDepth + 7 ) >> 3 ) << 3, "post_lut_coded_value[c][i]" );
    685           else
    686             WRITE_CODE( sei.m_postLutCodedValue[c][i], (( sei.m_colourRemapCodedDataBitDepth + 7 ) >> 3 ) << 3, "post_lut_coded_value[c][i]" );
     683          WRITE_CODE( sei.m_postLutCodedValue[c][i], (( sei.m_colourRemapTargetBitDepth + 7 ) >> 3 ) << 3, "post_lut_coded_value[c][i]" );       
    687684          WRITE_CODE( sei.m_postLutTargetValue[c][i], (( sei.m_colourRemapTargetBitDepth + 7 ) >> 3 ) << 3, "post_lut_target_value[c][i]" );
    688685        }
    689686    }
    690687  }
    691 
    692688  xWriteByteAlign();
    693689}
Note: See TracChangeset for help on using the changeset viewer.