Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/platform/verisilicon/
Drockchip_vpu981_hw_av1_dec.c1597 int refs_selected[3] = { 0, 0, 0 }; in rockchip_vpu981_av1_dec_set_other_frames() local
1628 refs_selected[ref_ind++] = LST_BUF_IDX; in rockchip_vpu981_av1_dec_set_other_frames()
1644 refs_selected[ref_ind++] = BWD_BUF_IDX; in rockchip_vpu981_av1_dec_set_other_frames()
1659 refs_selected[ref_ind++] = ALT2_BUF_IDX; in rockchip_vpu981_av1_dec_set_other_frames()
1675 refs_selected[ref_ind++] = ALT_BUF_IDX; in rockchip_vpu981_av1_dec_set_other_frames()
1690 refs_selected[ref_ind++] = LST2_BUF_IDX; in rockchip_vpu981_av1_dec_set_other_frames()
1726 int rf = rockchip_vpu981_get_order_hint(ctx, refs_selected[0]); in rockchip_vpu981_av1_dec_set_other_frames()
1727 int idx = rockchip_vpu981_get_frame_index(ctx, refs_selected[0]); in rockchip_vpu981_av1_dec_set_other_frames()
1766 int rf = rockchip_vpu981_get_order_hint(ctx, refs_selected[1]); in rockchip_vpu981_av1_dec_set_other_frames()
1767 int idx = rockchip_vpu981_get_frame_index(ctx, refs_selected[1]); in rockchip_vpu981_av1_dec_set_other_frames()
[all …]