Home
last modified time | relevance | path

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

/external/libaom/av1/encoder/
Dglobal_motion.c138 int patch_w, patch_h; in highbd_segmented_frame_error() local
152 patch_h = AOMMIN(error_bsize_h, p_height - i); in highbd_segmented_frame_error()
154 if (patch_w == WARP_ERROR_BLOCK && patch_h == WARP_ERROR_BLOCK) { in highbd_segmented_frame_error()
161 patch_w, patch_h); in highbd_segmented_frame_error()
243 int patch_w, patch_h; in segmented_frame_error() local
257 patch_h = AOMMIN(error_bsize_h, p_height - i); in segmented_frame_error()
259 if (patch_w == WARP_ERROR_BLOCK && patch_h == WARP_ERROR_BLOCK) { in segmented_frame_error()
265 dst + j + i * dst_stride, dst_stride, patch_w, patch_h); in segmented_frame_error()
/external/pytorch/aten/src/ATen/native/cuda/
Dvol2col.cuh210 const int64_t patch_h, in col2vol() argument
232 channels * patch_t * patch_h * patch_w, "channels x kernel size"); in col2vol()
245 patch_h, in col2vol()