Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/platform/verisilicon/
Drockchip_vpu981_hw_av1_dec.c1604 int ref_ind = 0; in rockchip_vpu981_av1_dec_set_other_frames() local
1627 mf_types[ref_ind] = V4L2_AV1_REF_LAST_FRAME; in rockchip_vpu981_av1_dec_set_other_frames()
1628 refs_selected[ref_ind++] = LST_BUF_IDX; in rockchip_vpu981_av1_dec_set_other_frames()
1643 mf_types[ref_ind] = V4L2_AV1_REF_BWDREF_FRAME; in rockchip_vpu981_av1_dec_set_other_frames()
1644 refs_selected[ref_ind++] = BWD_BUF_IDX; in rockchip_vpu981_av1_dec_set_other_frames()
1658 mf_types[ref_ind] = V4L2_AV1_REF_ALTREF2_FRAME; in rockchip_vpu981_av1_dec_set_other_frames()
1659 refs_selected[ref_ind++] = ALT2_BUF_IDX; in rockchip_vpu981_av1_dec_set_other_frames()
1674 mf_types[ref_ind] = V4L2_AV1_REF_ALTREF_FRAME; in rockchip_vpu981_av1_dec_set_other_frames()
1675 refs_selected[ref_ind++] = ALT_BUF_IDX; in rockchip_vpu981_av1_dec_set_other_frames()
1689 mf_types[ref_ind] = V4L2_AV1_REF_LAST2_FRAME; in rockchip_vpu981_av1_dec_set_other_frames()
[all …]