Home
last modified time | relevance | path

Searched refs:frame_context (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/include/media/
Dv4l2-vp9.h179 struct v4l2_vp9_frame_context *frame_context);
/Linux-v6.6/drivers/staging/media/rkvdec/
Drkvdec-vp9.c163 struct v4l2_vp9_frame_context frame_context[4]; member
776 fctx_idx = v4l2_vp9_reset_frame_ctx(dec_params, vp9_ctx->frame_context); in rkvdec_vp9_run_preamble()
780 vp9_ctx->probability_tables = vp9_ctx->frame_context[fctx_idx]; in rkvdec_vp9_run_preamble()
890 *probs = vp9_ctx->frame_context[fctx_idx]; in rkvdec_vp9_done()
920 vp9_ctx->frame_context[fctx_idx] = vp9_ctx->probability_tables; in rkvdec_vp9_done()
/Linux-v6.6/drivers/media/v4l2-core/
Dv4l2-vp9.c1448 struct v4l2_vp9_frame_context *frame_context) in v4l2_vp9_reset_frame_ctx() argument
1469 memcpy(&frame_context[i], &v4l2_vp9_default_probs, in v4l2_vp9_reset_frame_ctx()
1473 memcpy(&frame_context[fctx_idx], &v4l2_vp9_default_probs, in v4l2_vp9_reset_frame_ctx()
/Linux-v6.6/drivers/media/platform/verisilicon/
Dhantro_g2_vp9_dec.c68 fctx_idx = v4l2_vp9_reset_frame_ctx(*dec_params, vp9_ctx->frame_context); in start_prepare_run()
72 vp9_ctx->probability_tables = vp9_ctx->frame_context[fctx_idx]; in start_prepare_run()
971 *probs = vp9_ctx->frame_context[fctx_idx]; in hantro_g2_vp9_dec_done()
1010 vp9_ctx->frame_context[fctx_idx] = vp9_ctx->probability_tables; in hantro_g2_vp9_dec_done()
Dhantro_hw.h234 struct v4l2_vp9_frame_context frame_context[4]; member