Searched refs:patch_w (Results 1 – 2 of 2) sorted by relevance
/external/libaom/av1/encoder/ |
D | global_motion.c | 138 int patch_w, patch_h; in highbd_segmented_frame_error() local 151 patch_w = AOMMIN(error_bsize_w, p_width - j); 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 256 patch_w = AOMMIN(error_bsize_w, p_width - j); 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/ |
D | vol2col.cuh | 211 const int64_t patch_w, in col2vol() argument 232 channels * patch_t * patch_h * patch_w, "channels x kernel size"); in col2vol() 246 patch_w, in col2vol()
|