Searched refs:decode_width (Results 1 – 5 of 5) sorted by relevance
35 RK_U32 decode_width; //horizontal_size_value member
184 p_regs->sw04.pic_mb_width = (dx->seq.decode_width + 15) >> 4; in hal_m2vd_vdpu1_gen_regs()228 mpp_dev_set_reg_offset(ctx->dev, 13, MPP_ALIGN(dx->seq.decode_width, 16)); in hal_m2vd_vdpu1_gen_regs()
234 p_regs->sw120.pic_mb_width = (dx->seq.decode_width + 15) >> 4; in hal_m2vd_vdpu2_gen_regs()279 mpp_dev_set_reg_offset(ctx->dev, 63, MPP_ALIGN(dx->seq.decode_width, 16)); in hal_m2vd_vdpu2_gen_regs()
970 if (ctx->seq_head.decode_width && ctx->seq_head.decode_height) { in m2vd_decode_seq_header()971 if (width != ctx->seq_head.decode_width || in m2vd_decode_seq_header()976 ctx->seq_head.decode_width = width; in m2vd_decode_seq_header()1351 dst->seq.decode_width = p->seq_head.decode_width; in m2vd_convert_to_dxva()1507 if (p->seq_head.decode_width > 1920 || p->seq_head.decode_height > 1088) { in m2vd_parser_parse()1512 p->mb_width = (p->seq_head.decode_width + 15) >> 4; in m2vd_parser_parse()
127 RK_U32 decode_width; //horizontal_size_value member