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)) macro661 if (!sequence->order_hint_bits || IS_INTRA(frame->frame_type)) { in rockchip_vpu981_av1_dec_set_frame_sign_bias()829 if (IS_INTRA(frame->frame_type) || in rockchip_vpu981_av1_dec_set_segmentation()1130 bool frame_is_intra = IS_INTRA(frame->frame_type); in rockchip_vpu981_av1_dec_update_prob()1169 bool frame_is_intra = IS_INTRA(frame->frame_type); in rockchip_vpu981_av1_dec_set_prob()1622 IS_INTRA(av1_dec->frame_refs[idx].frame_type); in rockchip_vpu981_av1_dec_set_other_frames()1638 IS_INTRA(av1_dec->frame_refs[idx].frame_type); in rockchip_vpu981_av1_dec_set_other_frames()1653 IS_INTRA(av1_dec->frame_refs[idx].frame_type); in rockchip_vpu981_av1_dec_set_other_frames()1669 IS_INTRA(av1_dec->frame_refs[idx].frame_type); in rockchip_vpu981_av1_dec_set_other_frames()1684 IS_INTRA(av1_dec->frame_refs[idx].frame_type); in rockchip_vpu981_av1_dec_set_other_frames()[all …]