Searched refs:cur_roffset (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/media/platform/verisilicon/
H A Drockchip_vpu981_hw_av1_dec.c1600 int cur_roffset[V4L2_AV1_TOTAL_REFS_PER_FRAME - 1]; local
1701 cur_roffset[rf] =
1705 cur_roffset[rf] = 0;
1842 hantro_reg_write(vpu, &av1_cur_last_roffset, cur_roffset[0]);
1843 hantro_reg_write(vpu, &av1_cur_last2_roffset, cur_roffset[1]);
1844 hantro_reg_write(vpu, &av1_cur_last3_roffset, cur_roffset[2]);
1845 hantro_reg_write(vpu, &av1_cur_golden_roffset, cur_roffset[3]);
1846 hantro_reg_write(vpu, &av1_cur_bwdref_roffset, cur_roffset[4]);
1847 hantro_reg_write(vpu, &av1_cur_altref2_roffset, cur_roffset[5]);
1848 hantro_reg_write(vpu, &av1_cur_altref_roffset, cur_roffset[
[all...]

Completed in 121 milliseconds