Home
last modified time | relevance | path

Searched refs:resetctx (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dvp9shared.h102 uint8_t resetctx; member
H A Dnvdec_vp9.c97 .resetFrameContext = h->h.resetctx, in nvdec_vp9_start_frame()
H A Dvaapi_vp9.c63 .reset_frame_context = h->h.resetctx, in vaapi_vp9_start_frame()
H A Dvdpau_vp9.c98 info->resetFrameContext = h->h.resetctx; in vdpau_vp9_start_frame()
H A Ddxva2_vp9.c69 (h->h.resetctx << 11) | in fill_picture_parameters()
H A Dvp9.c555 s->s.h.resetctx = s->s.h.errorres ? 0 : get_bits(&s->gb, 2); in decode_frame_header()
854 if (s->s.h.keyframe || s->s.h.errorres || (s->s.h.intraonly && s->s.h.resetctx == 3)) { in decode_frame_header()
865 } else if (s->s.h.intraonly && s->s.h.resetctx == 2) { in decode_frame_header()

Completed in 8 milliseconds