Lines Matching refs:errorres
537 s->s.h.errorres = get_bits1(&s->gb);
538 s->s.h.use_last_frame_mvs = !s->s.h.errorres && !last_invisible;
555 s->s.h.resetctx = s->s.h.errorres ? 0 : get_bits(&s->gb, 2);
581 s->s.h.signbias[0] = get_bits1(&s->gb) && !s->s.h.errorres;
583 s->s.h.signbias[1] = get_bits1(&s->gb) && !s->s.h.errorres;
585 s->s.h.signbias[2] = get_bits1(&s->gb) && !s->s.h.errorres;
634 s->s.h.refreshctx = s->s.h.errorres ? 0 : get_bits1(&s->gb);
635 s->s.h.parallelmode = s->s.h.errorres ? 1 : get_bits1(&s->gb);
641 if (s->s.h.keyframe || s->s.h.errorres || s->s.h.intraonly) {
854 if (s->s.h.keyframe || s->s.h.errorres || (s->s.h.intraonly && s->s.h.resetctx == 3)) {
1591 if (!s->s.h.keyframe && !s->s.h.intraonly && !s->s.h.errorres && s->s.frames[CUR_FRAME].tf.f->buf[0] &&
1597 if (!s->s.h.intraonly && !s->s.h.keyframe && !s->s.h.errorres && s->s.frames[CUR_FRAME].tf.f->buf[0] &&