Lines Matching refs:top_field_first
717 if (ctx->pic_code_ext_head.top_field_first) in m2vd_decode_picdisp_ext_header()
796 ctx->pic_code_ext_head.top_field_first = m2vd_read_bits(bx, 1); in m2vd_decode_pic_ext_header()
807 ctx->pic_code_ext_head.top_field_first = 1; in m2vd_decode_pic_ext_header()
809 ctx->pic_code_ext_head.top_field_first = 0; in m2vd_decode_pic_ext_header()
1102 …ead.picture_structure == M2VD_PIC_STRUCT_BOTTOM_FIELD) && p->pic_code_ext_head.top_field_first ) || in m2v_update_ref_frame()
1103 …head.picture_structure == M2VD_PIC_STRUCT_TOP_FIELD) && (!p->pic_code_ext_head.top_field_first))) { in m2v_update_ref_frame()
1160 …ext_head->picture_structure == M2VD_PIC_STRUCT_TOP_FIELD) && pic_code_ext_head->top_field_first) || in m2vd_alloc_frame()
1161 …ad->picture_structure == M2VD_PIC_STRUCT_BOTTOM_FIELD) && (!pic_code_ext_head->top_field_first))) { in m2vd_alloc_frame()
1181 … ctx->ref_frame_cnt, pic_head->picture_coding_type, pic_code_ext_head->top_field_first); in m2vd_alloc_frame()
1300 if (pic_code_ext_head->top_field_first) in m2vd_alloc_frame()
1397 dst->pic_code_ext.top_field_first = p->pic_code_ext_head.top_field_first; in m2vd_convert_to_dxva()
1445 …xt_head.picture_structure == M2VD_PIC_STRUCT_TOP_FIELD) && p->pic_code_ext_head.top_field_first) || in m2vd_convert_to_dxva()
1446 …d.picture_structure == M2VD_PIC_STRUCT_BOTTOM_FIELD) && (!p->pic_code_ext_head.top_field_first))) { in m2vd_convert_to_dxva()