Changeset 732 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibEncoder


Ignore:
Timestamp:
24 Apr 2014, 02:16:43 (11 years ago)
Author:
qualcomm
Message:

JCTVC-Q0154: Remove sharing of sub-DPBs across layers

Remove sharing of sub-DPB, and the processes related to early marking of inter-layer reference pictures. This patch include, in addition to other related changes, the following:

  1. Disabling macro RESOLUTION_BASED_DPB
  2. Disabling macro EARLY_REF_PIC_MARKING

From: Adarsh K. Ramasubramonian <aramasub@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-6-dev/source/Lib/TLibEncoder/TEncCavlc.cpp

    r705 r732  
    14071407      {
    14081408#if CHANGE_NUMSUBDPB_IDX
     1409#if RESOLUTION_BASED_DPB
    14091410        for(Int k = 0; k < vps->getNumSubDpbs(layerSetIdxForOutputLayerSet); k++)
     1411#else
     1412        for(Int k = 0; k < vps->getNumLayersInIdList( layerSetIdxForOutputLayerSet ); k++)
     1413#endif
    14101414#else
    14111415        for(Int k = 0; k < vps->getNumSubDpbs(i); k++)
Note: See TracChangeset for help on using the changeset viewer.