Home
last modified time | relevance | path

Searched refs:picture_structure (Results 1 – 9 of 9) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.c196 ctx->pic_code_ext_head.picture_structure = M2VD_PIC_STRUCT_FRAME; in m2vd_parser_init_ctx()
725 if (ctx->pic_code_ext_head.picture_structure != M2VD_PIC_STRUCT_FRAME) { in m2vd_decode_picdisp_ext_header()
794 ctx->pic_code_ext_head.picture_structure = m2vd_read_bits(bx, 2); in m2vd_decode_pic_ext_header()
795 if (ctx->pic_code_ext_head.picture_structure == M2VD_PIC_STRUCT_FRAME) in m2vd_decode_pic_ext_header()
801 if (ctx->pic_code_ext_head.picture_structure == M2VD_PIC_STRUCT_TOP_FIELD) in m2vd_decode_pic_ext_header()
1101 if (force || (p->pic_code_ext_head.picture_structure == M2VD_PIC_STRUCT_FRAME) || in m2v_update_ref_frame()
1102 …((p->pic_code_ext_head.picture_structure == M2VD_PIC_STRUCT_BOTTOM_FIELD) && p->pic_code_ext_head.… in m2v_update_ref_frame()
1103 …((p->pic_code_ext_head.picture_structure == M2VD_PIC_STRUCT_TOP_FIELD) && (!p->pic_code_ext_head.t… in m2v_update_ref_frame()
1159 if ((pic_code_ext_head->picture_structure == M2VD_PIC_STRUCT_FRAME ) || in m2vd_alloc_frame()
1160 …((pic_code_ext_head->picture_structure == M2VD_PIC_STRUCT_TOP_FIELD) && pic_code_ext_head->top_fie… in m2vd_alloc_frame()
[all …]
H A Dm2vd_parser.h193 RK_S32 picture_structure; member
/rockchip-linux_mpp/mpp/codec/dec/avs/
H A Davsd_parse.c257 ph->picture_structure = 1; // default frame in get_i_picture_header()
259 READ_ONEBIT(bitctx, &ph->picture_structure); in get_i_picture_header()
266 if (!ph->progressive_frame && !ph->picture_structure) in get_i_picture_header()
304 READ_ONEBIT(bitctx, &ph->picture_structure); in get_pb_picture_header()
305 if (!ph->picture_structure) { in get_pb_picture_header()
309 ph->picture_structure = 1; //!< frame picture in get_pb_picture_header()
315 if (!(ph->picture_coding_type == B_PICTURE && ph->picture_structure == P_PICTURE)) { in get_pb_picture_header()
469 if (p_dec->ph.picture_structure) { //!< data combine 2 field in avsd_set_dpb()
622 pp->pictureStructure = p_dec->ph.picture_structure; in avsd_fill_parameters()
H A Davsd_parse.h151 RK_U8 picture_structure; member
/rockchip-linux_mpp/mpp/hal/vpu/m2vd/
H A Dhal_m2vd_vdpu1.c187 if (dx->pic_code_ext.picture_structure == M2VD_PIC_STRUCT_FRAME) in hal_m2vd_vdpu1_gen_regs()
191 p_regs->sw03.pic_topfield_e = dx->pic_code_ext.picture_structure == 1; in hal_m2vd_vdpu1_gen_regs()
223 if ((dx->pic_code_ext.picture_structure == M2VD_PIC_STRUCT_TOP_FIELD) || in hal_m2vd_vdpu1_gen_regs()
224 (dx->pic_code_ext.picture_structure == M2VD_PIC_STRUCT_FRAME)) { in hal_m2vd_vdpu1_gen_regs()
H A Dhal_m2vd_vdpu2.c237 if (dx->pic_code_ext.picture_structure == M2VD_PIC_STRUCT_FRAME) in hal_m2vd_vdpu2_gen_regs()
241 p_regs->sw57.pic_topfield_e = dx->pic_code_ext.picture_structure == 1; in hal_m2vd_vdpu2_gen_regs()
274 if ((dx->pic_code_ext.picture_structure == M2VD_PIC_STRUCT_TOP_FIELD) || in hal_m2vd_vdpu2_gen_regs()
275 (dx->pic_code_ext.picture_structure == M2VD_PIC_STRUCT_FRAME)) { in hal_m2vd_vdpu2_gen_regs()
/rockchip-linux_mpp/mpp/codec/dec/avs2/
H A Davs2d_ps.c662 READ_ONEBIT(bitctx, &ph->picture_structure); in parse_picture_header_intra()
663 AVS2D_PARSE_TRACE("picture_structure %d\n", ph->picture_structure); in parse_picture_header_intra()
665 ph->picture_structure = 1; //!< frame picture in parse_picture_header_intra()
768 READ_ONEBIT(bitctx, &ph->picture_structure); in parse_picture_header_inter()
770 ph->picture_structure = 1; //!< frame picture in parse_picture_header_inter()
785 if (ph->picture_coding_type != 2 || ph->picture_structure == 0) { in parse_picture_header_inter()
H A Davs2d_global.h256 RK_U8 picture_structure; member
/rockchip-linux_mpp/mpp/common/
H A Dm2vd_syntax.h95 RK_S32 picture_structure; member