Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.c180 ctx->pic_head.pre_temporal_reference = 0; in m2vd_parser_init_ctx()
181 ctx->pic_head.pre_picture_coding_type = 0; in m2vd_parser_init_ctx()
182 ctx->pic_head.picture_coding_type = 0; in m2vd_parser_init_ctx()
197 ctx->pic_head.pre_picture_coding_type = M2VD_CODING_TYPE_D; in m2vd_parser_init_ctx()
787 ctx->pic_head.full_pel_forward_vector = ctx->pic_code_ext_head.f_code[0][0]; in m2vd_decode_pic_ext_header()
788 ctx->pic_head.forward_f_code = ctx->pic_code_ext_head.f_code[0][1]; in m2vd_decode_pic_ext_header()
789 ctx->pic_head.full_pel_backward_vector = ctx->pic_code_ext_head.f_code[1][0]; in m2vd_decode_pic_ext_header()
790 ctx->pic_head.backward_f_code = ctx->pic_code_ext_head.f_code[1][1]; in m2vd_decode_pic_ext_header()
799 if ((ctx->pic_head.pre_picture_coding_type != ctx->pic_head.picture_coding_type) && in m2vd_decode_pic_ext_header()
800 (ctx->pic_head.pre_picture_coding_type != M2VD_CODING_TYPE_I)) { in m2vd_decode_pic_ext_header()
[all …]
H A Dm2vd_parser.h251 M2VDHeadPic pic_head; member