Searched refs:warp_w (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | warped_motion.c | 571 const int warp_w = AOMMIN(error_bsize_w, p_col + p_width - j); in highbd_warp_error() local 574 CONVERT_TO_BYTEPTR(tmp), j, i, warp_w, warp_h, in highbd_warp_error() 580 warp_w, warp_h, p_stride, bd); in highbd_warp_error() 844 int warp_w, warp_h; in warp_error() local 855 warp_w = AOMMIN(error_bsize_w, p_col + p_width - j); in warp_error() 857 warp_plane(wm, ref, width, height, stride, tmp, j, i, warp_w, warp_h, in warp_error() 861 warp_w, warp_h, p_stride); in warp_error()
|