Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/vp9/
H A Dvp9d_parser.c687 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()
[all …]
H A Dvp9d_parser.h130 RK_U8 intraonly; member
H A Dvp9d_parser2_syntax.c90 pic->intra_only = s->intraonly; in vp9d_fill_picparams()