Ignore:
Timestamp:
20 Jun 2013, 12:32:01 (11 years ago)
Author:
rwth
Message:
  • code cleanup for H_3D_DIM_DLT
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.3-dev1/source/Lib/TLibCommon/TComRom.h

    r459 r485  
    159159__inline Void mapDepthModeToIntraDir(  Int& intraMode ) { if( isDimMode( intraMode ) ) intraMode = DC_IDX; }
    160160
     161#if H_3D_DIM_SDC || H_3D_DIM_DLT
     162__inline UInt numBitsForValue( UInt value ) { UInt bits = 0; while (value != 0) { value >>= 1; bits++; } return bits; };
     163#endif
     164
    161165#if H_3D_DIM_DMM
    162166extern const WedgeResolution                                 g_dmmWedgeResolution [6];
Note: See TracChangeset for help on using the changeset viewer.