Searched refs:h264_dec (Results 1 – 3 of 3) sorted by relevance
217 const struct hantro_h264_dec_ctrls *ctrls = &ctx->h264_dec.ctrls; in reorder_scaling_list()223 struct hantro_h264_dec_priv_tbl *tbl = ctx->h264_dec.priv.cpu; in reorder_scaling_list()253 const struct hantro_h264_dec_ctrls *ctrls = &ctx->h264_dec.ctrls; in prepare_table()255 struct hantro_h264_dec_priv_tbl *tbl = ctx->h264_dec.priv.cpu; in prepare_table()256 const struct v4l2_h264_dpb_entry *dpb = ctx->h264_dec.dpb; in prepare_table()299 const struct v4l2_h264_dpb_entry *dpb = ctx->h264_dec.dpb; in init_reflist_builder()303 dec_param = ctx->h264_dec.ctrls.decode; in init_reflist_builder()310 for (i = 0; i < ARRAY_SIZE(ctx->h264_dec.dpb); i++) { in init_reflist_builder()327 for (i = b->num_valid; i < ARRAY_SIZE(ctx->h264_dec.dpb); i++) in init_reflist_builder()486 dec_param = ctx->h264_dec.ctrls.decode; in update_dpb()[all …]
24 const struct hantro_h264_dec_ctrls *ctrls = &ctx->h264_dec.ctrls; in set_params()130 struct v4l2_h264_dpb_entry *dpb = ctx->h264_dec.dpb; in set_ref()174 b0_reflist = ctx->h264_dec.reflists.b0; in set_ref()175 b1_reflist = ctx->h264_dec.reflists.b1; in set_ref()176 p_reflist = ctx->h264_dec.reflists.p; in set_ref()232 const struct hantro_h264_dec_ctrls *ctrls = &ctx->h264_dec.ctrls; in set_buffers()250 size_t pic_size = ctx->h264_dec.pic_size; in set_buffers()261 vdpu_write_relaxed(vpu, ctx->h264_dec.priv.dma, G1_REG_ADDR_QTABLE); in set_buffers()
255 struct hantro_h264_dec_hw_ctx h264_dec; member