Searched refs:refh (Results 1 – 1 of 1) sorted by relevance
823 RK_U32 refh = mpp_frame_get_height(s->refs[s->refidx[i]].f); in decode_parser_header() local832 } else if (refw == w && refh == h) { in decode_parser_header()834 s->mvscale[i][1] = (refh << 14) / h; in decode_parser_header()836 if (w * 2 < refw || h * 2 < refh || w > 16 * refw || h > 16 * refh) { in decode_parser_header()838 refw, refh, w, h); in decode_parser_header()842 s->mvscale[i][1] = (refh << 14) / h; in decode_parser_header()