Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/avs/
H A Davsd_parse.c255 READ_ONEBIT(bitctx, &ph->progressive_frame); in get_i_picture_header()
258 if (!ph->progressive_frame) in get_i_picture_header()
266 if (!ph->progressive_frame && !ph->picture_structure) in get_i_picture_header()
301 READ_ONEBIT(bitctx, &ph->progressive_frame); in get_pb_picture_header()
303 if (!ph->progressive_frame) { in get_pb_picture_header()
621 pp->progressiveFrame = p_dec->ph.progressive_frame; in avsd_fill_parameters()
H A Davsd_parse.h150 RK_U8 progressive_frame; member
/rockchip-linux_mpp/mpp/codec/dec/avs2/
H A Davs2d_ps.c659 READ_ONEBIT(bitctx, &ph->progressive_frame); in parse_picture_header_intra()
660 AVS2D_PARSE_TRACE("progressive_frame %d\n", ph->progressive_frame); in parse_picture_header_intra()
661 if (!ph->progressive_frame) { in parse_picture_header_intra()
766 READ_ONEBIT(bitctx, &ph->progressive_frame); in parse_picture_header_inter()
767 if (!ph->progressive_frame) { in parse_picture_header_inter()
H A Davs2d_global.h255 RK_U8 progressive_frame; member
/rockchip-linux_mpp/mpp/common/
H A Dm2vd_syntax.h104 RK_S32 progressive_frame; member
/rockchip-linux_mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.h202 RK_S32 progressive_frame; member
H A Dm2vd_parser.c195 ctx->pic_code_ext_head.progressive_frame = 1; in m2vd_parser_init_ctx()
818 ctx->pic_code_ext_head.progressive_frame = m2vd_read_bits(bx, 1); in m2vd_decode_pic_ext_header()
1405 dst->pic_code_ext.progressive_frame = p->pic_code_ext_head.progressive_frame; in m2vd_convert_to_dxva()