Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.c956 ctx->seq_head.decode_width = m2vd_read_bits(bx, 12); in m2vd_decode_seq_header()
958 ctx->display_width = ctx->seq_head.decode_width; in m2vd_decode_seq_header()
1262 ctx->seq_head.decode_width = (ctx->seq_head.decode_width + 15) & (~15); in m2vd_alloc_frame()
1327 dst->seq.decode_width = p->seq_head.decode_width; in m2vd_convert_to_dxva()
1483 if (p->seq_head.decode_width > 1920 || p->seq_head.decode_height > 1088) { in m2vd_parser_parse()
1488 p->mb_width = (p->seq_head.decode_width + 15) >> 4; in m2vd_parser_parse()
H A Dm2vd_parser.h127 RK_U32 decode_width; //horizontal_size_value member
/OK3568_Linux_fs/external/mpp/mpp/common/
H A Dm2vd_syntax.h35 RK_U32 decode_width; //horizontal_size_value member
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/m2vd/
H A Dhal_m2vd_vdpu1.c183 p_regs->sw04.pic_mb_width = (dx->seq.decode_width + 15) >> 4; in hal_m2vd_vdpu1_gen_regs()
227 mpp_dev_set_reg_offset(ctx->dev, 13, MPP_ALIGN(dx->seq.decode_width, 16)); in hal_m2vd_vdpu1_gen_regs()
H A Dhal_m2vd_vdpu2.c233 p_regs->sw120.pic_mb_width = (dx->seq.decode_width + 15) >> 4; in hal_m2vd_vdpu2_gen_regs()
278 mpp_dev_set_reg_offset(ctx->dev, 63, MPP_ALIGN(dx->seq.decode_width, 16)); in hal_m2vd_vdpu2_gen_regs()