Changeset 1100 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder
- Timestamp:
- 6 Jul 2015, 20:20:51 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r1095 r1100 2665 2665 { 2666 2666 #if CHANGE_NUMSUBDPB_IDX 2667 #if RESOLUTION_BASED_DPB2668 for(Int k = 0; k < vps->getNumSubDpbs(layerSetIdxForOutputLayerSet); k++)2669 #else2670 2667 for(Int k = 0; k < vps->getNumLayersInIdList( layerSetIdxForOutputLayerSet ); k++) 2671 #endif2672 2668 #else 2673 2669 for(Int k = 0; k < vps->getNumSubDpbs(i); k++) … … 2684 2680 } 2685 2681 WRITE_UVLC( vps->getMaxVpsNumReorderPics( i, j), "max_vps_num_reorder_pics[i][j]" ); 2686 #if RESOLUTION_BASED_DPB 2687 if( vps->getNumSubDpbs(layerSetIdxForOutputLayerSet) != vps->getNumLayersInIdList( layerSetIdxForOutputLayerSet ) ) // NumSubDpbs 2688 { 2689 for(Int k = 0; k < vps->getNumLayersInIdList( layerSetIdxForOutputLayerSet ); k++) 2690 { 2691 WRITE_UVLC( vps->getMaxVpsLayerDecPicBuffMinus1( i, k, j), "max_vps_layer_dec_pic_buff_minus1[i][k][j]" ); 2692 } 2693 } 2694 #endif 2682 2695 2683 WRITE_UVLC( vps->getMaxVpsLatencyIncreasePlus1( i, j), "max_vps_latency_increase_plus1[i][j]" ); 2696 2684 }
Note: See TracChangeset for help on using the changeset viewer.