Home
last modified time | relevance | path

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

/linux-6.15/drivers/media/platform/verisilicon/
H A Drockchip_vpu981_hw_av1_dec.c1599 int mf_types[3] = { 0, 0, 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()
1640 mf_types[ref_ind] = V4L2_AV1_REF_BWDREF_FRAME; in rockchip_vpu981_av1_dec_set_other_frames()
1655 mf_types[ref_ind] = V4L2_AV1_REF_ALTREF2_FRAME; in rockchip_vpu981_av1_dec_set_other_frames()
1671 mf_types[ref_ind] = V4L2_AV1_REF_ALTREF_FRAME; 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()
1721 cur_offset[mf_types[0] - V4L2_AV1_REF_LAST_FRAME] <= MAX_FRAME_DISTANCE && in rockchip_vpu981_av1_dec_set_other_frames()
1761 cur_offset[mf_types[1] - V4L2_AV1_REF_LAST_FRAME] <= MAX_FRAME_DISTANCE && in rockchip_vpu981_av1_dec_set_other_frames()
1848 hantro_reg_write(vpu, &av1_mf1_type, mf_types[0] - V4L2_AV1_REF_LAST_FRAME); in rockchip_vpu981_av1_dec_set_other_frames()
1849 hantro_reg_write(vpu, &av1_mf2_type, mf_types[1] - V4L2_AV1_REF_LAST_FRAME); in rockchip_vpu981_av1_dec_set_other_frames()
[all …]