Changeset 197 in 3DVCSoftware for branches/HTM-5.0-Sony/source/Lib/TLibCommon


Ignore:
Timestamp:
28 Nov 2012, 07:21:58 (12 years ago)
Author:
sony
Message:

Add DV_V_RESTRICTION_B0037 macro and two config parameters (DisparitySearchRangeRestriction, VerticalDisparitySearchRange).

It enables to restrict disparity vector range at encoder on motion search.
When users want to try the option, please set DisparitySearchRangeRestriction to 1 and set VerticalDisparitySearchRange to any positive integer value to be tested. The restriction is disabled by default.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified branches/HTM-5.0-Sony/source/Lib/TLibCommon/TypeDef.h ΒΆ

    r195 r197  
    4646#define QC_REM_IDV_B0046                  1   //JCT3V-B0046: the reference index for temporal merging candidate is set to 0, as defined in HEVC
    4747#define FIX_DEL_NULLPTR                   1
     48
     49#define DV_V_RESTRICTION_B0037            1   // JCT3V-B0037 disparity vector vertical range restriction
     50
    4851#if !QC_MVHEVC_B0046
    4952///// ***** FIXES *********
Note: See TracChangeset for help on using the changeset viewer.