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()827 if (IS_INTRA(frame->frame_type) || in rockchip_vpu981_av1_dec_set_segmentation()1128 bool frame_is_intra = IS_INTRA(frame->frame_type); in rockchip_vpu981_av1_dec_update_prob()1167 bool frame_is_intra = IS_INTRA(frame->frame_type); in rockchip_vpu981_av1_dec_set_prob()1620 IS_INTRA(av1_dec->frame_refs[idx].frame_type); in rockchip_vpu981_av1_dec_set_other_frames()1636 IS_INTRA(av1_dec->frame_refs[idx].frame_type); in rockchip_vpu981_av1_dec_set_other_frames()1651 IS_INTRA(av1_dec->frame_refs[idx].frame_type); in rockchip_vpu981_av1_dec_set_other_frames()1667 IS_INTRA(av1_dec->frame_refs[idx].frame_type); in rockchip_vpu981_av1_dec_set_other_frames()1682 IS_INTRA(av1_dec->frame_refs[idx].frame_type); in rockchip_vpu981_av1_dec_set_other_frames()[all …]