Changeset 77 in 3DVCSoftware for trunk/source/Lib/TLibRenderer


Ignore:
Timestamp:
14 Jun 2012, 16:38:29 (13 years ago)
Author:
tech
Message:

Merged with branch/HTM-3.0Samsung REV74 including:

  • restricted residual prediction m24766
  • Inter-view residual prediction m24938
  • VPS concept m24714,m24878, m24945,m24896, m2491
  • reference list modification, restriction on IDR m24876, m24874
  • depth based motion parameter prediction m24829

Fixed bugs:

  • interview prediction
  • VSO

Added:

  • xcode project
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/Lib/TLibRenderer/TRenSingleModel.cpp

    r56 r77  
    214214  AOT( (ppiShiftLutLeft  == NULL) && (m_iMode == 0 || m_iMode == 2) );
    215215  AOT( (ppiShiftLutRight == NULL) && (m_iMode == 1 || m_iMode == 2) );
     216#if HHI_FIX
     217#else
    216218  AOT( pcOrgVideo != NULL && bKeepReference );
     219#endif
    217220
    218221  m_appiShiftLut[0] = ppiShiftLutLeft;
     
    222225  m_pcPicYuvRef = pcOrgVideo;
    223226
     227#if HHI_FIX
     228  if ( pcOrgVideo && !bKeepReference )
     229#else
    224230  if ( pcOrgVideo )
     231#endif
    225232  {
    226233    TRenFilter::copy(             pcOrgVideo->getLumaAddr(), pcOrgVideo->getStride() , m_iWidth,      m_iHeight,      m_aapiRefVideoPel[0], m_aiRefVideoStrides[0]);
Note: See TracChangeset for help on using the changeset viewer.