X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=documentation%2Fwarp__perspective_8cl_source.xhtml;h=3a579bb4e74460e6f0b8c0d6f032b5ab2e8f2b05;hb=bf8b01dfbfdca124673ade33c5eac8f3748d7abd;hp=40c680caf9e8b6d946b6dba1436bc26e2d80dbe9;hpb=8938bd3f40ea62ff56d6ed4e2db0a8aee34dd64a;p=platform%2Fupstream%2Farmcl.git diff --git a/documentation/warp__perspective_8cl_source.xhtml b/documentation/warp__perspective_8cl_source.xhtml index 40c680c..3a579bb 100644 --- a/documentation/warp__perspective_8cl_source.xhtml +++ b/documentation/warp__perspective_8cl_source.xhtml @@ -38,7 +38,7 @@
Compute Library -  17.09 +  17.10
@@ -181,14 +181,14 @@ $(document).ready(function(){initNavTree('warp__perspective_8cl_source.xhtml',''
127  vstore4(bilinear_interpolate(&in, apply_perspective_transform(get_current_coords(), build_perspective_mtx()), width, height), 0, out.ptr);
128 }
clamp_to_border
const float8 clamp_to_border(float8 coords, const float width, const float height)
Clamps the given coordinates to the borders.
Definition: warp_helpers.h:33
-
CONVERT_TO_IMAGE_STRUCT_NO_STEP
#define CONVERT_TO_IMAGE_STRUCT_NO_STEP(name)
Definition: helpers.h:96
+
CONVERT_TO_IMAGE_STRUCT_NO_STEP
#define CONVERT_TO_IMAGE_STRUCT_NO_STEP(name)
Definition: helpers.h:99
apply_perspective_transform
const float8 apply_perspective_transform(const float2 coord, const float16 mtx)
Transforms four 2D coordinates using the formula:
Definition: warp_perspective.cl:46
-
IMAGE_DECLARATION
#define IMAGE_DECLARATION(name)
Definition: helpers.h:57
+
IMAGE_DECLARATION
#define IMAGE_DECLARATION(name)
Definition: helpers.h:60
helpers.h
-
CONVERT_TO_IMAGE_STRUCT
#define CONVERT_TO_IMAGE_STRUCT(name)
Definition: helpers.h:93
+
CONVERT_TO_IMAGE_STRUCT
#define CONVERT_TO_IMAGE_STRUCT(name)
Definition: helpers.h:96
build_perspective_mtx
const float16 build_perspective_mtx()
Returns the perspective matrix.
Definition: warp_perspective.cl:28
-
Image
Structure to hold Image information.
Definition: helpers.h:131
-
Image::ptr
__global uchar * ptr
Pointer to the starting postion of the buffer.
Definition: helpers.h:133
+
Image
Structure to hold Image information.
Definition: helpers.h:134
+
Image::ptr
__global uchar * ptr
Pointer to the starting postion of the buffer.
Definition: helpers.h:136
warp_helpers.h
read_texels4
const DATA_TYPE4 read_texels4(const Image *in, const int8 coords)
Reads four texels from the input image.
Definition: warp_helpers.h:45
get_current_coords
const float2 get_current_coords()
Returns the current thread coordinates.
Definition: warp_helpers.h:54
@@ -201,7 +201,7 @@ $(document).ready(function(){initNavTree('warp__perspective_8cl_source.xhtml',''