Searched refs:top_field_first (Results 1 – 15 of 15) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/dec/m2v/ |
| H A D | m2vd_parser.c | 717 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 D | m2vd_parser.h | 194 RK_S32 top_field_first; member
|
| /rockchip-linux_mpp/mpp/common/ |
| H A D | h263d_syntax.h | 56 RK_U16 top_field_first : 1; member
|
| H A D | mpg4d_syntax.h | 93 RK_U16 top_field_first : 1; member
|
| H A D | m2vd_syntax.h | 96 RK_S32 top_field_first; member
|
| /rockchip-linux_mpp/mpp/codec/dec/avs/ |
| H A D | avsd_parse.c | 261 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 D | avsd_parse.h | 153 RK_U8 top_field_first; member
|
| /rockchip-linux_mpp/mpp/codec/dec/mpg4/ |
| H A D | mpg4d_parser.c | 124 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 D | avs2d_ps.c | 667 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 D | avs2d_global.h | 257 RK_U8 top_field_first; member
|
| H A D | avs2d_dpb.c | 557 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 D | hal_m2vd_vdpu1.c | 202 p_regs->sw04.topfieldfirst_e = dx->pic_code_ext.top_field_first; in hal_m2vd_vdpu1_gen_regs()
|
| H A D | hal_m2vd_vdpu2.c | 252 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 D | hal_m4vd_vdpu2.c | 213 regs->reg120.sw_topfieldfirst_e = pp->top_field_first; in vdpu2_mpg4d_setup_regs_by_syntax()
|
| H A D | hal_m4vd_vdpu1.c | 215 regs->SwReg04.sw_topfieldfirst_e = pp->top_field_first; in vdpu1_mpg4d_setup_regs_by_syntax()
|