Home
last modified time | relevance | path

Searched refs:sy1 (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/
H A Dfilters.hpp197 int sy1 = __float2int_ru(fsy1); in operator ()() local
203 for(int dy = sy1; dy < sy2; ++dy) in operator ()()
235 int sy1 = __float2int_ru(fsy1); in operator ()() local
243 for (int dy = sy1; dy < sy2; ++dy) in operator ()()
255 if (sy1 > fsy1) in operator ()()
257 out = out + src( (sy1 - 1) , dx) * ((sy1 -fsy1) * scale); in operator ()()
263 if ((sy1 > fsy1) && (sx1 > fsx1)) in operator ()()
264 out = out + src( (sy1 - 1) , (sx1 - 1)) * ((sy1 -fsy1) * (sx1 -fsx1) * scale); in operator ()()
266 if ((sy1 > fsy1) && (sx2 < fsx2)) in operator ()()
267 out = out + src( (sy1 - 1) , sx2) * ((sy1 -fsy1) * (fsx2 -sx2) * scale); in operator ()()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/
H A Dfilters.hpp197 int sy1 = __float2int_ru(fsy1); in operator ()() local
203 for(int dy = sy1; dy < sy2; ++dy) in operator ()()
235 int sy1 = __float2int_ru(fsy1); in operator ()() local
243 for (int dy = sy1; dy < sy2; ++dy) in operator ()()
255 if (sy1 > fsy1) in operator ()()
257 out = out + src( (sy1 - 1) , dx) * ((sy1 -fsy1) * scale); in operator ()()
263 if ((sy1 > fsy1) && (sx1 > fsx1)) in operator ()()
264 out = out + src( (sy1 - 1) , (sx1 - 1)) * ((sy1 -fsy1) * (sx1 -fsx1) * scale); in operator ()()
266 if ((sy1 > fsy1) && (sx2 < fsx2)) in operator ()()
267 out = out + src( (sy1 - 1) , sx2) * ((sy1 -fsy1) * (fsx2 -sx2) * scale); in operator ()()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/
H A Dfilters.hpp197 int sy1 = __float2int_ru(fsy1); in operator ()() local
203 for(int dy = sy1; dy < sy2; ++dy) in operator ()()
235 int sy1 = __float2int_ru(fsy1); in operator ()() local
243 for (int dy = sy1; dy < sy2; ++dy) in operator ()()
255 if (sy1 > fsy1) in operator ()()
257 out = out + src( (sy1 - 1) , dx) * ((sy1 -fsy1) * scale); in operator ()()
263 if ((sy1 > fsy1) && (sx1 > fsx1)) in operator ()()
264 out = out + src( (sy1 - 1) , (sx1 - 1)) * ((sy1 -fsy1) * (sx1 -fsx1) * scale); in operator ()()
266 if ((sy1 > fsy1) && (sx2 < fsx2)) in operator ()()
267 out = out + src( (sy1 - 1) , sx2) * ((sy1 -fsy1) * (fsx2 -sx2) * scale); in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/
H A Dside_by_triangle.hpp109 CoordinateType const sy1 = get<1>(p1); in side_value() local
114 PromotedType const dy = sy2 - sy1; in side_value()
116 PromotedType const dpy = y - sy1; in side_value()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Dsh_css_param_shading.c119 unsigned int sy0, sy1, dy0, dy1, divy; in crop_and_interpolate() local
139 sy1 = min(src_y1 * in_cell_size, sensor_height - 1); in crop_and_interpolate()
142 dy1 = sy1 - ty; in crop_and_interpolate()
143 divy = sy1 - sy0; in crop_and_interpolate()
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dstb_truetype.h1927 float sy0,sy1; in stbtt__fill_active_edges_new() local
1943 sy1 = e->ey; in stbtt__fill_active_edges_new()
1946 sy1 = y_bottom; in stbtt__fill_active_edges_new()
1956 height = sy1 - sy0; in stbtt__fill_active_edges_new()
1968 sy1 = y_bottom - (sy1 - y_top); in stbtt__fill_active_edges_new()
1969 t = sy0, sy0 = sy1, sy1 = t; in stbtt__fill_active_edges_new()
1996 scanline[x2] += area + sign * (1-((x2-x2)+(x_bottom-x2))/2) * (sy1-y_crossing); in stbtt__fill_active_edges_new()
1998 scanline_fill[x2] += sign * (sy1-sy0); in stbtt__fill_active_edges_new()