X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=documentation%2Fscale_8cl_source.xhtml;h=acc56c21e8751e27e72055f0e1d028dad526b146;hb=bf8b01dfbfdca124673ade33c5eac8f3748d7abd;hp=a0c0cfe5257cc2d95c798e7a79962d3d2662cd5f;hpb=8938bd3f40ea62ff56d6ed4e2db0a8aee34dd64a;p=platform%2Fupstream%2Farmcl.git diff --git a/documentation/scale_8cl_source.xhtml b/documentation/scale_8cl_source.xhtml index a0c0cfe..acc56c2 100644 --- a/documentation/scale_8cl_source.xhtml +++ b/documentation/scale_8cl_source.xhtml @@ -38,7 +38,7 @@
Compute Library -  17.09 +  17.10
@@ -188,16 +188,16 @@ $(document).ready(function(){initNavTree('scale_8cl_source.xhtml','');});
123 }
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
DATA_TYPE
#define DATA_TYPE
Definition: convolution3x3.cl:27
-
CONVERT_TO_IMAGE_STRUCT_NO_STEP
#define CONVERT_TO_IMAGE_STRUCT_NO_STEP(name)
Definition: helpers.h:96
-
IMAGE_DECLARATION
#define IMAGE_DECLARATION(name)
Definition: helpers.h:57
+
CONVERT_TO_IMAGE_STRUCT_NO_STEP
#define CONVERT_TO_IMAGE_STRUCT_NO_STEP(name)
Definition: helpers.h:99
+
IMAGE_DECLARATION
#define IMAGE_DECLARATION(name)
Definition: helpers.h:60
scale_bilinear
__kernel void scale_bilinear(__global uchar *in_ptr, uint in_stride_x, uint in_step_x, uint in_stride_y, uint in_step_y, uint in_offset_first_element_in_bytes, __global uchar *out_ptr, uint out_stride_x, uint out_step_x, uint out_stride_y, uint out_step_y, uint out_offset_first_element_in_bytes, const float input_width, const float input_height, const float scale_x, const float scale_y)
Performs an affine transformation on an image interpolating with the BILINEAR method.
Definition: scale.cl:110
scale_nearest_neighbour
__kernel void scale_nearest_neighbour(__global uchar *in_ptr, uint in_stride_x, uint in_step_x, uint in_stride_y, uint in_step_y, uint in_offset_first_element_in_bytes, __global uchar *out_ptr, uint out_stride_x, uint out_step_x, uint out_stride_y, uint out_step_y, uint out_offset_first_element_in_bytes, const float input_width, const float input_height, const float scale_x, const float scale_y)
Performs an affine transformation on an image interpolating with the NEAREAST NEIGHBOUR method...
Definition: scale.cl:76
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
transform_bilinear
const float8 transform_bilinear(const float2 coord, const float2 scale)
Transforms four 2D coordinates.
Definition: scale.cl:49
transform_nearest
const float8 transform_nearest(const float2 coord, const float2 scale)
Transforms four 2D coordinates.
Definition: scale.cl:34
-
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
arm_compute::test::validation::reference::scale
SimpleTensor< T > scale(const SimpleTensor< T > &in, float scale_x, float scale_y, InterpolationPolicy policy, BorderMode border_mode, T constant_border_value)
Definition: Scale.cpp:39
@@ -209,7 +209,7 @@ $(document).ready(function(){initNavTree('scale_8cl_source.xhtml','');});