Changeset 635 in 3DVCSoftware for branches/HTM-8.2-dev0-KWU/source/Lib/TLibCommon/TComSlice.cpp
- Timestamp:
- 14 Oct 2013, 20:13:58 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-8.2-dev0-KWU/source/Lib/TLibCommon/TComSlice.cpp
r622 r635 472 472 { 473 473 // The variable NumPocTotalCurr is derived as specified in subclause 7.4.7.2. It is a requirement of bitstream conformance that the following applies to the value of NumPocTotalCurr: 474 // If the current picture is a BLA or CRA picture, the value of NumPocTotalCurr shall be equal to 0.475 // Otherwise, when the current picture contains a P or B slice, the value of NumPocTotalCurr shall not be equal to 0.474 // ?If the current picture is a BLA or CRA picture, the value of NumPocTotalCurr shall be equal to 0. 475 // ?Otherwise, when the current picture contains a P or B slice, the value of NumPocTotalCurr shall not be equal to 0. 476 476 if (getRapPicFlag()) 477 477 { … … 827 827 // The variable NumPocTotalCurr is derived as specified in subclause 7.4.7.2. It is a requirement of bitstream conformance that the following applies to the value of NumPocTotalCurr: 828 828 #if H_MV 829 // âIf nuh_layer_id is equal to 0 and the current picture is a BLA picture or a CRA picture, the value of NumPocTotalCurr shall be equal to 0.830 // âOtherwise, when the current picture contains a P or B slice, the value of NumPocTotalCurr shall not be equal to 0.829 // ??If nuh_layer_id is equal to 0 and the current picture is a BLA picture or a CRA picture, the value of NumPocTotalCurr shall be equal to 0. 830 // ??Otherwise, when the current picture contains a P or B slice, the value of NumPocTotalCurr shall not be equal to 0. 831 831 if ( getRapPicFlag() && m_layerId == 0 ) 832 832 #else 833 // âIf the current picture is a BLA or CRA picture, the value of NumPocTotalCurr shall be equal to 0.834 // âOtherwise, when the current picture contains a P or B slice, the value of NumPocTotalCurr shall not be equal to 0.833 // ??If the current picture is a BLA or CRA picture, the value of NumPocTotalCurr shall be equal to 0. 834 // ??Otherwise, when the current picture contains a P or B slice, the value of NumPocTotalCurr shall not be equal to 0. 835 835 if (getRapPicFlag()) 836 836 #endif
Note: See TracChangeset for help on using the changeset viewer.