Home
last modified time | relevance | path

Searched refs:G1_REG_DEC_CTRL1_PIC_MB_W_EXT (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/staging/media/hantro/
Dhantro_g1_vp8_dec.c481 G1_REG_DEC_CTRL1_PIC_MB_W_EXT(mb_width >> 9) | in hantro_g1_vp8_dec_run()
Dhantro_g1_regs.h81 #define G1_REG_DEC_CTRL1_PIC_MB_W_EXT(x) (((x) & 0x7) << 3) macro