MPEG2 Slice


slice() {
slice_start_code
if (vertical_size > 2800)
slice_vertical_position_extension
if ( <sequence_scalable_extension() is present in the bitstream >
if (scalable_mode == "data partitioning")
priority_breakpoint
quantiser_scale_code
if (nextbits() == '1') {
intra_slice_flag
intra_slice
reserved_bits
while (nextbits() =='1') {
extra_bit_slice /* with the value "1" */
extra_information_slice
}
}
extra_bit_slice /* with the value "0" */
do {
macroblock()
} while (nextbits() != '000 0000 0000 0000 0000 0000')
next_start_code()
}

No.of bits
32

3


7
5

1
1
7

1
8


1
ISO/IEC 13818-2, GENERIC CODING OF MOVING PICTURES AND ASSOCIATED AUDIO INFORMATION: VIDEO, 9 November 1994



MAIN >> MPEG2 Video_Sequence >> picture_data (BACK)

Created by: Kuan, Yeh Cheang. Copyright © 2002 YC Kuan. All rights reserved.