Changeset 1264 in SHVCSoftware
- Timestamp:
- 14 Jul 2015, 03:39:12 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1260 r1264 391 391 Int crOffset; 392 392 READ_SVLC(cbOffset, "cb_qp_offset_list[i]"); 393 assert(cbOffset >= -12 && cbOffset <= 12); 393 394 READ_SVLC(crOffset, "cr_qp_offset_list[i]"); 395 assert(crOffset >= -12 && crOffset <= 12); 394 396 pcPPS->setChromaQpAdjTableAt(chromaQpAdjustmentIndex, cbOffset, crOffset); 395 397 }
Note: See TracChangeset for help on using the changeset viewer.