Home
last modified time | relevance | path

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

/drivers/media/platform/verisilicon/
A Dhantro_h264.c275 ctx->h264_dec.dpb_valid = dpb_valid; in prepare_table()
280 tbl->poc[32] = ctx->h264_dec.cur_poc; in prepare_table()
303 dec_param = ctx->h264_dec.ctrls.decode; in update_dpb()
307 ctx->h264_dec.dpb[i].flags = 0; in update_dpb()
323 cdpb = &ctx->h264_dec.dpb[j]; in update_dpb()
332 if (j == ARRAY_SIZE(ctx->h264_dec.dpb)) in update_dpb()
350 cdpb = &ctx->h264_dec.dpb[j]; in update_dpb()
361 s32 cur_poc = ctx->h264_dec.cur_poc; in hantro_h264_get_ref_buf()
471 ctrls->sps, ctx->h264_dec.dpb); in hantro_h264_dec_prepare_run()
498 struct hantro_h264_dec_hw_ctx *h264_dec = &ctx->h264_dec; in hantro_h264_dec_exit() local
[all …]
A Dhantro_g1_h264_dec.c24 const struct hantro_h264_dec_ctrls *ctrls = &ctx->h264_dec.ctrls; in set_params()
135 vdpu_write_relaxed(vpu, ctx->h264_dec.dpb_valid, G1_REG_VALID_REF); in set_ref()
136 vdpu_write_relaxed(vpu, ctx->h264_dec.dpb_longterm, G1_REG_LT_REF); in set_ref()
150 b0_reflist = ctx->h264_dec.reflists.b0; in set_ref()
151 b1_reflist = ctx->h264_dec.reflists.b1; in set_ref()
152 p_reflist = ctx->h264_dec.reflists.p; in set_ref()
207 const struct hantro_h264_dec_ctrls *ctrls = &ctx->h264_dec.ctrls; in set_buffers()
247 vdpu_write_relaxed(vpu, ctx->h264_dec.priv.dma, G1_REG_ADDR_QTABLE); in set_buffers()
A Drockchip_vpu2_hw_h264_dec.c195 const struct hantro_h264_dec_ctrls *ctrls = &ctx->h264_dec.ctrls; in set_params()
306 b0_reflist = ctx->h264_dec.reflists.b0; in set_ref()
307 b1_reflist = ctx->h264_dec.reflists.b1; in set_ref()
308 p_reflist = ctx->h264_dec.reflists.p; in set_ref()
408 reg = VDPU_REG_REFER_LTERM_E(ctx->h264_dec.dpb_longterm); in set_ref()
411 reg = VDPU_REG_REFER_VALID_E(ctx->h264_dec.dpb_valid); in set_ref()
424 const struct hantro_h264_dec_ctrls *ctrls = &ctx->h264_dec.ctrls; in set_buffers()
464 vdpu_write_relaxed(vpu, ctx->h264_dec.priv.dma, VDPU_REG_QTABLE_BASE); in set_buffers()
A Dhantro.h271 struct hantro_h264_dec_hw_ctx h264_dec; member

Completed in 15 milliseconds