Changeset 773 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibEncoder
- Timestamp:
- 12 May 2014, 20:24:01 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibEncoder/SEIwrite.cpp
r694 r773 893 893 for (UInt i = 0; i <= sei.m_seiNumBitstreamPartitionsMinus1[lsIdx]; i++) 894 894 { 895 #if HRD_BPB 896 UInt nl=0; 897 for (UInt j = 0; j < sei.m_vpsMaxLayers; j++) 898 { 899 if (sei.m_layerIdIncludedFlag[lsIdx][j]) 900 nl++; 901 } 902 for (UInt j = 0; j < nl; j++) 903 { 904 #else 895 905 for (UInt j = 0; j < sei.m_vpsMaxLayers; j++) 896 906 { 897 907 if (sei.m_layerIdIncludedFlag[lsIdx][j]) 898 908 { 909 #endif 899 910 WRITE_FLAG( sei.m_seiLayerInBspFlag[lsIdx][i][j], "sei_layer_in_bsp_flag[lsIdx][i][j]" ); 900 911 } 901 } 912 #if !HRD_BPB 913 } 914 #endif 902 915 } 903 916 WRITE_UVLC( sei.m_seiNumBspSchedCombinationsMinus1[lsIdx], "sei_num_bsp_sched_combinations_minus1[i]");
Note: See TracChangeset for help on using the changeset viewer.