Searched refs:intraonly (Results 1 – 8 of 8) sorted by relevance
557 s->s.h.intraonly = s->s.h.invisible ? get_bits1(&s->gb) : 0; in decode_frame_header()559 if (s->s.h.intraonly) { in decode_frame_header()640 if (s->s.h.keyframe || s->s.h.intraonly) in decode_frame_header()644 if (s->s.h.keyframe || s->s.h.errorres || s->s.h.intraonly) { in decode_frame_header()821 if (!s->s.h.keyframe && !s->s.h.intraonly) { in decode_frame_header()858 if (s->s.h.keyframe || s->s.h.errorres || (s->s.h.intraonly && s->s.h.resetctx == 3)) { in decode_frame_header()869 } else if (s->s.h.intraonly && s->s.h.resetctx == 2) { in decode_frame_header()894 if (s->s.h.keyframe || s->s.h.intraonly) { in decode_frame_header()974 if (!s->s.h.keyframe && !s->s.h.intraonly) { in decode_frame_header()1097 …const uint8_t *p = s->s.h.keyframe || s->s.h.intraonly ? ff_vp9_default_kf_partition_probs[bl][c] : in decode_sb()[all …]
101 uint8_t intraonly; member
50 int uf = (s->s.h.keyframe || s->s.h.intraonly || !s->last_keyframe) ? 112 : 128; in ff_vp9_adapt_probs()70 if (s->s.h.keyframe || s->s.h.intraonly) { in ff_vp9_adapt_probs()
59 .intra_only = h->h.intraonly, in vaapi_vp9_start_frame()
73 .intraOnly = h->h.intraonly, in nvdec_vp9_start_frame()
103 } else if (s->s.h.keyframe || s->s.h.intraonly) { in decode_mode()138 (s->s.h.segmentation.update_map || s->s.h.keyframe || s->s.h.intraonly)) { in decode_mode()151 if (s->s.h.keyframe || s->s.h.intraonly) { in decode_mode()216 if (s->s.h.keyframe || s->s.h.intraonly) { in decode_mode()724 if (!s->s.h.keyframe && !s->s.h.intraonly) { \ in decode_mode()750 if (!s->s.h.keyframe && !s->s.h.intraonly) { in decode_mode()
75 info->intraOnly = h->h.intraonly; in vdpau_vp9_start_frame()
65 (h->h.intraonly << 8) | in fill_picture_parameters()