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


Ignore:
Timestamp:
5 Aug 2014, 01:37:56 (11 years ago)
Author:
qualcomm
Message:

Bug fix for R0164

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp

    r850 r852  
    28742874#endif
    28752875
    2876 #if R0164_CGS_LUT_BUGFIX
     2876#if R0164_CGS_LUT_BUGFIX_CHECK
    28772877  pc3DAsymLUT->xInitCuboids();
    28782878#endif
    28792879  xCode3DAsymLUTOctant( pc3DAsymLUT , 0 , 0 , 0 , 0 , 1 << pc3DAsymLUT->getCurOctantDepth() );
    2880 #if R0164_CGS_LUT_BUGFIX
    2881   pc3DAsymLUT->xCuboidsExplicitCheck( false );
     2880#if R0164_CGS_LUT_BUGFIX_CHECK
     2881  xCuboidsFilledCheck( false );
     2882  pc3DAsymLUT->display( false );
    28822883#endif
    28832884}
     
    29422943        }
    29432944      }
    2944 #if R0164_CGS_LUT_BUGFIX
     2945#if R0164_CGS_LUT_BUGFIX_CHECK
    29452946      pc3DAsymLUT->xSetExplicit( yIdx + (l<<shift) , uIdx , vIdx );
    29462947#endif
Note: See TracChangeset for help on using the changeset viewer.