Changeset 852 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder
- Timestamp:
- 5 Aug 2014, 01:37:56 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp ¶
r850 r852 2874 2874 #endif 2875 2875 2876 #if R0164_CGS_LUT_BUGFIX 2876 #if R0164_CGS_LUT_BUGFIX_CHECK 2877 2877 pc3DAsymLUT->xInitCuboids(); 2878 2878 #endif 2879 2879 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 ); 2882 2883 #endif 2883 2884 } … … 2942 2943 } 2943 2944 } 2944 #if R0164_CGS_LUT_BUGFIX 2945 #if R0164_CGS_LUT_BUGFIX_CHECK 2945 2946 pc3DAsymLUT->xSetExplicit( yIdx + (l<<shift) , uIdx , vIdx ); 2946 2947 #endif
Note: See TracChangeset for help on using the changeset viewer.