Lines Matching refs:errorres
540 s->s.h.errorres = get_bits1(&s->gb); in decode_frame_header()
541 s->s.h.use_last_frame_mvs = !s->s.h.errorres && !last_invisible; in decode_frame_header()
558 s->s.h.resetctx = s->s.h.errorres ? 0 : get_bits(&s->gb, 2); in decode_frame_header()
584 s->s.h.signbias[0] = get_bits1(&s->gb) && !s->s.h.errorres; in decode_frame_header()
586 s->s.h.signbias[1] = get_bits1(&s->gb) && !s->s.h.errorres; in decode_frame_header()
588 s->s.h.signbias[2] = get_bits1(&s->gb) && !s->s.h.errorres; in decode_frame_header()
637 s->s.h.refreshctx = s->s.h.errorres ? 0 : get_bits1(&s->gb); in decode_frame_header()
638 s->s.h.parallelmode = s->s.h.errorres ? 1 : get_bits1(&s->gb); in decode_frame_header()
644 if (s->s.h.keyframe || s->s.h.errorres || 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()
1597 …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()
1603 …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()