Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/vp9/
H A Dvp9d_parser.c841 RK_U32 refh = mpp_frame_get_height(s->refs[s->refidx[i]].f); in decode_parser_header() local
850 } else if (refw == w && refh == h) { in decode_parser_header()
852 s->mvscale[i][1] = (refh << 14) / h; in decode_parser_header()
854 if (w * 2 < refw || h * 2 < refh || w > 16 * refw || h > 16 * refh) { in decode_parser_header()
856 refw, refh, w, h); in decode_parser_header()
860 s->mvscale[i][1] = (refh << 14) / h; in decode_parser_header()