Changeset 198 in 3DVCSoftware


Ignore:
Timestamp:
28 Nov 2012, 12:13:36 (12 years ago)
Author:
tech
Message:

Added new parameters to cfg file. Corrected wrong comments.

Location:
branches/HTM-5.0-Sony
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-5.0-Sony/cfg/encoder_mvd.cfg

    r189 r198  
    198198InterViewSkip             : 0                                      # interview SKIP mode
    199199InterViewSkipLambdaScale  : 8                                      # lambda scale for inter-view skip mode
     200DisparitySearchRangeRestriction : 0                                # 0: No disparity restriction 1: Use disparity restriction
     201VerticalDisparitySearchRange    : 56                               # vertical disparity search range (in luma samples)
    200202
    201203
  • branches/HTM-5.0-Sony/source/Lib/TLibCommon/TypeDef.h

    r197 r198  
    4141//! \ingroup TLibCommon
    4242//! \{
    43 #define QC_MVHEVC_B0046                   0
    44 #define QC_IV_AS_LT_B0046                 1   //JCT3V-B0046: Disable 3DHEVC tools
    45 #define QC_TMVP_IDX_MOD_B0046             1   //JCT3V-B0046: inter-view reference pictures are treated as long-term pictures, scaling of motion vectors for DCP based on ViewId/ViewOrderIdx is disabled
    46 #define QC_REM_IDV_B0046                  1   //JCT3V-B0046: the reference index for temporal merging candidate is set to 0, as defined in HEVC
     43#define QC_MVHEVC_B0046                   0   //JCT3V-B0046: disable 3DHEVC tools
     44#define QC_IV_AS_LT_B0046                 1   //JCT3V-B0046: inter-view reference pictures are treated as long-term pictures, scaling of motion vectors for DCP based on ViewId/ViewOrderIdx is disabled
     45#define QC_TMVP_IDX_MOD_B0046             1   //JCT3V-B0046: the reference index for temporal merging candidate is set to 0, as defined in HEVC
     46#define QC_REM_IDV_B0046                  1   //JCT3V-B0046: removal of IDV NAL unit type
    4747#define FIX_DEL_NULLPTR                   1
    4848
Note: See TracChangeset for help on using the changeset viewer.