Ignore:
Timestamp:
6 Jun 2014, 20:40:28 (11 years ago)
Author:
seregin
Message:

remove TILE_BOUNDARY_ALIGNED_FLAG

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-6-dev/source/Lib/TLibCommon/TComSlice.cpp

    r795 r796  
    23422342  ::memset(m_loopFilterNotAcrossTilesFlag,  0, sizeof(m_loopFilterNotAcrossTilesFlag));
    23432343#endif
    2344 #if TILE_BOUNDARY_ALIGNED_FLAG
    23452344  ::memset(m_tileBoundariesAlignedFlag,  0, sizeof(m_tileBoundariesAlignedFlag));
    2346 #endif
    23472345#if VPS_VUI_WPP_NOT_IN_USE__FLAG
    23482346  m_wppNotInUseFlag = true;
     
    24892487    }
    24902488  }
    2491 #if TILE_BOUNDARY_ALIGNED_FLAG 
     2489
    24922490  if (m_tilesNotInUseFlag)
    24932491  {
     
    25002498    }
    25012499  }
    2502 #endif
    2503 }
    2504 #endif
     2500}
     2501#endif
     2502
    25052503#if VPS_VUI_WPP_NOT_IN_USE__FLAG
    25062504Void TComVPS::setWppNotInUseFlag(Bool x)
Note: See TracChangeset for help on using the changeset viewer.