Ignore:
Timestamp:
11 Dec 2015, 00:05:48 (8 years ago)
Author:
seregin
Message:

infer parameters in SPS after activation, fixing chroma scaling for non 4:2:0

File:
1 edited

Legend:

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

    r1499 r1502  
    4747
    4848TComTU::TComTU(TComDataCU *pcCU, const UInt absPartIdxCU, const UInt cuDepth, const UInt initTrDepthRelCU)
    49 #if SCALABLE_REXT
    50   : mChromaFormat(pcCU->getSlice()->getChromaFormatIdc()),
    51 #else
    5249  : mChromaFormat(pcCU->getSlice()->getSPS()->getChromaFormatIdc()),
    53 #endif
    5450    mbProcessLastOfLevel(true), // does not matter. the top level is not 4 quadrants.
    5551    mCuDepth(cuDepth),
Note: See TracChangeset for help on using the changeset viewer.