Ignore:
Timestamp:
27 May 2015, 20:01:35 (10 years ago)
Author:
rwth
Message:
  • re-activated DLT (to be tested)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-14.1-update-dev1-RWTH/source/Lib/TLibDecoder/TDecCAVLC.cpp

    r1227 r1236  
    546546       
    547547        UInt uiNumDepthValues = 0;
    548         std::vector<Int> aiIdx2DepthValue(256);
     548        std::vector<Int> aiIdx2DepthValue(256, 0);
    549549       
    550550        // Bit map
     
    627627          pcDLT->setDepthLUTs(layerId, aiIdx2DepthValue, uiNumDepthValues);
    628628        }
    629        
    630 //#ifdef DEBUG
    631 //        printf("---------------------------------------------\n");
    632 //        printf("LayerId: %d\n", layerId);
    633 //        printf("getUseDLTFlag: %d\n", pcDLT->getUseDLTFlag(layerId));
    634 //        printf("getInterViewDltPredEnableFlag: %d\n", pcDLT->getInterViewDltPredEnableFlag(layerId));
    635 //        printf("getUseBitmapRep: %d\n", pcDLT->getUseBitmapRep(layerId));
    636 //        printf("getNumDepthValues: %d\n", pcDLT->getNumDepthValues(layerId));
    637 //        for(Int i=0; i<pcDLT->getNumDepthValues(layerId); i++)
    638 //          printf("depthValue[%d] = %d\n", i, pcDLT->idx2DepthValue(layerId, i));
    639 //#endif
    640629      }
    641630    }
Note: See TracChangeset for help on using the changeset viewer.