Home
last modified time | relevance | path

Searched refs:top_field_first (Results 1 – 15 of 15) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.c717 if (ctx->pic_code_ext_head.top_field_first) in m2vd_decode_picdisp_ext_header()
796 ctx->pic_code_ext_head.top_field_first = m2vd_read_bits(bx, 1); in m2vd_decode_pic_ext_header()
807 ctx->pic_code_ext_head.top_field_first = 1; in m2vd_decode_pic_ext_header()
809 ctx->pic_code_ext_head.top_field_first = 0; in m2vd_decode_pic_ext_header()
1102 …ead.picture_structure == M2VD_PIC_STRUCT_BOTTOM_FIELD) && p->pic_code_ext_head.top_field_first ) || in m2v_update_ref_frame()
1103 …head.picture_structure == M2VD_PIC_STRUCT_TOP_FIELD) && (!p->pic_code_ext_head.top_field_first))) { in m2v_update_ref_frame()
1160 …ext_head->picture_structure == M2VD_PIC_STRUCT_TOP_FIELD) && pic_code_ext_head->top_field_first) || in m2vd_alloc_frame()
1161 …ad->picture_structure == M2VD_PIC_STRUCT_BOTTOM_FIELD) && (!pic_code_ext_head->top_field_first))) { in m2vd_alloc_frame()
1181 … ctx->ref_frame_cnt, pic_head->picture_coding_type, pic_code_ext_head->top_field_first); in m2vd_alloc_frame()
1300 if (pic_code_ext_head->top_field_first) in m2vd_alloc_frame()
[all …]
H A Dm2vd_parser.h194 RK_S32 top_field_first; member
/rockchip-linux_mpp/mpp/common/
H A Dh263d_syntax.h56 RK_U16 top_field_first : 1; member
H A Dmpg4d_syntax.h93 RK_U16 top_field_first : 1; member
H A Dm2vd_syntax.h96 RK_S32 top_field_first; member
/rockchip-linux_mpp/mpp/codec/dec/avs/
H A Davsd_parse.c261 READ_ONEBIT(bitctx, &ph->top_field_first); in get_i_picture_header()
311 READ_ONEBIT(bitctx, &ph->top_field_first); in get_pb_picture_header()
471 if (p_dec->ph.top_field_first) { in avsd_set_dpb()
624 pp->topFieldFirst = p_dec->ph.top_field_first; in avsd_fill_parameters()
H A Davsd_parse.h153 RK_U8 top_field_first; member
/rockchip-linux_mpp/mpp/codec/dec/mpg4/
H A Dmpg4d_parser.c124 RK_U32 top_field_first; member
903 mp4Hdr->vop.top_field_first = 0; in mpeg4_parse_vop_header()
907 READ_BITS(gb, 1, &(mp4Hdr->vop.top_field_first)); in mpeg4_parse_vop_header()
974 pp->top_field_first = hdr_curr->vop.top_field_first; in mpg4d_fill_picture_parameters()
1444 if (hdr_curr->vop.top_field_first) in mpp_mpg4_parser_setup_hal_output()
/rockchip-linux_mpp/mpp/codec/dec/avs2/
H A Davs2d_ps.c667 READ_ONEBIT(bitctx, &ph->top_field_first); in parse_picture_header_intra()
668 AVS2D_PARSE_TRACE("top_field_first %d\n", ph->top_field_first); in parse_picture_header_intra()
772 READ_ONEBIT(bitctx, &ph->top_field_first); in parse_picture_header_inter()
H A Davs2d_global.h257 RK_U8 top_field_first; member
H A Davs2d_dpb.c557 if (ph->top_field_first) { in dpb_alloc_frame()
566 if (ph->top_field_first) { in dpb_alloc_frame()
/rockchip-linux_mpp/mpp/hal/vpu/m2vd/
H A Dhal_m2vd_vdpu1.c202 p_regs->sw04.topfieldfirst_e = dx->pic_code_ext.top_field_first; in hal_m2vd_vdpu1_gen_regs()
H A Dhal_m2vd_vdpu2.c252 p_regs->sw120.topfieldfirst_e = dx->pic_code_ext.top_field_first; in hal_m2vd_vdpu2_gen_regs()
/rockchip-linux_mpp/mpp/hal/vpu/mpg4d/
H A Dhal_m4vd_vdpu2.c213 regs->reg120.sw_topfieldfirst_e = pp->top_field_first; in vdpu2_mpg4d_setup_regs_by_syntax()
H A Dhal_m4vd_vdpu1.c215 regs->SwReg04.sw_topfieldfirst_e = pp->top_field_first; in vdpu1_mpg4d_setup_regs_by_syntax()