Searched refs:pic_head (Results 1 – 2 of 2) sorted by relevance
179 ctx->pic_head.pre_temporal_reference = 0; in m2vd_parser_init_ctx()180 ctx->pic_head.pre_picture_coding_type = 0; in m2vd_parser_init_ctx()181 ctx->pic_head.picture_coding_type = 0; in m2vd_parser_init_ctx()196 ctx->pic_head.pre_picture_coding_type = M2VD_CODING_TYPE_D; in m2vd_parser_init_ctx()783 ctx->pic_head.full_pel_forward_vector = ctx->pic_code_ext_head.f_code[0][0]; in m2vd_decode_pic_ext_header()784 ctx->pic_head.forward_f_code = ctx->pic_code_ext_head.f_code[0][1]; in m2vd_decode_pic_ext_header()785 ctx->pic_head.full_pel_backward_vector = ctx->pic_code_ext_head.f_code[1][0]; in m2vd_decode_pic_ext_header()786 ctx->pic_head.backward_f_code = ctx->pic_code_ext_head.f_code[1][1]; in m2vd_decode_pic_ext_header()795 if ((ctx->pic_head.pre_picture_coding_type != ctx->pic_head.picture_coding_type) && in m2vd_decode_pic_ext_header()796 (ctx->pic_head.pre_picture_coding_type != M2VD_CODING_TYPE_I)) { in m2vd_decode_pic_ext_header()[all …]
250 M2VDHeadPic pic_head; member