Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/media/hantro/
Dhantro_h1_jpeg_enc.c21 u32 overfill_r, overfill_b; in hantro_h1_set_src_img_ctrl() local
30 overfill_r = ctx->src_fmt.width - ctx->dst_fmt.width; in hantro_h1_set_src_img_ctrl()
34 | H1_REG_IN_IMG_CTRL_OVRFLR_D4(overfill_r / 4) in hantro_h1_set_src_img_ctrl()
Drockchip_vpu2_hw_jpeg_enc.c38 u32 overfill_r, overfill_b; in rockchip_vpu2_set_src_img_ctrl() local
47 overfill_r = ctx->src_fmt.width - ctx->dst_fmt.width; in rockchip_vpu2_set_src_img_ctrl()
53 reg = VEPU_REG_IN_IMG_CTRL_OVRFLR_D4(overfill_r / 4) | in rockchip_vpu2_set_src_img_ctrl()