ETRI IVCL 1.0.0
Acceleration SW Platform for Ondevice
Functions | Variables
lf_util_kernel.cl File Reference

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
 

Function Documentation

◆ uv2st_buffer()

__kernel void uv2st_buffer ( __global float *  src,
__global float *  dst,
int  res 
)

◆ uv2st_image()

__kernel void uv2st_image ( __read_only image2d_t  src,
__write_only image2d_t  dst,
int  res 
)

Variable Documentation

◆ sampler

__constant sampler_t sampler = CLK_NORMALIZED_COORDS_FALSE | CLK_ADDRESS_CLAMP_TO_EDGE | CLK_FILTER_NEAREST