Changeset 1050 in 3DVCSoftware for branches/HTM-12.0-dev1/source
- Timestamp:
- 25 Aug 2014, 04:01:20 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-12.0-dev1/source/Lib/TLibCommon/TComSlice.cpp
r1049 r1050 1 /*The copyright in this software is being made available under the BSD1 /* The copyright in this software is being made available under the BSD 2 2 * License, included below. This software may be subject to other third party 3 3 * and contributor rights, including patent rights, and no such rights are … … 4378 4378 // When num_bitstream_partitions[ h ] is equal to 1 for any value of h in the range 1 to vps_num_layer_set_minus1, inclusive, 4379 4379 // the value of layer_in_bsp_flag[ h ][ 0 ][ j ] should be equal to 0 for at least one value of j in the range 0 to 4380 // NumLayersInIdList[ h ] −1, inclusive.4380 // NumLayersInIdList[ h ] ? 1, inclusive. 4381 4381 4382 4382 … … 4393 4393 4394 4394 // For any value of h in the range 1 to vps_num_layer_set_minus1, inclusive, the value of layer_in_bsp_flag[ h ][ i ][ j ] 4395 // shall be equal to 1 for at most one value of i in the range of 0 to num_bitstream_partitions[ h ] −1, inclusive.4395 // shall be equal to 1 for at most one value of i in the range of 0 to num_bitstream_partitions[ h ] ? 1, inclusive. 4396 4396 4397 4397 for ( Int j = 0; j <= vps->getNumLayersInIdList( h ) - 1; j++ )
Note: See TracChangeset for help on using the changeset viewer.