MPEG2 Picture header


picture_header(){
picture_start_code
temporal_reference
picture_coding_type
vbv_delay
if(picture_coding_type == 2 || picture_coding_type == 3) {
full_pel_forward_vector
forward_f_code
}
if(picture_coding_type == 3) {
full_pel_backward_vector
backward_f_code
}
while ( nextbits() == '1') {
extra_bit_picture /* with the value "1" */
extra_information_picture
}
extra_bit_picture /* with the value "0" */
next_start_code()
}

No.of bits
32
10
3
16
 
1
3
 
 
1
3
 
 
1
8
 
1
ISO/IEC 13818-2, GENERIC CODING OF MOVING PICTURES AND ASSOCIATED AUDIO INFORMATION: VIDEO, 9 November 1994



MAIN >> MPEG2 Video_Sequence (BACK)

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