Ignore:
Timestamp:
15 Jul 2014, 15:44:07 (10 years ago)
Author:
hisilicon-htm
Message:

Integration of JCT3V-I0120 Remove "depth_dc_flag" signalling in DMM cases

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-11.2-dev3-HiSilicon/source/Lib/TLibEncoder/TEncSearch.cpp

    r993 r994  
    31573157            pcCU->setDimDeltaDC( dmmType, 1, uiPartOffset, deltaDC2 );
    31583158
     3159#if HS_DMM_SIGNALLING_I0120
     3160            uiRdModeList[ numModesForFullRD++ ] = (dmmType  +DIM_OFFSET);
     3161#else
    31593162            uiRdModeList[ numModesForFullRD++ ] = (2*dmmType  +DIM_OFFSET);
    31603163            uiRdModeList[ numModesForFullRD++ ] = (2*dmmType+1+DIM_OFFSET);
     3164#endif
    31613165
    31623166            if( DMM4_IDX == dmmType ) { biSegmentation->destroy(); delete biSegmentation; }
     
    32133217      if (uiMode < numModesForFullRD)
    32143218      {   
    3215            uiOrgMode = uiRdModeList[uiMode];
     3219         uiOrgMode = uiRdModeList[uiMode];
    32163220      }
    32173221      else
     
    32263230           {
    32273231              if (uiOrgMode != uiBestPUModeConv && uiOrgMode != uiSecondBestPUModeConv && uiOrgMode != uiThirdBestPUModeConv
    3228                  && uiOrgMode > 1 && uiOrgMode < NUM_INTRA_MODE && varCU < 4)
     3232                  && uiOrgMode > 1 && uiOrgMode < NUM_INTRA_MODE && varCU < 4)
    32293233              continue;
    32303234           }
Note: See TracChangeset for help on using the changeset viewer.