Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/verisilicon/
H A Dhantro_g2_vp9_dec.c183 u32 refw, refh; in config_ref() local
187 refh = buf->vp9.height; in config_ref()
190 hantro_reg_write(ctx->dev, &ref_reg->height, refh); in config_ref()
193 hantro_reg_write(ctx->dev, &ref_reg->ver_scale, (refh << 14) / dst->vp9.height); in config_ref()
/openbmc/linux/drivers/staging/media/rkvdec/
H A Drkvdec-vp9.c652 unsigned int refh = ref_bufs[i]->vp9.height; in config_registers() local
656 vscale = (refh << 14) / dst->vp9.height; in config_registers()