grayscale 130 libavfilter/opencl/deshake.cl __local const float *grayscale, grayscale 140 libavfilter/opencl/deshake.cl ret += mask[i2][j2] * grayscale[(local_idx_x + 3 + j) + (local_idx_y + 3 + i) * 14]; grayscale 149 libavfilter/opencl/deshake.cl __local const float *grayscale, grayscale 157 libavfilter/opencl/deshake.cl ret += convolve(grayscale, get_local_id(0) + j, get_local_id(1) + i, mask_x) * grayscale 158 libavfilter/opencl/deshake.cl convolve(grayscale, get_local_id(0) + j, get_local_id(1) + i, mask_y); grayscale 166 libavfilter/opencl/deshake.cl static float sum_deriv_pow(__local const float *grayscale, float mask[3][3]) grayscale 172 libavfilter/opencl/deshake.cl float deriv = convolve(grayscale, get_local_id(0) + j, get_local_id(1) + i, mask); grayscale 201 libavfilter/opencl/deshake.cl __write_only image2d_t grayscale grayscale 204 libavfilter/opencl/deshake.cl write_imagef(grayscale, loc, (float4)(pixel_grayscale(src, loc), 0.0f, 0.0f, 1.0f)); grayscale 210 libavfilter/opencl/deshake.cl __read_only image2d_t grayscale, grayscale 215 libavfilter/opencl/deshake.cl if (loc.x > get_image_width(grayscale) - 1 || loc.y > get_image_height(grayscale) - 1) { grayscale 243 libavfilter/opencl/deshake.cl grayscale_data[jt + it * 14] = read_imagef(grayscale, sampler, (int2)(j, i)).x; grayscale 259 libavfilter/opencl/deshake.cl harris_buf[loc.x + loc.y * get_image_width(grayscale)] = r * step(HARRIS_THRESHOLD, r); grayscale 265 libavfilter/opencl/deshake.cl __read_only image2d_t grayscale, grayscale 276 libavfilter/opencl/deshake.cl grayscale, grayscale 288 libavfilter/opencl/deshake.cl __read_only image2d_t grayscale, grayscale 309 libavfilter/opencl/deshake.cl get_rect_sub_pix(grayscale, subpix, REFINE_WIN_W + 2, REFINE_WIN_H + 2, feature); grayscale 371 libavfilter/opencl/deshake.cl __read_only image2d_t grayscale, grayscale 384 libavfilter/opencl/deshake.cl int end_x = min(loc_i.x + 32, (int)get_image_dim(grayscale).x - 1); grayscale 385 libavfilter/opencl/deshake.cl int end_y = min(loc_i.y + 32, (int)get_image_dim(grayscale).y - 1); grayscale 389 libavfilter/opencl/deshake.cl new_val = harris_buf[i + j * get_image_dim(grayscale).x]; grayscale 416 libavfilter/opencl/deshake.cl loc_max = corner_sub_pix(grayscale, loc_max, mask); grayscale 425 libavfilter/opencl/deshake.cl __read_only image2d_t grayscale, grayscale 446 libavfilter/opencl/deshake.cl float l1 = read_imagef(grayscale, sampler_linear, feature + pair.p1).x; grayscale 447 libavfilter/opencl/deshake.cl float l2 = read_imagef(grayscale, sampler_linear, feature + pair.p2).x; grayscale 255 libavfilter/vf_deshake_opencl.c cl_mem grayscale; grayscale 1106 libavfilter/vf_deshake_opencl.c CL_RELEASE_MEMORY(ctx->grayscale); grayscale 1287 libavfilter/vf_deshake_opencl.c CL_CREATE_KERNEL(ctx, grayscale); grayscale 1314 libavfilter/vf_deshake_opencl.c ctx->grayscale = clCreateImage( grayscale 1796 libavfilter/vf_deshake_opencl.c deshake_ctx->grayscale = (cl_mem)input_frame->data[0]; grayscale 1807 libavfilter/vf_deshake_opencl.c { sizeof(cl_mem), &deshake_ctx->grayscale } grayscale 1817 libavfilter/vf_deshake_opencl.c { sizeof(cl_mem), &deshake_ctx->grayscale }, grayscale 1827 libavfilter/vf_deshake_opencl.c { sizeof(cl_mem), &deshake_ctx->grayscale }, grayscale 1839 libavfilter/vf_deshake_opencl.c { sizeof(cl_mem), &deshake_ctx->grayscale },