Searched refs:bottom_field_flag (Results 1 – 2 of 2) sorted by relevance
938 unsigned int field_pic_flag = 0, bottom_field_flag = 0; in SliceHeader() local961 bottom_field_flag = (pInfo->structure == BOTTOM_FIELD)?1:0; in SliceHeader()962 len += u_1("SH: bottom_field_flag" , bottom_field_flag ,bitstream); in SliceHeader()
1006 MS_U32 field_pic_flag = 0, bottom_field_flag = 0; in SliceHeader() local1029 bottom_field_flag = (pInfo->structure == BOTTOM_FIELD)?1:0; in SliceHeader()1030 len += u_1((MS_S8*)("SH: bottom_field_flag"), bottom_field_flag ,bitstream); in SliceHeader()