Changeset 1433 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder


Ignore:
Timestamp:
11 Aug 2015, 20:22:28 (10 years ago)
Author:
seregin
Message:

port rev 4587 and fixes for the previous commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp

    r1432 r1433  
    35753575  READ_UVLC( uiChromaInputBitDepthM8 , "cm_input_chroma_bit_depth_minus8" );
    35763576  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" );
    35783578  READ_CODE( 2, uiResQaunBit, "cm_res_quant_bit" );
    35793579
     
    36813681            for( Int nVertexIdx = 0; nVertexIdx < 4; nVertexIdx++ )
    36823682            {
    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 );
    36843684#if R0164_CGS_LUT_BUGFIX_CHECK
    36853685              pc3DAsymLUT->xSetFilled( yIdx + y, uIdx + u, vIdx + v );
Note: See TracChangeset for help on using the changeset viewer.