Changeset 723 in 3DVCSoftware


Ignore:
Timestamp:
29 Nov 2013, 11:28:41 (10 years ago)
Author:
tech
Message:

Integrated Bug fix on F0093 related to VSP candidate (BUGFIX_2_F0093).

Location:
branches/HTM-8.2-dev0-Fix/source/Lib/TLibCommon
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-8.2-dev0-Fix/source/Lib/TLibCommon/TComDataCU.cpp

    r721 r723  
    41454145    iPosLeftAbove[1] = numA1B1B0;
    41464146#if H_3D_VSP
     4147#if BUGFIX_2_F0093 && MTK_VSP_SIMPLIFICATION_F0111
     4148    if ( ( ( getAddr() - pcCUAbove->getAddr() ) == 0) && (pcCUAbove->getVSPFlag(uiAbovePartIdx) == 1)
     4149#else
    41474150    if (pcCUAbove->getVSPFlag(uiAbovePartIdx) == 1
     4151#endif
    41484152#if LGE_SHARP_VSP_INHERIT_F0104
    41494153#if H_3D_IC
     
    41734177  {
    41744178#if H_3D_VSP
     4179#if BUGFIX_2_F0093 && MTK_VSP_SIMPLIFICATION_F0111
     4180    if ( ( ( getAddr() - pcCUAboveRight->getAddr() ) == 0) && (pcCUAboveRight->getVSPFlag(uiAboveRightPartIdx) == 1)
     4181#else
    41754182    if (pcCUAboveRight->getVSPFlag(uiAboveRightPartIdx) == 1
     4183#endif
    41764184#if LGE_SHARP_VSP_INHERIT_F0104
    41774185#if H_3D_IC
     
    42274235  {
    42284236#if H_3D_VSP
     4237#if BUGFIX_2_F0093 && MTK_VSP_SIMPLIFICATION_F0111
     4238    if ( ( ( getAddr() - pcCUAboveLeft->getAddr() ) == 0) && (pcCUAboveLeft->getVSPFlag(uiAboveLeftPartIdx) == 1)
     4239#else
    42294240    if (pcCUAboveLeft->getVSPFlag(uiAboveLeftPartIdx) == 1
     4241#endif
    42304242#if LGE_SHARP_VSP_INHERIT_F0104
    42314243#if H_3D_IC
  • branches/HTM-8.2-dev0-Fix/source/Lib/TLibCommon/TypeDef.h

    r718 r723  
    249249
    250250#if H_3D
     251
    251252#define FIX_MISSING_MACRO_R690                  1 // Missing macro in integration to revision 690
    252253
     
    264265#define MTK_SPIVMP_F0110                        1 // JCT3V-F0110: Sub-PU level inter-view motion prediction
    265266#define BUGFIX_F0093                            1 // bug fix for F0093 for depth IvMC pruning
     267#define BUGFIX_2_F0093                          1 // bug fix for VSP inheritance
    266268#endif
    267269
Note: See TracChangeset for help on using the changeset viewer.