Searched refs:IS_INTRA (Results 1 – 1 of 1) sorted by relevance
44 #define IS_INTRA(type) ((type == V4L2_AV1_KEY_FRAME) || (type == V4L2_AV1_INTRA_ONLY_FRAME)) macro662 if (!sequence->order_hint_bits || IS_INTRA(frame->frame_type)) { in rockchip_vpu981_av1_dec_set_frame_sign_bias()830 if (IS_INTRA(frame->frame_type) || in rockchip_vpu981_av1_dec_set_segmentation()1131 bool frame_is_intra = IS_INTRA(frame->frame_type); in rockchip_vpu981_av1_dec_update_prob()1170 bool frame_is_intra = IS_INTRA(frame->frame_type); in rockchip_vpu981_av1_dec_set_prob()1623 IS_INTRA(av1_dec->frame_refs[idx].frame_type); in rockchip_vpu981_av1_dec_set_other_frames()1639 IS_INTRA(av1_dec->frame_refs[idx].frame_type); in rockchip_vpu981_av1_dec_set_other_frames()1654 IS_INTRA(av1_dec->frame_refs[idx].frame_type); in rockchip_vpu981_av1_dec_set_other_frames()1670 IS_INTRA(av1_dec->frame_refs[idx].frame_type); in rockchip_vpu981_av1_dec_set_other_frames()1685 IS_INTRA(av1_dec->frame_refs[idx].frame_type); in rockchip_vpu981_av1_dec_set_other_frames()[all …]