Searched refs:reflists (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/media/platform/verisilicon/ |
H A D | hantro_h264.c | 477 v4l2_h264_build_p_ref_list(&reflist_builder, h264_ctx->reflists.p); in hantro_h264_dec_prepare_run() 478 v4l2_h264_build_b_ref_lists(&reflist_builder, h264_ctx->reflists.b0, in hantro_h264_dec_prepare_run() 479 h264_ctx->reflists.b1); in hantro_h264_dec_prepare_run() 487 deduplicate_reflist(&reflist_builder, h264_ctx->reflists.p); in hantro_h264_dec_prepare_run() 488 deduplicate_reflist(&reflist_builder, h264_ctx->reflists.b0); in hantro_h264_dec_prepare_run() 489 deduplicate_reflist(&reflist_builder, h264_ctx->reflists.b1); in hantro_h264_dec_prepare_run()
|
H A D | hantro_g1_h264_dec.c | 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()
|
H A D | rockchip_vpu2_hw_h264_dec.c | 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()
|
H A D | hantro_hw.h | 108 struct hantro_h264_dec_reflists reflists; member
|
/openbmc/linux/drivers/staging/media/rkvdec/ |
H A D | rkvdec-h264.c | 117 struct rkvdec_h264_reflists reflists; member 794 ref = &h264_ctx->reflists.p[i]; in assemble_hw_rps() 797 ref = &h264_ctx->reflists.b0[i]; in assemble_hw_rps() 800 ref = &h264_ctx->reflists.b1[i]; in assemble_hw_rps() 1151 v4l2_h264_build_p_ref_list(&reflist_builder, h264_ctx->reflists.p); in rkvdec_h264_run() 1152 v4l2_h264_build_b_ref_lists(&reflist_builder, h264_ctx->reflists.b0, in rkvdec_h264_run() 1153 h264_ctx->reflists.b1); in rkvdec_h264_run()
|
/openbmc/linux/drivers/media/platform/nvidia/tegra-vde/ |
H A D | h264.c | 768 struct h264_reflists reflists; in tegra_vde_h264_setup_frames() local 805 v4l2_h264_build_b_ref_lists(&b, reflists.b0, reflists.b1); in tegra_vde_h264_setup_frames() 806 dpb_id = reflists.b0; in tegra_vde_h264_setup_frames() 808 v4l2_h264_build_p_ref_list(&b, reflists.p); in tegra_vde_h264_setup_frames() 809 dpb_id = reflists.p; in tegra_vde_h264_setup_frames()
|