Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/media/platform/verisilicon/
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()
/linux-6.6.21/drivers/staging/media/rkvdec/
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()