Home
last modified time | relevance | path

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

/linux-6.15/drivers/media/platform/verisilicon/
H A Drockchip_vpu981_hw_av1_dec.c1601 int ref_ind = 0; in rockchip_vpu981_av1_dec_set_other_frames() local
1624 mf_types[ref_ind] = V4L2_AV1_REF_LAST_FRAME; in rockchip_vpu981_av1_dec_set_other_frames()
1625 refs_selected[ref_ind++] = LST_BUF_IDX; in rockchip_vpu981_av1_dec_set_other_frames()
1641 refs_selected[ref_ind++] = BWD_BUF_IDX; in rockchip_vpu981_av1_dec_set_other_frames()
1656 refs_selected[ref_ind++] = ALT2_BUF_IDX; in rockchip_vpu981_av1_dec_set_other_frames()
1672 refs_selected[ref_ind++] = ALT_BUF_IDX; in rockchip_vpu981_av1_dec_set_other_frames()
1686 mf_types[ref_ind] = V4L2_AV1_REF_LAST2_FRAME; in rockchip_vpu981_av1_dec_set_other_frames()
1687 refs_selected[ref_ind++] = LST2_BUF_IDX; in rockchip_vpu981_av1_dec_set_other_frames()
1720 if (use_ref_frame_mvs && ref_ind > 0 && in rockchip_vpu981_av1_dec_set_other_frames()
1760 if (use_ref_frame_mvs && ref_ind > 1 && in rockchip_vpu981_av1_dec_set_other_frames()
[all …]