Searched refs:cur_roffset (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/media/platform/verisilicon/ |
D | rockchip_vpu981_hw_av1_dec.c | 1601 int cur_roffset[V4L2_AV1_TOTAL_REFS_PER_FRAME - 1]; in rockchip_vpu981_av1_dec_set_other_frames() local 1702 cur_roffset[rf] = in rockchip_vpu981_av1_dec_set_other_frames() 1706 cur_roffset[rf] = 0; in rockchip_vpu981_av1_dec_set_other_frames() 1843 hantro_reg_write(vpu, &av1_cur_last_roffset, cur_roffset[0]); in rockchip_vpu981_av1_dec_set_other_frames() 1844 hantro_reg_write(vpu, &av1_cur_last2_roffset, cur_roffset[1]); in rockchip_vpu981_av1_dec_set_other_frames() 1845 hantro_reg_write(vpu, &av1_cur_last3_roffset, cur_roffset[2]); in rockchip_vpu981_av1_dec_set_other_frames() 1846 hantro_reg_write(vpu, &av1_cur_golden_roffset, cur_roffset[3]); in rockchip_vpu981_av1_dec_set_other_frames() 1847 hantro_reg_write(vpu, &av1_cur_bwdref_roffset, cur_roffset[4]); in rockchip_vpu981_av1_dec_set_other_frames() 1848 hantro_reg_write(vpu, &av1_cur_altref2_roffset, cur_roffset[5]); in rockchip_vpu981_av1_dec_set_other_frames() 1849 hantro_reg_write(vpu, &av1_cur_altref_roffset, cur_roffset[6]); in rockchip_vpu981_av1_dec_set_other_frames()
|