Ignore:
Timestamp:
13 Nov 2013, 23:25:47 (11 years ago)
Author:
nokia
Message:

Integration of O0194: Support different bit-depth values for different layers, enable weighted prediction for ILR for color gamut scalability.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-4.0-dev/source/Lib/TLibCommon/TComPicYuv.cpp

    r445 r466  
    9090  Int numCuInHeight = m_iPicHeight / m_iCuHeight + (m_iPicHeight % m_iCuHeight != 0);
    9191 
    92 #if LAYER_CTB
    93   m_iLumaMarginX    = uiMaxCUWidth  + 16; // for 16-byte alignment
    94   m_iLumaMarginY    = uiMaxCUHeight + 16;  // margin for 8-tap filter and infinite padding
    95 #else
    9692  m_iLumaMarginX    = g_uiMaxCUWidth  + 16; // for 16-byte alignment
    9793  m_iLumaMarginY    = g_uiMaxCUHeight + 16;  // margin for 8-tap filter and infinite padding
    98 #endif
    9994 
    10095  m_iChromaMarginX  = m_iLumaMarginX>>1;
Note: See TracChangeset for help on using the changeset viewer.