Ignore:
Timestamp:
31 Jan 2013, 01:11:02 (12 years ago)
Author:
hisilicon-htm
Message:

Bug fix for the integration of C0154

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

Legend:

Unmodified
Added
Removed
  • branches/HTM-5.1-dev1-Hisilicon/source/Lib/TLibCommon/TComPrediction.cpp

    r240 r242  
    19191919  UInt  uiWedgeStride   = pcWedgelet->getStride();
    19201920
    1921 #if HS_REFERENCE_SUBSAMPLE
     1921#if HS_REFERENCE_SUBSAMPLE_C0154
    19221922  Int subSamplePix;
    19231923  if ( pcWedgelet->getWidth() == 32 )
     
    19331933  if( bAbove )
    19341934  {
    1935 #if HS_REFERENCE_SUBSAMPLE
     1935#if HS_REFERENCE_SUBSAMPLE_C0154
    19361936    for( Int k = 0; k < pcWedgelet->getWidth(); k+=subSamplePix )
    19371937#else
     
    19531953  if( bLeft )
    19541954  {
    1955 #if HS_REFERENCE_SUBSAMPLE
     1955#if HS_REFERENCE_SUBSAMPLE_C0154
    19561956    for( Int k = 0; k < pcWedgelet->getHeight(); k+=subSamplePix )
    19571957#else
  • branches/HTM-5.1-dev1-Hisilicon/source/Lib/TLibCommon/TypeDef.h

    r228 r242  
    195195#if RWTH_SDC_DLT_B0036
    196196#define Log2( n ) ( log((double)n) / log(2.0) )
     197#define HS_REFERENCE_SUBSAMPLE_C0154      1
    197198#endif
    198199
Note: See TracChangeset for help on using the changeset viewer.