Changeset 41 in SHVCSoftware for branches/SHM-1.1-dev/source/Lib/TLibDecoder


Ignore:
Timestamp:
20 Feb 2013, 23:53:32 (12 years ago)
Author:
seregin
Message:

disable unused code with NO_RESIDUAL_FLAG_FOR_BLPRED, reported by Elena Alshina

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-1.1-dev/source/Lib/TLibDecoder/TDecCu.cpp

    r17 r41  
    546546 
    547547  //===== get prediction signal =====
    548 #if INTRA_BL
     548#if INTRA_BL && !NO_RESIDUAL_FLAG_FOR_BLPRED
    549549  if(pcCU->isIntraBL ( uiAbsPartIdx ) )
    550550  {
     
    651651 
    652652  //===== get prediction signal =====
    653 #if INTRA_BL
     653#if INTRA_BL && !NO_RESIDUAL_FLAG_FOR_BLPRED
    654654  if(pcCU->isIntraBL ( uiAbsPartIdx ) )
    655655  {
Note: See TracChangeset for help on using the changeset viewer.