Changeset 139 in 3DVCSoftware for branches/HTM-4.0-Nokia/source/Lib/TLibCommon


Ignore:
Timestamp:
24 Sep 2012, 14:08:01 (13 years ago)
Author:
nokia
Message:

3DV-HTM v4.0: FCO

Location:
branches/HTM-4.0-Nokia/source/Lib/TLibCommon
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-4.0-Nokia/source/Lib/TLibCommon/TComSlice.cpp

    r101 r139  
    14411441, m_bUseDMM                   (false)
    14421442#endif
     1443
     1444#if FLEX_CODING_ORDER && HHI_DMM_PRED_TEX
     1445, m_bUseDMM34                   (false)
     1446#endif
     1447
    14431448{
    14441449  // AMVP parameter
  • branches/HTM-4.0-Nokia/source/Lib/TLibCommon/TComSlice.h

    r101 r139  
    354354#endif
    355355
     356#if HHI_DMM_PRED_TEX && FLEX_CODING_ORDER
     357  Bool  m_bUseDMM34;
     358#endif
     359
    356360#if DEPTH_MAP_GENERATION
    357361  UInt  m_uiPredDepthMapGeneration;
     
    382386  Void setVPSId       (Int i)    { m_VPSId = i;             }
    383387#endif
    384   Int  getSPSId       ()         { return m_SPSId;          }
     388  Int  getSPSId       ()         
     389  { return m_SPSId;          }
    385390  Void setSPSId       (Int i)    { m_SPSId = i;             }
    386391  Int  getProfileIdc  ()         { return m_ProfileIdc;     }
     
    619624#endif
    620625
     626#if HHI_DMM_PRED_TEX && FLEX_CODING_ORDER
     627  Bool getUseDMM34()         { return m_bUseDMM34; }
     628  Void setUseDMM34( Bool b ) { m_bUseDMM34 = b;    }
     629#endif
     630
    621631  Void initMultiviewSPS      ( UInt uiViewId, Int iViewOrderIdx = 0, UInt uiCamParPrecision = 0, Bool bCamParSlice = false, Int** aaiScale = 0, Int** aaiOffset = 0 );
    622632  Void initMultiviewSPSDepth ( UInt uiViewId, Int iViewOrderIdx );
  • branches/HTM-4.0-Nokia/source/Lib/TLibCommon/TypeDef.h

    r105 r139  
    4646#define FIX_DECODING_WO_WRITING           1
    4747#define FIX_INIT_ROM                      1
     48
    4849#define FIX_VIRT_DESTRUCTOR               1
     50
     51
     52
     53
     54#define FLEX_CODING_ORDER               1
     55#if FLEX_CODING_ORDER
     56  #define DISABLE_FCO_FOR_VSO             1
     57#else
     58  #define DISABLE_FCO_FOR_VSO             0
     59#endif
     60
    4961
    5062
Note: See TracChangeset for help on using the changeset viewer.