Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvp9.c557 s->s.h.intraonly = s->s.h.invisible ? get_bits1(&s->gb) : 0; in decode_frame_header()
559 if (s->s.h.intraonly) { in decode_frame_header()
640 if (s->s.h.keyframe || s->s.h.intraonly) in decode_frame_header()
644 if (s->s.h.keyframe || s->s.h.errorres || s->s.h.intraonly) { in decode_frame_header()
821 if (!s->s.h.keyframe && !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()
869 } else if (s->s.h.intraonly && s->s.h.resetctx == 2) { in decode_frame_header()
894 if (s->s.h.keyframe || s->s.h.intraonly) { in decode_frame_header()
974 if (!s->s.h.keyframe && !s->s.h.intraonly) { in decode_frame_header()
1097 …const uint8_t *p = s->s.h.keyframe || s->s.h.intraonly ? ff_vp9_default_kf_partition_probs[bl][c] : in decode_sb()
[all …]
Dvp9shared.h101 uint8_t intraonly; member
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()
Dvaapi_vp9.c59 .intra_only = h->h.intraonly, in vaapi_vp9_start_frame()
Dnvdec_vp9.c73 .intraOnly = h->h.intraonly, in nvdec_vp9_start_frame()
Dvp9block.c103 } else if (s->s.h.keyframe || s->s.h.intraonly) { in decode_mode()
138 (s->s.h.segmentation.update_map || s->s.h.keyframe || s->s.h.intraonly)) { in decode_mode()
151 if (s->s.h.keyframe || s->s.h.intraonly) { in decode_mode()
216 if (s->s.h.keyframe || s->s.h.intraonly) { in decode_mode()
724 if (!s->s.h.keyframe && !s->s.h.intraonly) { \ in decode_mode()
750 if (!s->s.h.keyframe && !s->s.h.intraonly) { in decode_mode()
Dvdpau_vp9.c75 info->intraOnly = h->h.intraonly; in vdpau_vp9_start_frame()
Ddxva2_vp9.c65 (h->h.intraonly << 8) | in fill_picture_parameters()