Home
last modified time | relevance | path

Searched refs:intraonly (Results 1 - 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dvp9.c554 s->s.h.intraonly = s->s.h.invisible ? get_bits1(&s->gb) : 0; in decode_frame_header()
556 if (s->s.h.intraonly) { in decode_frame_header()
637 if (s->s.h.keyframe || s->s.h.intraonly) in decode_frame_header()
641 if (s->s.h.keyframe || s->s.h.errorres || s->s.h.intraonly) { in decode_frame_header()
817 if (!s->s.h.keyframe && !s->s.h.intraonly) { 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()
890 if (s->s.h.keyframe || s->s.h.intraonly) { in decode_frame_header()
970 if (!s->s.h.keyframe && !s->s.h.intraonly) { in decode_frame_header()
1093 const uint8_t *p = s->s.h.keyframe || s->s.h.intraonly in decode_sb()
[all...]
H A Dvp9shared.h101 uint8_t intraonly; member
H A Dvp9prob.c50 int uf = (s->s.h.keyframe || s->s.h.intraonly || !s->last_keyframe) ? 112 : 128; in ff_vp9_adapt_probs()
70 if (s->s.h.keyframe || s->s.h.intraonly) { in ff_vp9_adapt_probs()
H A Dnvdec_vp9.c73 .intraOnly = h->h.intraonly, in nvdec_vp9_start_frame()
H A Dvaapi_vp9.c59 .intra_only = h->h.intraonly, in vaapi_vp9_start_frame()
H A Dvp9block.c101 } else if (s->s.h.keyframe || s->s.h.intraonly) { in decode_mode()
136 (s->s.h.segmentation.update_map || s->s.h.keyframe || s->s.h.intraonly)) { in decode_mode()
149 if (s->s.h.keyframe || s->s.h.intraonly) { in decode_mode()
214 if (s->s.h.keyframe || s->s.h.intraonly) { in decode_mode()
722 if (!s->s.h.keyframe && !s->s.h.intraonly) { \ in decode_mode()
748 if (!s->s.h.keyframe && !s->s.h.intraonly) { in decode_mode()
H A Dvdpau_vp9.c74 info->intraOnly = h->h.intraonly; in vdpau_vp9_start_frame()
H A Ddxva2_vp9.c67 (h->h.intraonly << 8) | in fill_picture_parameters()

Completed in 8 milliseconds