Ignore:
Timestamp:
9 Nov 2012, 14:20:38 (13 years ago)
Author:
tech
Message:

Incorporated encoder parameter for TMVP for depth. (TMVP_DEPTH_SWITCH)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-4.1-dev1-HHI/source/App/TAppEncoder/TAppEncCfg.h

    r120 r174  
    258258  UInt      m_uiBiPredIdc;                                    ///< Use of Bi-Directional Weighting Prediction (B_SLICE): explicit(1) or implicit(2)
    259259
     260#if TMVP_DEPTH_SWITCH
     261  vector<Bool> m_enableTMVP;                                  ///< Enable TMVP [0] video, [1] depth
     262#else
    260263  Bool      m_enableTMVP;
     264#endif
     265
    261266#if MULTIBITS_DATA_HIDING
    262267  Int       m_signHideFlag;
Note: See TracChangeset for help on using the changeset viewer.