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)) macro708 if (!sequence->order_hint_bits || IS_INTRA(frame->frame_type)) { in rockchip_vpu981_av1_dec_set_frame_sign_bias()874 if (IS_INTRA(frame->frame_type) || in rockchip_vpu981_av1_dec_set_segmentation()1175 bool frame_is_intra = IS_INTRA(frame->frame_type); in rockchip_vpu981_av1_dec_update_prob()1214 bool frame_is_intra = IS_INTRA(frame->frame_type); in rockchip_vpu981_av1_dec_set_prob()1675 IS_INTRA(av1_dec->frame_refs[idx].frame_type); in rockchip_vpu981_av1_dec_set_other_frames()1691 IS_INTRA(av1_dec->frame_refs[idx].frame_type); in rockchip_vpu981_av1_dec_set_other_frames()1706 IS_INTRA(av1_dec->frame_refs[idx].frame_type); in rockchip_vpu981_av1_dec_set_other_frames()1722 IS_INTRA(av1_dec->frame_refs[idx].frame_type); in rockchip_vpu981_av1_dec_set_other_frames()1737 IS_INTRA(av1_dec->frame_refs[idx].frame_type); in rockchip_vpu981_av1_dec_set_other_frames()[all …]