Changeset 1112 in SHVCSoftware for branches/SHM-dev/source/Lib
- Timestamp:
- 6 Jul 2015, 21:19:10 (9 years ago)
- Location:
- branches/SHM-dev/source/Lib
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h
r1111 r1112 79 79 #define Q0177_EOS_CHECKS 1 ///< JCTVC-Q0177; Put checks on handling EOS 80 80 #define Q0142_POC_LSB_NOT_PRESENT 1 ///< JCTVC-Q0142; Add constraint checking on the value of poc_reset_idc and poc_lsb_val 81 #define Q0146_SSH_EXT_DATA_BIT 1 ///< JCTVC-Q0146; Bug-fix -- the SSH_EXT_DATA_BIT can have any value -- not required to be 182 81 83 82 #define P0130_EOB 1 ///< JCTVC-P0130, set layer Id of EOB NALU to be fixed to 0 -
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1109 r1112 2081 2081 while( counter ) 2082 2082 { 2083 #if Q0146_SSH_EXT_DATA_BIT2084 2083 READ_FLAG( uiCode, "slice_segment_header_extension_data_bit" ); 2085 #else2086 READ_FLAG( uiCode, "slice_segment_header_extension_reserved_bit" ); assert( uiCode == 1 );2087 #endif2088 2084 counter--; 2089 2085 } -
branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r1109 r1112 1982 1982 for (Int i = 0; i < shExtnAdditionalBits; i++) 1983 1983 { 1984 #if Q0146_SSH_EXT_DATA_BIT1985 1984 WRITE_FLAG( 1, "slice_segment_header_extension_data_bit"); 1986 #else1987 WRITE_FLAG( 1, "slice_segment_header_extension_reserved_bit");1988 #endif1989 1985 } 1990 1986 }
Note: See TracChangeset for help on using the changeset viewer.