Home
last modified time | relevance | path

Searched refs:reflists (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/staging/media/hantro/
Dhantro_g1_h264_dec.c174 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()
Dhantro_h264.c609 build_p_ref_list(&reflist_builder, h264_ctx->reflists.p); in hantro_h264_dec_prepare_run()
610 build_b_ref_lists(&reflist_builder, h264_ctx->reflists.b0, in hantro_h264_dec_prepare_run()
611 h264_ctx->reflists.b1); in hantro_h264_dec_prepare_run()
Dhantro_hw.h89 struct hantro_h264_dec_reflists reflists; member