Changeset 1320 in SHVCSoftware


Ignore:
Timestamp:
21 Jul 2015, 23:32:31 (9 years ago)
Author:
seregin
Message:

port rev 4395

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibVideoIO/TVideoIOYuv.cpp

    r1307 r1320  
    742742  }
    743743
    744   Int internalBitDepth[MAX_NUM_CHANNEL_TYPE];
    745   for(UInt chType=0; chType<MAX_NUM_CHANNEL_TYPE; chType++)
    746   {
    747     internalBitDepth[chType] = m_bitdepthShift[chType] + m_MSBExtendedBitDepth[chType];
    748   }
    749744  ColourSpaceConvert(*pPicYuvTrueOrg, *pPicYuvUser, ipcsc, true);
    750745
     
    771766  {
    772767    cPicYuvCSCd.create(pPicYuvUser->getWidth(COMPONENT_Y), pPicYuvUser->getHeight(COMPONENT_Y), pPicYuvUser->getChromaFormat(), pPicYuvUser->getWidth(COMPONENT_Y), pPicYuvUser->getHeight(COMPONENT_Y), 0, false);
    773     Int internalBitDepth[MAX_NUM_CHANNEL_TYPE];
    774     for(UInt chType=0; chType<MAX_NUM_CHANNEL_TYPE; chType++)
    775     {
    776       internalBitDepth[chType] = m_bitdepthShift[chType] + m_MSBExtendedBitDepth[chType];
    777     }
    778768    ColourSpaceConvert(*pPicYuvUser, cPicYuvCSCd, ipCSC, false);
    779769  }
     
    871861    cPicYuvTopCSCd   .create(pPicYuvUserTop   ->getWidth(COMPONENT_Y), pPicYuvUserTop   ->getHeight(COMPONENT_Y), pPicYuvUserTop   ->getChromaFormat(), pPicYuvUserTop   ->getWidth(COMPONENT_Y), pPicYuvUserTop   ->getHeight(COMPONENT_Y), 0, false);
    872862    cPicYuvBottomCSCd.create(pPicYuvUserBottom->getWidth(COMPONENT_Y), pPicYuvUserBottom->getHeight(COMPONENT_Y), pPicYuvUserBottom->getChromaFormat(), pPicYuvUserBottom->getWidth(COMPONENT_Y), pPicYuvUserBottom->getHeight(COMPONENT_Y), 0, false);
    873     Int internalBitDepth[MAX_NUM_CHANNEL_TYPE];
    874     for(UInt chType=0; chType<MAX_NUM_CHANNEL_TYPE; chType++)
    875     {
    876       internalBitDepth[chType] = m_bitdepthShift[chType] + m_MSBExtendedBitDepth[chType];
    877     }
    878863    ColourSpaceConvert(*pPicYuvUserTop,    cPicYuvTopCSCd,    ipCSC, false);
    879864    ColourSpaceConvert(*pPicYuvUserBottom, cPicYuvBottomCSCd, ipCSC, false);
Note: See TracChangeset for help on using the changeset viewer.