Searched refs:errorres (Results 1 – 7 of 7) sorted by relevance
100 uint8_t errorres; member
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()[all …]
58 .error_resilient_mode = h->h.errorres, in vaapi_vp9_start_frame()
69 .errorResilient = h->h.errorres, in nvdec_vp9_start_frame()
69 info->errorResilient = h->h.errorres; in vdpau_vp9_start_frame()
59 (h->h.errorres << 2) | in fill_picture_parameters()
111 if (!s->s.h.errorres && s->s.frames[REF_FRAME_SEGMAP].segmentation_map) { in decode_mode()