Ignore:
Timestamp:
20 Jun 2013, 22:40:50 (11 years ago)
Author:
vidyo
Message:

Implementation of inter_layer_sample_pred_only_flag part of M0457. The code is disabled by default. Enable by setting M0457_IL_SAMPLE_PRED_ONLY_FLAG to 1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-2.1-dev/source/Lib/TLibEncoder/TEncCu.cpp

    r282 r297  
    463463        if(pcSlice->getSliceType() == B_SLICE && pcSlice->getNumRefIdx(REF_PIC_LIST_0) == pcSlice->getActiveNumILRRefIdx() && pcSlice->getNumRefIdx(REF_PIC_LIST_1) == pcSlice->getActiveNumILRRefIdx())
    464464            testInter = false;
     465#if M0457_IL_SAMPLE_PRED_ONLY_FLAG
     466        if( pcSlice->getInterLayerSamplePredOnlyFlag() )
     467            testInter = false;
     468#endif
    465469    }
    466470#endif
Note: See TracChangeset for help on using the changeset viewer.