Changeset 1284 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibCommon
- Timestamp:
- 17 Jul 2015, 00:34:10 (10 years ago)
- Location:
- branches/SHM-dev/source/Lib/TLibCommon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TComRom.cpp
r1259 r1284 550 550 Int 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. 551 551 #endif 552 Int g_PCMBitDepth[MAX_NUM_CHANNEL_TYPE] = {8, 8}; // PCM bit-depth553 552 554 553 // ==================================================================================================================== -
branches/SHM-dev/source/Lib/TLibCommon/TComRom.h
r1259 r1284 159 159 160 160 extern Int g_bitDepth [MAX_NUM_CHANNEL_TYPE]; 161 extern Int g_PCMBitDepth[MAX_NUM_CHANNEL_TYPE];162 161 #if O0043_BEST_EFFORT_DECODING 163 162 extern 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.