Searched refs:pic_code_ext_head (Results 1 – 2 of 2) sorted by relevance
195 ctx->pic_code_ext_head.progressive_frame = 1; in m2vd_parser_init_ctx()196 ctx->pic_code_ext_head.picture_structure = M2VD_PIC_STRUCT_FRAME; in m2vd_parser_init_ctx()200 ctx->pic_code_ext_head.frame_pred_frame_dct = 1; in m2vd_parser_init_ctx()716 if (ctx->pic_code_ext_head.repeat_first_field) { in m2vd_decode_picdisp_ext_header()717 if (ctx->pic_code_ext_head.top_field_first) in m2vd_decode_picdisp_ext_header()725 if (ctx->pic_code_ext_head.picture_structure != M2VD_PIC_STRUCT_FRAME) { in m2vd_decode_picdisp_ext_header()728 if (ctx->pic_code_ext_head.repeat_first_field) in m2vd_decode_picdisp_ext_header()782 ctx->pic_code_ext_head.f_code[0][0] = m2vd_read_bits(bx, 4); in m2vd_decode_pic_ext_header()783 ctx->pic_code_ext_head.f_code[0][1] = m2vd_read_bits(bx, 4); in m2vd_decode_pic_ext_header()784 ctx->pic_code_ext_head.f_code[1][0] = m2vd_read_bits(bx, 4); in m2vd_decode_pic_ext_header()[all …]
253 M2VDHeadPicCodeExt pic_code_ext_head; member