Home
last modified time | relevance | path

Searched refs:vp8 (Results 1 – 9 of 9) sorted by relevance

/drivers/staging/media/sunxi/cedrus/
Dcedrus_vp8.c657 const struct v4l2_ctrl_vp8_frame *slice = run->vp8.frame_params; in cedrus_vp8_setup()
671 cedrus_vp8_update_probs(slice, ctx->codec.vp8.entropy_probs_buf); in cedrus_vp8_setup()
706 ctx->codec.vp8.entropy_probs_buf_dma); in cedrus_vp8_setup()
729 if (ctx->codec.vp8.last_filter_type) in cedrus_vp8_setup()
747 if (ctx->codec.vp8.last_frame_p_type) in cedrus_vp8_setup()
749 reg |= VE_VP8_PPS_LAST_SHARPNESS_LEVEL(ctx->codec.vp8.last_sharpness_level); in cedrus_vp8_setup()
851 ctx->codec.vp8.last_filter_type = in cedrus_vp8_setup()
853 ctx->codec.vp8.last_frame_p_type = in cedrus_vp8_setup()
855 ctx->codec.vp8.last_sharpness_level = in cedrus_vp8_setup()
864 ctx->codec.vp8.entropy_probs_buf = in cedrus_vp8_start()
[all …]
Dcedrus.h95 struct cedrus_vp8_run vp8; member
154 } vp8; member
Dcedrus_dec.c78 run.vp8.frame_params = cedrus_find_control_data(ctx, in cedrus_device_run()
/drivers/media/platform/s5p-mfc/
Ds5p_mfc_enc.c2020 p->codec.vp8.num_partitions = ctrl->val; in s5p_mfc_enc_s_ctrl()
2023 p->codec.vp8.imd_4x4 = ctrl->val; in s5p_mfc_enc_s_ctrl()
2026 p->codec.vp8.num_ref = ctrl->val; in s5p_mfc_enc_s_ctrl()
2029 p->codec.vp8.filter_level = ctrl->val; in s5p_mfc_enc_s_ctrl()
2032 p->codec.vp8.filter_sharpness = ctrl->val; in s5p_mfc_enc_s_ctrl()
2035 p->codec.vp8.golden_frame_ref_period = ctrl->val; in s5p_mfc_enc_s_ctrl()
2038 p->codec.vp8.golden_frame_sel = ctrl->val; in s5p_mfc_enc_s_ctrl()
2041 p->codec.vp8.rc_min_qp = ctrl->val; in s5p_mfc_enc_s_ctrl()
2044 p->codec.vp8.rc_max_qp = ctrl->val; in s5p_mfc_enc_s_ctrl()
2047 p->codec.vp8.rc_frame_qp = ctrl->val; in s5p_mfc_enc_s_ctrl()
[all …]
Ds5p_mfc_common.h522 struct s5p_mfc_vp8_enc_params vp8; member
Ds5p_mfc_opr_v6.c1352 struct s5p_mfc_vp8_enc_params *p_vp8 = &p->codec.vp8; in s5p_mfc_set_enc_params_vp8()
/drivers/media/platform/qcom/venus/
Dcore.h266 u32 vp8; member
Dvenc_ctrls.c117 ctr->profile.vp8 = ctrl->val; in venc_op_s_ctrl()
Dvenc.c788 profile = ctr->profile.vp8; in venc_set_properties()