int2 59 compat/cuda/cuda_runtime.h typedef struct __device_builtin__ __align__(8) int2 int2 28 libavfilter/opencl/avgblur.cl int2 loc = (int2)(get_global_id(0), get_global_id(1)); int2 29 libavfilter/opencl/avgblur.cl int2 size = (int2)(get_global_size(0), get_global_size(1)); int2 36 libavfilter/opencl/avgblur.cl acc += read_imagef(src, sampler, (int2)(xx, loc.y)); int2 48 libavfilter/opencl/avgblur.cl int2 loc = (int2)(get_global_id(0), get_global_id(1)); int2 49 libavfilter/opencl/avgblur.cl int2 size = (int2)(get_global_size(0), get_global_size(1)); int2 56 libavfilter/opencl/avgblur.cl acc += read_imagef(src, sampler, (int2)(loc.x, yy)); int2 29 libavfilter/opencl/colorkey.cl int2 loc = (int2)(get_global_id(0), get_global_id(1)); int2 43 libavfilter/opencl/colorkey.cl int2 loc = (int2)(get_global_id(0), get_global_id(1)); int2 33 libavfilter/opencl/convolution.cl int2 loc = (int2)(get_global_id(0), get_global_id(1)); int2 38 libavfilter/opencl/convolution.cl float4 px = read_imagef(src, sampler, loc + (int2)(conv_j, conv_i)); int2 57 libavfilter/opencl/convolution.cl int2 loc = (int2)(get_global_id(0), get_global_id(1)); int2 59 libavfilter/opencl/convolution.cl float4 sum1 = read_imagef(src, sampler, loc + (int2)(-1,-1)) * -1 + int2 60 libavfilter/opencl/convolution.cl read_imagef(src, sampler, loc + (int2)( 0,-1)) * -2 + int2 61 libavfilter/opencl/convolution.cl read_imagef(src, sampler, loc + (int2)( 1,-1)) * -1 + int2 62 libavfilter/opencl/convolution.cl read_imagef(src, sampler, loc + (int2)(-1, 1)) * 1 + int2 63 libavfilter/opencl/convolution.cl read_imagef(src, sampler, loc + (int2)( 0, 1)) * 2 + int2 64 libavfilter/opencl/convolution.cl read_imagef(src, sampler, loc + (int2)( 1, 1)) * 1; int2 66 libavfilter/opencl/convolution.cl float4 sum2 = read_imagef(src, sampler, loc + (int2)(-1,-1)) * -1 + int2 67 libavfilter/opencl/convolution.cl read_imagef(src, sampler, loc + (int2)(-1, 0)) * -2 + int2 68 libavfilter/opencl/convolution.cl read_imagef(src, sampler, loc + (int2)(-1, 1)) * -1 + int2 69 libavfilter/opencl/convolution.cl read_imagef(src, sampler, loc + (int2)( 1,-1)) * 1 + int2 70 libavfilter/opencl/convolution.cl read_imagef(src, sampler, loc + (int2)( 1, 0)) * 2 + int2 71 libavfilter/opencl/convolution.cl read_imagef(src, sampler, loc + (int2)( 1, 1)) * 1; int2 86 libavfilter/opencl/convolution.cl int2 loc = (int2)(get_global_id(0), get_global_id(1)); int2 88 libavfilter/opencl/convolution.cl float4 sum1 = read_imagef(src, sampler, loc + (int2)(-1,-1)) * 1 + int2 89 libavfilter/opencl/convolution.cl read_imagef(src, sampler, loc + (int2)( 0,-1)) * 1 + int2 90 libavfilter/opencl/convolution.cl read_imagef(src, sampler, loc + (int2)( 1,-1)) * 1 + int2 91 libavfilter/opencl/convolution.cl read_imagef(src, sampler, loc + (int2)(-1, 1)) * -1 + int2 92 libavfilter/opencl/convolution.cl read_imagef(src, sampler, loc + (int2)( 0, 1)) * -1 + int2 93 libavfilter/opencl/convolution.cl read_imagef(src, sampler, loc + (int2)( 1, 1)) * -1; int2 95 libavfilter/opencl/convolution.cl float4 sum2 = read_imagef(src, sampler, loc + (int2)(-1,-1)) * 1 + int2 96 libavfilter/opencl/convolution.cl read_imagef(src, sampler, loc + (int2)(-1, 0)) * 1 + int2 97 libavfilter/opencl/convolution.cl read_imagef(src, sampler, loc + (int2)(-1, 1)) * 1 + int2 98 libavfilter/opencl/convolution.cl read_imagef(src, sampler, loc + (int2)( 1,-1)) * -1 + int2 99 libavfilter/opencl/convolution.cl read_imagef(src, sampler, loc + (int2)( 1, 0)) * -1 + int2 100 libavfilter/opencl/convolution.cl read_imagef(src, sampler, loc + (int2)( 1, 1)) * -1; int2 115 libavfilter/opencl/convolution.cl int2 loc = (int2)(get_global_id(0), get_global_id(1)); int2 117 libavfilter/opencl/convolution.cl float4 sum1 = read_imagef(src, sampler, loc + (int2)(-1,-1)) * 1 + int2 118 libavfilter/opencl/convolution.cl read_imagef(src, sampler, loc + (int2)( 0,-1)) * -1; int2 121 libavfilter/opencl/convolution.cl float4 sum2 = read_imagef(src, sampler, loc + (int2)(-1, 0)) * -1 + int2 122 libavfilter/opencl/convolution.cl read_imagef(src, sampler, loc + (int2)( 0, 0)) * 1; int2 74 libavfilter/opencl/deshake.cl int2 p1; int2 99 libavfilter/opencl/deshake.cl static void write_to_1d_arrf(__global float *buf, int2 loc, float val) { int2 103 libavfilter/opencl/deshake.cl static void write_to_1d_arrul8(__global ulong8 *buf, int2 loc, ulong8 val) { int2 107 libavfilter/opencl/deshake.cl static void write_to_1d_arrvec(__global MotionVector *buf, int2 loc, MotionVector val) { int2 111 libavfilter/opencl/deshake.cl static void write_to_1d_arrf2(__global float2 *buf, int2 loc, float2 val) { int2 115 libavfilter/opencl/deshake.cl static ulong8 read_from_1d_arrul8(__global const ulong8 *buf, int2 loc) { int2 119 libavfilter/opencl/deshake.cl static float2 read_from_1d_arrf2(__global const float2 *buf, int2 loc) { int2 124 libavfilter/opencl/deshake.cl static float pixel_grayscale(__read_only image2d_t src, int2 loc) { int2 181 libavfilter/opencl/deshake.cl static void draw_box(__write_only image2d_t dst, int2 loc, float4 pixel, int radius) int2 187 libavfilter/opencl/deshake.cl (int2)( int2 203 libavfilter/opencl/deshake.cl int2 loc = (int2)(get_global_id(0), get_global_id(1)); int2 213 libavfilter/opencl/deshake.cl int2 loc = (int2)(get_global_id(0), get_global_id(1)); int2 243 libavfilter/opencl/deshake.cl grayscale_data[jt + it * 14] = read_imagef(grayscale, sampler, (int2)(j, i)).x; int2 376 libavfilter/opencl/deshake.cl int2 loc = (int2)(get_global_id(0), get_global_id(1)); int2 378 libavfilter/opencl/deshake.cl int2 loc_i = (int2)(loc.x * 32, loc.y * 32); int2 431 libavfilter/opencl/deshake.cl int2 loc = (int2)(get_global_id(0), get_global_id(1)); int2 470 libavfilter/opencl/deshake.cl int2 loc = (int2)(get_global_id(0), get_global_id(1)); int2 492 libavfilter/opencl/deshake.cl int2 start = max(loc - search_radius, 0); int2 493 libavfilter/opencl/deshake.cl int2 end = min(loc + search_radius, (int2)(get_global_size(0) - 1, get_global_size(1) - 1)); int2 497 libavfilter/opencl/deshake.cl int2 prev_point = (int2)(i, j); int2 556 libavfilter/opencl/deshake.cl int2 loc = (int2)(get_global_id(0), get_global_id(1)); int2 576 libavfilter/opencl/deshake.cl int2 orig_dim int2 599 libavfilter/opencl/deshake.cl int2 loc = (int2)(get_global_id(0), get_global_id(1)); int2 644 libavfilter/opencl/deshake.cl draw_box(dst, (int2)(transformed_p2.x, transformed_p2.y), big_rect_color, 5); int2 646 libavfilter/opencl/deshake.cl draw_box(dst, (int2)(transformed_p1.x, transformed_p1.y), (float4)(0.0f, 0.3f, 0.7f, 1.0f), 3); int2 31 libavfilter/opencl/neighbor.cl int2 loc = (int2)(get_global_id(0), get_global_id(1)); int2 42 libavfilter/opencl/neighbor.cl float4 cur = read_imagef(src, sampler, loc + (int2)(i, j)); int2 65 libavfilter/opencl/neighbor.cl int2 loc = (int2)(get_global_id(0), get_global_id(1)); int2 76 libavfilter/opencl/neighbor.cl float4 cur = read_imagef(src, sampler, loc + (int2)(i, j)); int2 37 libavfilter/opencl/nlmeans.cl float s1 = read_imagef(src, sampler, (int2)(i, y)).x; int2 38 libavfilter/opencl/nlmeans.cl s2.x = read_imagef(src, sampler, (int2)(i + dx.x, y + dy.x)).x; int2 39 libavfilter/opencl/nlmeans.cl s2.y = read_imagef(src, sampler, (int2)(i + dx.y, y + dy.y)).x; int2 40 libavfilter/opencl/nlmeans.cl s2.z = read_imagef(src, sampler, (int2)(i + dx.z, y + dy.z)).x; int2 41 libavfilter/opencl/nlmeans.cl s2.w = read_imagef(src, sampler, (int2)(i + dx.w, y + dy.w)).x; int2 84 libavfilter/opencl/nlmeans.cl src_pix.x = (int)(255 * read_imagef(src, sampler, (int2)(xoff.x, yoff.x)).x); int2 85 libavfilter/opencl/nlmeans.cl src_pix.y = (int)(255 * read_imagef(src, sampler, (int2)(xoff.y, yoff.y)).x); int2 86 libavfilter/opencl/nlmeans.cl src_pix.z = (int)(255 * read_imagef(src, sampler, (int2)(xoff.z, yoff.z)).x); int2 87 libavfilter/opencl/nlmeans.cl src_pix.w = (int)(255 * read_imagef(src, sampler, (int2)(xoff.w, yoff.w)).x); int2 107 libavfilter/opencl/nlmeans.cl int2 dim = get_image_dim(dst); int2 111 libavfilter/opencl/nlmeans.cl float src_pix = read_imagef(src, sampler, (int2)(x, y)).x; int2 114 libavfilter/opencl/nlmeans.cl write_imagef(dst, (int2)(x, y), (float4)(r, 0.0f, 0.0f, 1.0f)); int2 28 libavfilter/opencl/overlay.cl int2 overlay_size = get_image_dim(overlay); int2 29 libavfilter/opencl/overlay.cl int2 loc = (int2)(get_global_id(0), get_global_id(1)); int2 38 libavfilter/opencl/overlay.cl int2 loc_overlay = (int2)(x_position, y_position); int2 53 libavfilter/opencl/overlay.cl int2 overlay_size = get_image_dim(overlay); int2 54 libavfilter/opencl/overlay.cl int2 loc = (int2)(get_global_id(0), get_global_id(1)); int2 63 libavfilter/opencl/overlay.cl int2 loc_overlay = (int2)(x_position, y_position); int2 83 libavfilter/opencl/overlay.cl int2 overlay_size = get_image_dim(overlay); int2 84 libavfilter/opencl/overlay.cl int2 loc = (int2)(get_global_id(0), get_global_id(1)); int2 93 libavfilter/opencl/overlay.cl int2 loc_overlay = (int2)(x_position, y_position); int2 97 libavfilter/opencl/overlay.cl int2 loc_alpha = (int2)(loc.x * alpha_adj_x, int2 26 libavfilter/opencl/pad.cl int2 xy) int2 28 libavfilter/opencl/pad.cl int2 size_src = get_image_dim(src); int2 29 libavfilter/opencl/pad.cl int2 loc = (int2)(get_global_id(0), get_global_id(1)); int2 30 libavfilter/opencl/pad.cl int2 src_pos = (int2)(get_global_id(0) - xy.x, get_global_id(1) - xy.y); int2 227 libavfilter/opencl/tonemap.cl float y0 = read_imagef(src1, sampler, (int2)(x, y)).x; int2 228 libavfilter/opencl/tonemap.cl float y1 = read_imagef(src1, sampler, (int2)(x + 1, y)).x; int2 229 libavfilter/opencl/tonemap.cl float y2 = read_imagef(src1, sampler, (int2)(x, y + 1)).x; int2 230 libavfilter/opencl/tonemap.cl float y3 = read_imagef(src1, sampler, (int2)(x + 1, y + 1)).x; int2 231 libavfilter/opencl/tonemap.cl float2 uv = read_imagef(src2, sampler, (int2)(xi, yi)).xy; int2 265 libavfilter/opencl/tonemap.cl write_imagef(dst1, (int2)(x, y), (float4)(y0, 0.0f, 0.0f, 1.0f)); int2 266 libavfilter/opencl/tonemap.cl write_imagef(dst1, (int2)(x+1, y), (float4)(y1, 0.0f, 0.0f, 1.0f)); int2 267 libavfilter/opencl/tonemap.cl write_imagef(dst1, (int2)(x, y+1), (float4)(y2, 0.0f, 0.0f, 1.0f)); int2 268 libavfilter/opencl/tonemap.cl write_imagef(dst1, (int2)(x+1, y+1), (float4)(y3, 0.0f, 0.0f, 1.0f)); int2 269 libavfilter/opencl/tonemap.cl write_imagef(dst2, (int2)(xi, yi), int2 25 libavfilter/opencl/transpose.cl int2 size = get_image_dim(dst); int2 31 libavfilter/opencl/transpose.cl float4 data = read_imagef(src, sampler, (int2)(xin, yin)); int2 34 libavfilter/opencl/transpose.cl write_imagef(dst, (int2)(x, y), data); int2 28 libavfilter/opencl/unsharp.cl int2 loc = (int2)(get_global_id(0), get_global_id(1)); int2 29 libavfilter/opencl/unsharp.cl int2 centre = (int2)(size_x / 2, size_y / 2); int2 37 libavfilter/opencl/unsharp.cl int2 pos = loc + (int2)(x, y) - centre; int2 57 libavfilter/opencl/unsharp.cl int2 block = (int2)(get_group_id(0), get_group_id(1)) * 16; int2 58 libavfilter/opencl/unsharp.cl int2 pos = (int2)(get_local_id(0), get_local_id(1)); int2 69 libavfilter/opencl/unsharp.cl read_imagef(src, sampler, block + pos + (int2)(16 * x - 8, 16 * y - 8)); int2 27 libavfilter/opencl/xfade.cl int2 p = (int2)(get_global_id(0), get_global_id(1)); int2 41 libavfilter/opencl/xfade.cl int2 p = (int2)(get_global_id(0), get_global_id(1)); int2 55 libavfilter/opencl/xfade.cl int2 p = (int2)(get_global_id(0), get_global_id(1)); int2 69 libavfilter/opencl/xfade.cl int2 p = (int2)(get_global_id(0), get_global_id(1)); int2 83 libavfilter/opencl/xfade.cl int2 p = (int2)(get_global_id(0), get_global_id(1)); int2 95 libavfilter/opencl/xfade.cl int2 direction) int2 99 libavfilter/opencl/xfade.cl int2 wh = (int2)(w, h); int2 100 libavfilter/opencl/xfade.cl int2 uv = (int2)(get_global_id(0), get_global_id(1)); int2 101 libavfilter/opencl/xfade.cl int2 pi = (int2)(progress * w, progress * h); int2 102 libavfilter/opencl/xfade.cl int2 p = uv + pi * direction; int2 103 libavfilter/opencl/xfade.cl int2 f = p % wh; int2 105 libavfilter/opencl/xfade.cl f = f + (int2)(w, h) * (int2)(f.x < 0, f.y < 0); int2 116 libavfilter/opencl/xfade.cl int2 direction = (int2)(0, 1); int2 125 libavfilter/opencl/xfade.cl int2 direction = (int2)(0, -1); int2 134 libavfilter/opencl/xfade.cl int2 direction = (int2)(-1, 0); int2 143 libavfilter/opencl/xfade.cl int2 direction = (int2)(1, 0);