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


Ignore:
Timestamp:
28 Aug 2014, 18:38:34 (11 years ago)
Author:
interdigital
Message:

Bug fix for R0164_CGS_LUT_BUGFIX to avoid crash when larger LUT size is used.

File:
1 edited

Legend:

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

    r874 r878  
    43094309    {
    43104310#if R0164_CGS_LUT_BUGFIX
    4311       Int shift = pc3DAsymLUT->getMaxOctantDepth() - nDepth ;
     4311      Int shift = pc3DAsymLUT->getCurOctantDepth() - nDepth ;
    43124312#endif
    43134313      for( Int nVertexIdx = 0 ; nVertexIdx < 4 ; nVertexIdx++ )
Note: See TracChangeset for help on using the changeset viewer.