Home
last modified time | relevance | path

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

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