Ignore:
Timestamp:
9 Aug 2013, 03:37:18 (11 years ago)
Author:
lg
Message:

integration of JCT3V-E0158 and JCT3V-E0159 by LGE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-2.0-dev3-LG/source/Lib/TLibDecoder/TDecSbac.cpp

    r554 r557  
    12221222  if( puIdx == 2 )
    12231223  {
     1224#if !LGE_SDC_REMOVE_DC_E0158
    12241225    while( binNum < 2 && symbol )
     1226#endif
    12251227    {
    12261228      ctxDepthMode = puIdx*3 + binNum;
     
    12301232    }
    12311233         if( modeCode == 0 ) { dir = PLANAR_IDX; sdcFlag = 1;}
     1234#if LGE_SDC_REMOVE_DC_E0158
     1235    else if( modeCode == 1 ) { dir = 0;          sdcFlag = 0;}
     1236#else
    12321237    else if( modeCode == 2 ) { dir = 0;          sdcFlag = 0;}
    12331238    else if( modeCode == 3 ) { dir =     DC_IDX; sdcFlag = 1;}
     1239#endif
    12341240  }
    12351241  else if( puIdx == 0 )
     
    12781284      {
    12791285        binNum = 0;
     1286#if LGE_SDC_REMOVE_DC_E0158
     1287#if !SEC_DMM2_E0146
     1288        while( symbol && binNum < 2 )
     1289#endif
     1290#else
    12801291#if SEC_DMM2_E0146
    12811292        while( symbol && binNum < 2 )
    12821293#else
    12831294        while( symbol && binNum < 3 )
     1295#endif
    12841296#endif
    12851297        {
     
    12971309    else if( modeCode == 5  ) { dir = (2*DMM4_IDX+DIM_OFFSET); sdcFlag = 0;}
    12981310    else if( modeCode == 6  ) { dir = (2*DMM3_IDX+DIM_OFFSET); sdcFlag = 0;}
     1311#if LGE_SDC_REMOVE_DC_E0158
     1312#if SEC_DMM2_E0146
     1313    else if( modeCode == 7 )  { dir = (2* RBC_IDX+DIM_OFFSET); sdcFlag = 0;}
     1314#else
     1315    else if( modeCode == 14 ) { dir = (2* RBC_IDX+DIM_OFFSET); sdcFlag = 0;}
     1316    else if( modeCode == 15 ) { dir = (2*DMM2_IDX+DIM_OFFSET); sdcFlag = 0;}
     1317#endif
     1318#else
    12991319    else if( modeCode == 14 ) { dir =      DC_IDX;             sdcFlag = 1;}
    13001320#if SEC_DMM2_E0146
     
    13031323    else if( modeCode == 30 ) { dir = (2* RBC_IDX+DIM_OFFSET); sdcFlag = 0;}
    13041324    else if( modeCode == 31 ) { dir = (2*DMM2_IDX+DIM_OFFSET); sdcFlag = 0;}
     1325#endif
    13051326#endif
    13061327  }
Note: See TracChangeset for help on using the changeset viewer.