Home
last modified time | relevance | path

Searched refs:g2_pic_width_in_cbs (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/staging/media/hantro/
Dhantro_g2_regs.h57 #define g2_pic_width_in_cbs G2_DEC_REG(4, 19, 0x1fff) macro
Dhantro_g2_hevc_dec.c159 hantro_reg_write(vpu, &g2_pic_width_in_cbs, pic_width_in_min_cbs); in set_params()
Dhantro_g2_vp9_dec.c506 hantro_reg_write(ctx->dev, &g2_pic_width_in_cbs, (dst->vp9.width + 7) / 8); in config_picture_dimensions()