| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/ |
| H A D | filters.hpp | 184 : src(src_), scale_x(scale_x_), scale_y(scale_y_), scale(1.f / (scale_x * scale_y)) {} in IntegerAreaFilter() 188 float fsx1 = x * scale_x; in operator ()() 189 float fsx2 = fsx1 + scale_x; in operator ()() 213 float scale_x, scale_y ,scale; member 222 : src(src_), scale_x(scale_x_), scale_y(scale_y_){} in AreaFilter() 226 float fsx1 = x * scale_x; in operator ()() 227 float fsx2 = fsx1 + scale_x; in operator ()() 238 … float scale = 1.f / (fminf(scale_x, src.width - fsx1) * fminf(scale_y, src.height - fsy1)); in operator ()() 279 float scale_x, scale_y; member
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/ |
| H A D | filters.hpp | 184 : src(src_), scale_x(scale_x_), scale_y(scale_y_), scale(1.f / (scale_x * scale_y)) {} in IntegerAreaFilter() 188 float fsx1 = x * scale_x; in operator ()() 189 float fsx2 = fsx1 + scale_x; in operator ()() 213 float scale_x, scale_y ,scale; member 222 : src(src_), scale_x(scale_x_), scale_y(scale_y_){} in AreaFilter() 226 float fsx1 = x * scale_x; in operator ()() 227 float fsx2 = fsx1 + scale_x; in operator ()() 238 … float scale = 1.f / (fminf(scale_x, src.width - fsx1) * fminf(scale_y, src.height - fsy1)); in operator ()() 279 float scale_x, scale_y; member
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/ |
| H A D | filters.hpp | 184 : src(src_), scale_x(scale_x_), scale_y(scale_y_), scale(1.f / (scale_x * scale_y)) {} in IntegerAreaFilter() 188 float fsx1 = x * scale_x; in operator ()() 189 float fsx2 = fsx1 + scale_x; in operator ()() 213 float scale_x, scale_y ,scale; member 222 : src(src_), scale_x(scale_x_), scale_y(scale_y_){} in AreaFilter() 226 float fsx1 = x * scale_x; in operator ()() 227 float fsx2 = fsx1 + scale_x; in operator ()() 238 … float scale = 1.f / (fminf(scale_x, src.width - fsx1) * fminf(scale_y, src.height - fsy1)); in operator ()() 279 float scale_x, scale_y; member
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | stb_truetype.h | 762 STBTT_DEF unsigned char *stbtt_GetCodepointBitmap(const stbtt_fontinfo *info, float scale_x, float … 771 STBTT_DEF unsigned char *stbtt_GetCodepointBitmapSubpixel(const stbtt_fontinfo *info, float scale_x… 775 …info, unsigned char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, i… 781 …info, unsigned char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, f… 785 STBTT_DEF void stbtt_GetCodepointBitmapBox(const stbtt_fontinfo *font, int codepoint, float scale_x… 792 …epointBitmapBoxSubpixel(const stbtt_fontinfo *font, int codepoint, float scale_x, float scale_y, f… 798 STBTT_DEF unsigned char *stbtt_GetGlyphBitmap(const stbtt_fontinfo *info, float scale_x, float scal… 799 STBTT_DEF unsigned char *stbtt_GetGlyphBitmapSubpixel(const stbtt_fontinfo *info, float scale_x, fl… 800 …info, unsigned char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, i… 801 …info, unsigned char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, f… [all …]
|
| /OK3568_Linux_fs/external/xserver/randr/ |
| H A D | rrtransform.c | 169 xFixed scale_x, scale_y, scale_dx, scale_dy; in RRTransformCompute() local 227 scale_x = F(1); in RRTransformCompute() 233 scale_x = F(~0u); in RRTransformCompute() 256 pixman_transform_scale(transform, &inverse, scale_x, scale_y); in RRTransformCompute()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/transform/ |
| H A D | matrix_transformers.hpp | 262 inline scale_transformer(CalculationType const& scale_x, in scale_transformer() argument 266 scale_x, 0, 0, in scale_transformer() 285 inline scale_transformer(CalculationType const& scale_x, in scale_transformer() argument 289 scale_x, 0, 0, 0, in scale_transformer()
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_transform.c | 53 float scale_x = 2.0f / (float) w; in glamor_set_destination_drawable() local 99 scale_x, (off_x + center_adjust) * scale_x - 1.0f, in glamor_set_destination_drawable()
|
| /OK3568_Linux_fs/external/drm-cursor/ |
| H A D | drm_cursor.c | 177 float scale_x, scale_y; member 563 if (config && sscanf(config, "%fx%f", &ctx->scale_x, &ctx->scale_y) == 2) in drm_get_ctx() 786 float scale_x, scale_y; in drm_crtc_update_offsets() local 795 scale_x = scale_y = in drm_crtc_update_offsets() 798 scale_x = ctx->scale_x ? ctx->scale_x : 1.0; in drm_crtc_update_offsets() 802 width *= scale_x; in drm_crtc_update_offsets() 805 x = cursor_state->x + cursor_state->hot_x - cursor_state->hot_x * scale_x; in drm_crtc_update_offsets() 1293 (ctx->scale_from || ctx->scale_x || ctx->scale_y)) in drmModeSetCursor()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/tidss/ |
| H A D | tidss_dispc.c | 1606 bool scale_x, scale_y; member 1631 sp->scale_x = sp->in_w != state->crtc_w; in dispc_vid_calc_scaling() 1639 sp->scale_x = true; in dispc_vid_calc_scaling() 1648 if ((!sp->scale_x && !sp->scale_y) || lite_plane) in dispc_vid_calc_scaling() 1661 if (sp->scale_x) { in dispc_vid_calc_scaling() 1746 if (sp->scale_x) { in dispc_vid_calc_scaling() 1764 if (sp->scale_x) in dispc_vid_calc_scaling() 1782 sp->scale_x, 7, 7); in dispc_vid_set_scaling() 1789 if (!sp->scale_x && !sp->scale_y) in dispc_vid_set_scaling() 1797 if (sp->scale_x) { in dispc_vid_set_scaling() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | dispc.c | 1603 int scale_x = out_width != orig_width; in dispc_ovl_set_scaling_uv() local 1649 scale_x = scale_y = true; in dispc_ovl_set_scaling_uv() 1658 scale_x = true; in dispc_ovl_set_scaling_uv() 1668 (scale_x || scale_y) ? 1 : 0, 8, 8); in dispc_ovl_set_scaling_uv() 1671 REG_FLD_MOD(DISPC_OVL_ATTRIBUTES(plane), scale_x ? 1 : 0, 5, 5); in dispc_ovl_set_scaling_uv()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/dss/ |
| H A D | dispc.c | 1876 int scale_x = out_width != orig_width; in dispc_ovl_set_scaling_uv() local 1924 scale_x = scale_y = true; in dispc_ovl_set_scaling_uv() 1933 scale_x = true; in dispc_ovl_set_scaling_uv() 1943 (scale_x || scale_y) ? 1 : 0, 8, 8); in dispc_ovl_set_scaling_uv() 1946 REG_FLD_MOD(dispc, DISPC_OVL_ATTRIBUTES(plane), scale_x ? 1 : 0, 5, 5); in dispc_ovl_set_scaling_uv()
|