Changeset 58 in SHVCSoftware for branches/HM-10.0-dev-SHM/source/Lib/TLibCommon


Ignore:
Timestamp:
5 Mar 2013, 02:47:10 (12 years ago)
Author:
seregin
Message:

porting AVC support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HM-10.0-dev-SHM/source/Lib/TLibCommon/TComPic.cpp

    r57 r58  
    749749  }
    750750
    751   UInt   uiWidth      = this->getPicYuvRec()->getWidth() - this->getPicYuvRec()->getPicCropLeftOffset() - this->getPicYuvRec()->getPicCropRightOffset();
    752   UInt   uiHeight     = this->getPicYuvRec()->getHeight() - this->getPicYuvRec()->getPicCropTopOffset() - this->getPicYuvRec()->getPicCropBottomOffset();
     751  const Window &conf = this->getPicYuvRec()->getConformanceWindow();
     752  UInt   uiWidth      = this->getPicYuvRec()->getWidth() - conf.getWindowLeftOffset() - conf.getWindowRightOffset();
     753  UInt   uiHeight     = this->getPicYuvRec()->getHeight() - conf.getWindowTopOffset() - conf.getWindowBottomOffset();
    753754  UInt64 uiPOC        = (UInt64)this->getPOC();
    754755  UInt   uiPartWidth  = uiWidth / 4;
Note: See TracChangeset for help on using the changeset viewer.