Home
last modified time | relevance | path

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

/linux/drivers/media/platform/verisilicon/
H A Dhantro_g2_vp9_dec.c167 u32 refw, refh; in config_ref() local
170 refw = buf->vp9.width; in config_ref()
173 hantro_reg_write(ctx->dev, &ref_reg->width, refw); in config_ref()
176 hantro_reg_write(ctx->dev, &ref_reg->hor_scale, (refw << 14) / dst->vp9.width); in config_ref()
/linux/drivers/staging/media/rkvdec/
H A Drkvdec-vp9.c651 unsigned int refw = ref_bufs[i]->vp9.width; in config_registers() local
655 hscale = (refw << 14) / dst->vp9.width; in config_registers()