Home
last modified time | relevance | path

Searched refs:repeat_first_field (Results 1 – 7 of 7) sorted by relevance

/rockchip-linux_mpp/mpp/common/
H A Dm2vd_syntax.h102 RK_S32 repeat_first_field; member
/rockchip-linux_mpp/mpp/codec/dec/avs/
H A Davsd_parse.h154 RK_U8 repeat_first_field; member
H A Davsd_parse.c262 READ_ONEBIT(bitctx, &ph->repeat_first_field); in get_i_picture_header()
312 READ_ONEBIT(bitctx, &ph->repeat_first_field); in get_pb_picture_header()
625 pp->repeatFirstField = p_dec->ph.repeat_first_field; in avsd_fill_parameters()
/rockchip-linux_mpp/mpp/codec/dec/avs2/
H A Davs2d_ps.c669 READ_ONEBIT(bitctx, &ph->repeat_first_field); in parse_picture_header_intra()
670 AVS2D_PARSE_TRACE("repeat_first_field %d\n", ph->repeat_first_field); in parse_picture_header_intra()
773 READ_ONEBIT(bitctx, &ph->repeat_first_field); in parse_picture_header_inter()
H A Davs2d_global.h258 RK_U8 repeat_first_field; member
/rockchip-linux_mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.h200 RK_S32 repeat_first_field; member
H A Dm2vd_parser.c716 if (ctx->pic_code_ext_head.repeat_first_field) { in m2vd_decode_picdisp_ext_header()
728 if (ctx->pic_code_ext_head.repeat_first_field) in m2vd_decode_picdisp_ext_header()
816 ctx->pic_code_ext_head.repeat_first_field = m2vd_read_bits(bx, 1); in m2vd_decode_pic_ext_header()
1403 dst->pic_code_ext.repeat_first_field = p->pic_code_ext_head.repeat_first_field; in m2vd_convert_to_dxva()