Lines Matching refs:intraonly
554 s->s.h.intraonly = s->s.h.invisible ? get_bits1(&s->gb) : 0; in decode_frame_header()
556 if (s->s.h.intraonly) { in decode_frame_header()
637 if (s->s.h.keyframe || s->s.h.intraonly) in decode_frame_header()
641 if (s->s.h.keyframe || s->s.h.errorres || s->s.h.intraonly) { in decode_frame_header()
818 if (!s->s.h.keyframe && !s->s.h.intraonly) { in decode_frame_header()
855 if (s->s.h.keyframe || s->s.h.errorres || (s->s.h.intraonly && s->s.h.resetctx == 3)) { in decode_frame_header()
866 } else if (s->s.h.intraonly && s->s.h.resetctx == 2) { in decode_frame_header()
891 if (s->s.h.keyframe || s->s.h.intraonly) { in decode_frame_header()
971 if (!s->s.h.keyframe && !s->s.h.intraonly) { in decode_frame_header()
1094 …const uint8_t *p = s->s.h.keyframe || s->s.h.intraonly ? ff_vp9_default_kf_partition_probs[bl][c] : in decode_sb()
1315 if (s->s.h.keyframe || s->s.h.intraonly) { in decode_tiles()
1426 if (s->s.h.keyframe || s->s.h.intraonly) { in decode_tiles_mt()
1591 if (!retain_segmap_ref || s->s.h.keyframe || s->s.h.intraonly) { in vp9_decode_frame()
1594 …if (!s->s.h.keyframe && !s->s.h.intraonly && !s->s.h.errorres && s->s.frames[CUR_FRAME].tf.f->buf[… in vp9_decode_frame()
1600 …if (!s->s.h.intraonly && !s->s.h.keyframe && !s->s.h.errorres && s->s.frames[CUR_FRAME].tf.f->buf[… in vp9_decode_frame()
1609 f->pict_type = (s->s.h.keyframe || s->s.h.intraonly) ? AV_PICTURE_TYPE_I : AV_PICTURE_TYPE_P; in vp9_decode_frame()
1646 if (s->s.h.keyframe || s->s.h.intraonly) { in vp9_decode_frame()
1856 s->s.h.intraonly = ssrc->s.h.intraonly; in vp9_decode_update_thread_context()