Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/vp9/
H A Dvp9d_parser.h133 RK_U8 highprecisionmvs; member
H A Dvp9d_parser2_syntax.c93 pic->allow_high_precision_mv = s->highprecisionmvs; in vp9d_fill_picparams()
H A Dvp9d_parser.c816 s->highprecisionmvs = mpp_get_bit1(&s->gb); in decode_parser_header()
817 vp9d_dbg(VP9D_DBG_HEADER, "allow_high_precision_mv %d", s->highprecisionmvs); in decode_parser_header()
1364 if (s->highprecisionmvs) { in decode_parser_header()
1580 if (s->highprecisionmvs) { in adapt_probs()