Searched refs:picture_structure (Results 1 – 9 of 9) sorted by relevance
196 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 …]
193 RK_S32 picture_structure; member
257 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()
151 RK_U8 picture_structure; member
187 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()
237 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()
662 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()
256 RK_U8 picture_structure; member
95 RK_S32 picture_structure; member