Changeset 1284 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibCommon


Ignore:
Timestamp:
17 Jul 2015, 00:34:10 (10 years ago)
Author:
seregin
Message:

port rev 4319 (g_PCMBitDepth)

Location:
branches/SHM-dev/source/Lib/TLibCommon
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibCommon/TComRom.cpp

    r1259 r1284  
    550550Int g_bitDepthInStream   [MAX_NUM_CHANNEL_TYPE] = {8, 8}; // In the encoder, this is the same as g_bitDepth. In the decoder, this can vary from g_bitDepth if the decoder is forced to use 'best-effort decoding' at a particular bit-depth.
    551551#endif
    552 Int g_PCMBitDepth[MAX_NUM_CHANNEL_TYPE] = {8, 8};    // PCM bit-depth
    553552
    554553// ====================================================================================================================
  • branches/SHM-dev/source/Lib/TLibCommon/TComRom.h

    r1259 r1284  
    159159
    160160extern        Int g_bitDepth   [MAX_NUM_CHANNEL_TYPE];
    161 extern        Int g_PCMBitDepth[MAX_NUM_CHANNEL_TYPE];
    162161#if O0043_BEST_EFFORT_DECODING
    163162extern        Int g_bitDepthInStream   [MAX_NUM_CHANNEL_TYPE]; // In the encoder, this is the same as g_bitDepth. In the decoder, this can vary from g_bitDepth if the decoder is forced to use 'best-effort decoding' at a particular bit-depth.
Note: See TracChangeset for help on using the changeset viewer.