Home
last modified time | relevance | path

Searched refs:input_lum_offset (Results 1 – 4 of 4) sorted by relevance

/rockchip-linux_mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_base.h237 RK_U32 input_lum_offset; member
H A Dhal_vp8e_vepu1_v2.c70 if (hw_cfg->input_lum_offset) in vp8e_vpu_frame_start()
71 mpp_dev_set_reg_offset(ctx->dev, 11, hw_cfg->input_lum_offset); in vp8e_vpu_frame_start()
H A Dhal_vp8e_vepu2_v2.c72 if (hw_cfg->input_lum_offset) in vp8e_vpu_frame_start()
73 mpp_dev_set_reg_offset(ctx->dev, 48, hw_cfg->input_lum_offset); in vp8e_vpu_frame_start()
H A Dhal_vp8e_base.c1395 hw_cfg->input_lum_offset = hw_offset.offset_byte[0]; in hal_vp8e_enc_strm_code()