Ignore:
Timestamp:
7 Nov 2014, 17:32:36 (10 years ago)
Author:
hisilicon-htm
Message:

integration of J0115

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-12.2-dev1-Hisilicon/source/Lib/TLibDecoder/TDecCu.cpp

    r1084 r1114  
    735735  //construction of depth candidates
    736736  Pel testDepth;
     737#if SINGLE_DEPTH_SIMP_J0115
     738  Pel DepthNeighbours[2];
     739#else
    737740  Pel DepthNeighbours[5];
     741#endif
    738742  Int index =0;
     743#if SINGLE_DEPTH_SIMP_J0115
     744  for( Int i = 0; (i < 2) && (index<SINGLE_DEPTH_MODE_CAND_LIST_SIZE) ; i++ )
     745#else
    739746  for( Int i = 0; (i < 5) && (index<SINGLE_DEPTH_MODE_CAND_LIST_SIZE) ; i++ )
     747#endif
    740748  {
    741749    if(!pcCU->getNeighDepth (0, uiAbsPartIdx, &testDepth, i))
     
    745753    DepthNeighbours[index]=testDepth;
    746754    index++;
     755#if !SINGLE_DEPTH_SIMP_J0115
    747756    for(Int j=0;j<index-1;j++)
    748757    {
     
    753762     }
    754763    }
     764#endif
    755765  }
    756766
Note: See TracChangeset for help on using the changeset viewer.