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


Ignore:
Timestamp:
8 Jul 2015, 23:47:38 (10 years ago)
Author:
seregin
Message:

macro cleanup: R0164_CGS_LUT_BUGFIX

File:
1 edited

Legend:

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

    r1215 r1217  
    26062606    for( Int l = 0 ; l < nYPartNum ; l++ )
    26072607    {
    2608 #if R0164_CGS_LUT_BUGFIX     
    26092608      Int shift = pc3DAsymLUT->getCurOctantDepth() - nDepth ;
    2610 #endif
     2609
    26112610      for( Int nVertexIdx = 0 ; nVertexIdx < 4 ; nVertexIdx++ )
    26122611      {
    2613 #if R0164_CGS_LUT_BUGFIX
    26142612        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
    26182614        UInt uiCodeVertex = sRes.Y != 0 || sRes.U != 0 || sRes.V != 0;
    26192615        WRITE_FLAG( uiCodeVertex , "coded_vertex_flag" );
Note: See TracChangeset for help on using the changeset viewer.