Searched refs:intraonly (Results 1 – 3 of 3) sorted by relevance
677 s->keyframe, s->intraonly, s->got_keyframes); in decode_parser_header()706 s->intraonly = s->invisible ? mpp_get_bit1(&s->gb) : 0; in decode_parser_header()707 vp9d_dbg(VP9D_DBG_HEADER, "intra_only %d", s->intraonly); in decode_parser_header()710 if (s->intraonly) { in decode_parser_header()858 if (s->keyframe || s->errorres || s->intraonly) { in decode_parser_header()1055 (s->intraonly && s->resetctx == 3)) { in decode_parser_header()1066 } else if (s->intraonly && s->resetctx == 2) { in decode_parser_header()1071 if (s->keyframe || s->errorres || s->intraonly) in decode_parser_header()1089 if (s->keyframe || s->intraonly) { in decode_parser_header()1191 if (!s->keyframe && !s->intraonly) { in decode_parser_header()[all …]
130 RK_U8 intraonly; member
90 pic->intra_only = s->intraonly; in vp9d_fill_picparams()