Home
last modified time | relevance | path

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

/linux/drivers/media/platform/rockchip/rkvdec/
H A Drkvdec-vp9.c193 struct rkvdec_vp9_ctx *vp9_ctx = ctx->priv; in init_intra_only_probs() local
194 struct rkvdec_vp9_priv_tbl *tbl = vp9_ctx->priv_tbl.cpu; in init_intra_only_probs()
200 probs = &vp9_ctx->probability_tables; in init_intra_only_probs()
243 struct rkvdec_vp9_ctx *vp9_ctx = ctx->priv; in init_inter_probs() local
244 struct rkvdec_vp9_priv_tbl *tbl = vp9_ctx->priv_tbl.cpu; in init_inter_probs()
250 probs = &vp9_ctx->probability_tables; in init_inter_probs()
315 struct rkvdec_vp9_ctx *vp9_ctx = ctx->priv; in init_probs() local
316 struct rkvdec_vp9_priv_tbl *tbl = vp9_ctx->priv_tbl.cpu; in init_probs()
323 probs = &vp9_ctx->probability_tables; in init_probs()
387 struct rkvdec_vp9_ctx *vp9_ctx = ctx->priv; in config_ref_registers() local
[all …]
/linux/drivers/media/platform/verisilicon/
H A Dhantro_vp9.c107 for (m = 0; m < ARRAY_SIZE(vp9_ctx->cnts.coeff[i][0][0][0]); ++m) { \
108 vp9_ctx->cnts.coeff[i][j][k][l][m] = \
110 vp9_ctx->cnts.eob[i][j][k][l][m][0] = \
112 vp9_ctx->cnts.eob[i][j][k][l][m][1] = \
119 struct hantro_vp9_dec_hw_ctx *vp9_ctx = &ctx->vp9_dec; in init_v4l2_vp9_count_tbl() local
120 struct symbol_counts *cnts = vp9_ctx->misc.cpu + vp9_ctx->ctx_counters_offset; in init_v4l2_vp9_count_tbl()
123 vp9_ctx->cnts.partition = &cnts->partition_counts; in init_v4l2_vp9_count_tbl()
124 vp9_ctx->cnts.skip = &cnts->mbskip_count; in init_v4l2_vp9_count_tbl()
125 vp9_ctx->cnts.intra_inter = &cnts->intra_inter_count; in init_v4l2_vp9_count_tbl()
126 vp9_ctx->cnts.tx32p = &cnts->tx32x32_count; in init_v4l2_vp9_count_tbl()
[all …]