Changeset 1217 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder
- Timestamp:
- 8 Jul 2015, 23:47:38 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r1215 r1217 2606 2606 for( Int l = 0 ; l < nYPartNum ; l++ ) 2607 2607 { 2608 #if R0164_CGS_LUT_BUGFIX2609 2608 Int shift = pc3DAsymLUT->getCurOctantDepth() - nDepth ; 2610 #endif 2609 2611 2610 for( Int nVertexIdx = 0 ; nVertexIdx < 4 ; nVertexIdx++ ) 2612 2611 { 2613 #if R0164_CGS_LUT_BUGFIX2614 2612 SYUVP sRes = pc3DAsymLUT->getCuboidVertexResTree( yIdx + (l<<shift) , uIdx , vIdx , nVertexIdx ); 2615 #else 2616 SYUVP sRes = pc3DAsymLUT->getCuboidVertexResTree( yIdx + l , uIdx , vIdx , nVertexIdx ); 2617 #endif 2613 2618 2614 UInt uiCodeVertex = sRes.Y != 0 || sRes.U != 0 || sRes.V != 0; 2619 2615 WRITE_FLAG( uiCodeVertex , "coded_vertex_flag" );
Note: See TracChangeset for help on using the changeset viewer.