Lines Matching refs:alpha_kernel_radius
120 int alpha_kernel_radius = arg.alpha_kernel_radius;
126 int kernel_radius = alpha_kernel_radius;
341 float alpha_kdim = static_cast<float>(2 * alpha_kernel_radius + 1);
360 int z_low = z_src - alpha_kernel_radius;
361 int z_high = z_src + alpha_kernel_radius + 1;
367 int y_low = y_src - alpha_kernel_radius;
368 int y_high = y_src + alpha_kernel_radius + 1;
374 int x_low = x_src - alpha_kernel_radius;
375 int x_high = x_src + alpha_kernel_radius + 1;
399 int y_low = y_src - alpha_kernel_radius;
400 int y_high = y_src + alpha_kernel_radius + 1;
406 int x_low = x_src - alpha_kernel_radius;
407 int x_high = x_src + alpha_kernel_radius + 1;
425 unsigned int alpha_kernel_radius,
434 unsigned int kernel_radius = alpha_kernel_radius;
457 ag.arg.alpha_kernel_radius = alpha_kernel_radius;