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)) macro660 if (!sequence->order_hint_bits || IS_INTRA(frame->frame_type)) { in rockchip_vpu981_av1_dec_set_frame_sign_bias()828 if (IS_INTRA(frame->frame_type) || in rockchip_vpu981_av1_dec_set_segmentation()1129 bool frame_is_intra = IS_INTRA(frame->frame_type); in rockchip_vpu981_av1_dec_update_prob()1168 bool frame_is_intra = IS_INTRA(frame->frame_type); in rockchip_vpu981_av1_dec_set_prob()1621 IS_INTRA(av1_dec->frame_refs[idx].frame_type); in rockchip_vpu981_av1_dec_set_other_frames()1637 IS_INTRA(av1_dec->frame_refs[idx].frame_type); in rockchip_vpu981_av1_dec_set_other_frames()1652 IS_INTRA(av1_dec->frame_refs[idx].frame_type); in rockchip_vpu981_av1_dec_set_other_frames()1668 IS_INTRA(av1_dec->frame_refs[idx].frame_type); in rockchip_vpu981_av1_dec_set_other_frames()1683 IS_INTRA(av1_dec->frame_refs[idx].frame_type); in rockchip_vpu981_av1_dec_set_other_frames()[all …]