Home | History | Annotate | Download | only in decoder

Lines Matching refs:u1_bottom_field_flag

87                             UWORD8 u1_bottom_field_flag)
96 c = (u1_bottom_field_flag != ps_prev_slice->u1_bottom_field_flag);
160 UWORD8 u1_bottom_field_flag,
218 if(!u1_field_pic_flag || !u1_bottom_field_flag)
227 else if(u1_bottom_field_flag)
332 else if(!u1_bottom_field_flag)
399 else if(!u1_bottom_field_flag)
420 else if(!u1_bottom_field_flag)
527 if(ps_cur_slice->u1_bottom_field_flag)
1404 + !(ps_dec->ps_cur_slice->u1_bottom_field_flag);
1406 + ps_dec->ps_cur_slice->u1_bottom_field_flag;