Searched refs:mf_types (Results 1 – 1 of 1) sorted by relevance
1602 int mf_types[3] = { 0, 0, 0 }; in rockchip_vpu981_av1_dec_set_other_frames() local1627 mf_types[ref_ind] = V4L2_AV1_REF_LAST_FRAME; 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()1658 mf_types[ref_ind] = V4L2_AV1_REF_ALTREF2_FRAME; 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()1689 mf_types[ref_ind] = V4L2_AV1_REF_LAST2_FRAME; in rockchip_vpu981_av1_dec_set_other_frames()1724 cur_offset[mf_types[0] - V4L2_AV1_REF_LAST_FRAME] <= MAX_FRAME_DISTANCE && in rockchip_vpu981_av1_dec_set_other_frames()1725 cur_offset[mf_types[0] - V4L2_AV1_REF_LAST_FRAME] >= -MAX_FRAME_DISTANCE) { in rockchip_vpu981_av1_dec_set_other_frames()1764 cur_offset[mf_types[1] - V4L2_AV1_REF_LAST_FRAME] <= MAX_FRAME_DISTANCE && in rockchip_vpu981_av1_dec_set_other_frames()1765 cur_offset[mf_types[1] - V4L2_AV1_REF_LAST_FRAME] >= -MAX_FRAME_DISTANCE) { in rockchip_vpu981_av1_dec_set_other_frames()[all …]