Home
last modified time | relevance | path

Searched refs:bottom_field_flag (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/
H A Dparset.c938 unsigned int field_pic_flag = 0, bottom_field_flag = 0; in SliceHeader() local
961 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()
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A Dparset.c1006 MS_U32 field_pic_flag = 0, bottom_field_flag = 0; in SliceHeader() local
1029 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()