Home
last modified time | relevance | path

Searched refs:refh (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
171 refh = buf->vp9.height; in config_ref()
174 hantro_reg_write(ctx->dev, &ref_reg->height, refh); in config_ref()
177 hantro_reg_write(ctx->dev, &ref_reg->ver_scale, (refh << 14) / dst->vp9.height); in config_ref()
/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()