Searched refs:warp_h (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | global_motion.c | 187 const int warp_h = AOMMIN(error_bsize_h, p_row + p_height - i); in highbd_warp_error() local 189 warp_h, WARP_ERROR_BLOCK, subsampling_x, subsampling_y, in highbd_warp_error() 193 warp_h, p_stride, bd); in highbd_warp_error() 209 int warp_w, warp_h; in warp_error() local 226 warp_h = AOMMIN(error_bsize_h, p_row + p_height - i); 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()
|