Ignore:
Timestamp:
8 Nov 2014, 21:07:36 (9 years ago)
Author:
tech
Message:

Merged 12.2-dev1-Hisilicon@1116.

File:
1 edited

Legend:

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

    r1106 r1118  
    744744  //construction of depth candidates
    745745  Pel testDepth;
     746#if SINGLE_DEPTH_SIMP_J0115
     747  Pel DepthNeighbours[2];
     748#else
    746749  Pel DepthNeighbours[5];
     750#endif
    747751  Int index =0;
     752#if SINGLE_DEPTH_SIMP_J0115
     753  for( Int i = 0; (i < 2) && (index<SINGLE_DEPTH_MODE_CAND_LIST_SIZE) ; i++ )
     754#else
    748755  for( Int i = 0; (i < 5) && (index<SINGLE_DEPTH_MODE_CAND_LIST_SIZE) ; i++ )
     756#endif
    749757  {
    750758    if(!pcCU->getNeighDepth (0, uiAbsPartIdx, &testDepth, i))
     
    754762    DepthNeighbours[index]=testDepth;
    755763    index++;
     764#if !SINGLE_DEPTH_SIMP_J0115
    756765    for(Int j=0;j<index-1;j++)
    757766    {
     
    762771     }
    763772    }
     773#endif
    764774  }
    765775
Note: See TracChangeset for help on using the changeset viewer.