Lines Matching refs:intraonly
687 s->keyframe, s->intraonly, s->got_keyframes); in decode_parser_header()
724 s->intraonly = s->invisible ? mpp_get_bit1(&s->gb) : 0; in decode_parser_header()
725 vp9d_dbg(VP9D_DBG_HEADER, "intra_only %d", s->intraonly); in decode_parser_header()
728 if (s->intraonly) { in decode_parser_header()
876 if (s->keyframe || s->errorres || s->intraonly) { in decode_parser_header()
1073 (s->intraonly && s->resetctx == 3)) { in decode_parser_header()
1084 } else if (s->intraonly && s->resetctx == 2) { in decode_parser_header()
1089 if (s->keyframe || s->errorres || s->intraonly) in decode_parser_header()
1109 if (s->keyframe || s->intraonly) { in decode_parser_header()
1211 if (!s->keyframe && !s->intraonly) { in decode_parser_header()
1406 RK_S32 uf = (s->keyframe || s->intraonly || !s->last_keyframe) ? 112 : 128; in adapt_probs()
1437 if (s->keyframe || s->intraonly) { in adapt_probs()
1693 if (!s->intraonly && !s->keyframe && !s->errorres && s->frames[CUR_FRAME].ref) { in vp9_parser_frame()
1734 if (mframe && !s->keyframe && !s->intraonly) in vp9_parser_frame()
1825 if (!(s->keyframe || s->intraonly)) { in inv_count_data()