Home
last modified time | relevance | path

Searched refs:decode_height (Results 1 – 5 of 5) sorted by relevance

/rockchip-linux_mpp/mpp/common/
H A Dm2vd_syntax.h36 RK_U32 decode_height; //vertical_size_value member
/rockchip-linux_mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.c970 if (ctx->seq_head.decode_width && ctx->seq_head.decode_height) { in m2vd_decode_seq_header()
972 height != ctx->seq_head.decode_height) in m2vd_decode_seq_header()
977 ctx->seq_head.decode_height = height; in m2vd_decode_seq_header()
1352 dst->seq.decode_height = p->seq_head.decode_height; in m2vd_convert_to_dxva()
1507 if (p->seq_head.decode_width > 1920 || p->seq_head.decode_height > 1088) { in m2vd_parser_parse()
1513 p->mb_height = (p->seq_head.decode_height + 15) >> 4; in m2vd_parser_parse()
H A Dm2vd_parser.h128 RK_U32 decode_height; //vertical_size_value member
/rockchip-linux_mpp/mpp/hal/vpu/m2vd/
H A Dhal_m2vd_vdpu1.c185 p_regs->sw04.pic_mb_height_p = (dx->seq.decode_height + 15) >> 4; in hal_m2vd_vdpu1_gen_regs()
H A Dhal_m2vd_vdpu2.c235 p_regs->sw120.pic_mb_height_p = (dx->seq.decode_height + 15) >> 4; in hal_m2vd_vdpu2_gen_regs()