Home
last modified time | relevance | path

Searched refs:errorres (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvp9shared.h100 uint8_t errorres; member
Dvp9.c540 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 …]
Dvaapi_vp9.c58 .error_resilient_mode = h->h.errorres, in vaapi_vp9_start_frame()
Dnvdec_vp9.c69 .errorResilient = h->h.errorres, in nvdec_vp9_start_frame()
Dvdpau_vp9.c69 info->errorResilient = h->h.errorres; in vdpau_vp9_start_frame()
Ddxva2_vp9.c59 (h->h.errorres << 2) | in fill_picture_parameters()
Dvp9block.c111 if (!s->s.h.errorres && s->s.frames[REF_FRAME_SEGMAP].segmentation_map) { in decode_mode()