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


Ignore:
Timestamp:
28 Aug 2014, 18:38:34 (10 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/TLibEncoder/TEncCavlc.cpp

    r874 r878  
    29992999    {
    30003000#if R0164_CGS_LUT_BUGFIX     
    3001       Int shift = pc3DAsymLUT->getMaxOctantDepth() - nDepth ;
     3001      Int shift = pc3DAsymLUT->getCurOctantDepth() - nDepth ;
    30023002#endif
    30033003      for( Int nVertexIdx = 0 ; nVertexIdx < 4 ; nVertexIdx++ )
Note: See TracChangeset for help on using the changeset viewer.