Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/verisilicon/
H A Dhantro_g1_h264_dec.c129 const struct v4l2_h264_reference *b0_reflist, *b1_reflist, *p_reflist; in set_ref() local
152 p_reflist = ctx->h264_dec.reflists.p; in set_ref()
176 G1_REG_BD_P_REF_PIC_PINIT_RLIST_F0(p_reflist[0].index) | in set_ref()
177 G1_REG_BD_P_REF_PIC_PINIT_RLIST_F1(p_reflist[1].index) | in set_ref()
178 G1_REG_BD_P_REF_PIC_PINIT_RLIST_F2(p_reflist[2].index) | in set_ref()
179 G1_REG_BD_P_REF_PIC_PINIT_RLIST_F3(p_reflist[3].index); in set_ref()
188 reg = G1_REG_FWD_PIC_PINIT_RLIST_F0(p_reflist[i].index) | in set_ref()
189 G1_REG_FWD_PIC_PINIT_RLIST_F1(p_reflist[i + 1].index) | in set_ref()
190 G1_REG_FWD_PIC_PINIT_RLIST_F2(p_reflist[i + 2].index) | in set_ref()
191 G1_REG_FWD_PIC_PINIT_RLIST_F3(p_reflist[i + 3].index) | in set_ref()
[all …]
H A Drockchip_vpu2_hw_h264_dec.c301 const struct v4l2_h264_reference *b0_reflist, *b1_reflist, *p_reflist; in set_ref() local
308 p_reflist = ctx->h264_dec.reflists.p; in set_ref()
310 reg = VDPU_REG_PINIT_RLIST_F9(p_reflist[9].index) | in set_ref()
311 VDPU_REG_PINIT_RLIST_F8(p_reflist[8].index) | in set_ref()
312 VDPU_REG_PINIT_RLIST_F7(p_reflist[7].index) | in set_ref()
313 VDPU_REG_PINIT_RLIST_F6(p_reflist[6].index) | in set_ref()
314 VDPU_REG_PINIT_RLIST_F5(p_reflist[5].index) | in set_ref()
315 VDPU_REG_PINIT_RLIST_F4(p_reflist[4].index); in set_ref()
318 reg = VDPU_REG_PINIT_RLIST_F15(p_reflist[15].index) | in set_ref()
319 VDPU_REG_PINIT_RLIST_F14(p_reflist[14].index) | in set_ref()
[all …]