Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dvp9.c821 int refw = ref->width, refh = ref->height; in decode_frame_header() local
829 } else if (refw == w && refh == h) { in decode_frame_header()
834 if (w * 2 < refw || h * 2 < refh || w > 16 * refw || h > 16 * refh) { in decode_frame_header()
837 refw, refh, w, h); in decode_frame_header()
842 s->mvscale[i][1] = (refh << 14) / h; in decode_frame_header()

Completed in 6 milliseconds