Changeset 1433 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 11 Aug 2015, 20:22:28 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1432 r1433 3575 3575 READ_UVLC( uiChromaInputBitDepthM8 , "cm_input_chroma_bit_depth_minus8" ); 3576 3576 READ_UVLC( uiOutputBitDepthM8, "cm_output_luma_bit_depth_minus8" ); 3577 READ_UVLC( uiChromaOutputBitDepthM8 "cm_output_chroma_bit_depth_minus8" );3577 READ_UVLC( uiChromaOutputBitDepthM8, "cm_output_chroma_bit_depth_minus8" ); 3578 3578 READ_CODE( 2, uiResQaunBit, "cm_res_quant_bit" ); 3579 3579 … … 3681 3681 for( Int nVertexIdx = 0; nVertexIdx < 4; nVertexIdx++ ) 3682 3682 { 3683 pc3DAsymLUT->setCuboidVertexResTree( yIdx + y, uIdx + , vIdx + v, nVertexIdx, 0, 0, 0 );3683 pc3DAsymLUT->setCuboidVertexResTree( yIdx + y, uIdx + u, vIdx + v, nVertexIdx, 0, 0, 0 ); 3684 3684 #if R0164_CGS_LUT_BUGFIX_CHECK 3685 3685 pc3DAsymLUT->xSetFilled( yIdx + y, uIdx + u, vIdx + v );
Note: See TracChangeset for help on using the changeset viewer.