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/TEncCavlc.cpp

    r296 r297  
    11191119      }
    11201120    }     
     1121#if M0457_IL_SAMPLE_PRED_ONLY_FLAG
     1122    if( pcSlice->getNumSamplePredRefLayers() > 0 && pcSlice->getActiveNumILRRefIdx() > 0 )
     1123    {
     1124      WRITE_FLAG( pcSlice->getInterLayerSamplePredOnlyFlag(), "inter_layer_sample_pred_only_flag" );
     1125    }
     1126#endif
    11211127#endif
    11221128
Note: See TracChangeset for help on using the changeset viewer.