![]() |
ETRI IVCL 1.0.0
Acceleration SW Platform for Ondevice
|
Functions | |
| __kernel void | uv2st_image (__read_only image2d_t src, __write_only image2d_t dst, int res) |
| __kernel void | uv2st_buffer (__global float *src, __global float *dst, int res) |
Variables | |
| __constant sampler_t | sampler = CLK_NORMALIZED_COORDS_FALSE | CLK_ADDRESS_CLAMP_TO_EDGE | CLK_FILTER_NEAREST |
| __kernel void uv2st_buffer | ( | __global float * | src, |
| __global float * | dst, | ||
| int | res | ||
| ) |
| __kernel void uv2st_image | ( | __read_only image2d_t | src, |
| __write_only image2d_t | dst, | ||
| int | res | ||
| ) |
| __constant sampler_t sampler = CLK_NORMALIZED_COORDS_FALSE | CLK_ADDRESS_CLAMP_TO_EDGE | CLK_FILTER_NEAREST |