Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dglobal_motion.c186 const int warp_w = AOMMIN(error_bsize_w, p_col + p_width - j); in highbd_warp_error() local
188 highbd_warp_plane(wm, ref, width, height, stride, tmp, j, i, warp_w, in highbd_warp_error()
192 dst + j + i * p_stride, warp_w, in highbd_warp_error()
209 int warp_w, warp_h; in warp_error() local
225 warp_w = AOMMIN(error_bsize_w, p_col + p_width - j); in warp_error()
227 warp_plane(wm, ref, width, height, stride, tmp, j, i, warp_w, warp_h, in warp_error()
232 warp_w, warp_h, p_stride); in warp_error()