Changeset 147 in 3DVCSoftware for branches/HTM-4.1-dev1-Hisilicon/source


Ignore:
Timestamp:
24 Oct 2012, 15:08:30 (12 years ago)
Author:
hisilicon-htm
Message:

B0096: enable parallel derivation of disparity vector.

Location:
branches/HTM-4.1-dev1-Hisilicon/source/Lib/TLibCommon
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-4.1-dev1-Hisilicon/source/Lib/TLibCommon/TComDataCU.cpp

    r124 r147  
    48234823  pcTmpCU = getPULeft(uiIdx, uiPartIdxLB);
    48244824#endif
     4825#if DV_DERIVATION_PARALLEL_B0096
     4826  if ( uiPartIdx == 1 && (eCUMode == SIZE_Nx2N || eCUMode == SIZE_nLx2N || eCUMode == SIZE_nRx2N) )
     4827  {
     4828    pcTmpCU = NULL;
     4829  }
     4830#endif
    48254831
    48264832  pcCULeft = pcTmpCU;
     
    48624868#else
    48634869  pcTmpCU = getPUAbove(uiIdx, uiPartIdxRT);
     4870#endif
     4871#if DV_DERIVATION_PARALLEL_B0096
     4872  if ( uiPartIdx == 1 && (eCUMode == SIZE_2NxN || eCUMode == SIZE_2NxnU || eCUMode == SIZE_2NxnD) )
     4873  {
     4874    pcTmpCU = NULL;
     4875  }
    48644876#endif
    48654877
  • branches/HTM-4.1-dev1-Hisilicon/source/Lib/TLibCommon/TypeDef.h

    r128 r147  
    5555#define FIX_DBL_CONTROL_DEFAULT           1
    5656
     57#define DV_DERIVATION_PARALLEL_B0096      1 //JCT3V-B0096, enable parallel derivation of disparity vector
    5758
    5859#define LGE_EDGE_INTRA                    1   // JCT2-A0070
Note: See TracChangeset for help on using the changeset viewer.