Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/media/hantro/
Dhantro_g1_h264_dec.c53 G1_REG_DEC_CTRL1_PIC_MB_HEIGHT_P(MB_HEIGHT(ctx->src_fmt.height)) | in set_params()
Dhantro_g1_vp8_dec.c480 G1_REG_DEC_CTRL1_PIC_MB_HEIGHT_P(mb_height) | in hantro_g1_vp8_dec_run()
Dhantro_g1_regs.h76 #define G1_REG_DEC_CTRL1_PIC_MB_HEIGHT_P(x) (((x) & 0xff) << 11) macro