Home
last modified time | relevance | path

Searched defs:scale_y (Results 1 – 25 of 45) sorted by relevance

12

/external/ComputeLibrary/tests/validation/reference/
DScale.cpp40 SimpleTensor<T> scale_core(const SimpleTensor<T> &in, float scale_x, float scale_y, InterpolationPo… in scale_core()
184 SimpleTensor<T> scale(const SimpleTensor<T> &src, float scale_x, float scale_y, InterpolationPolicy… in scale()
192 SimpleTensor<uint8_t> scale(const SimpleTensor<uint8_t> &src, float scale_x, float scale_y, Interpo… in scale()
211 SimpleTensor<int8_t> scale(const SimpleTensor<int8_t> &src, float scale_x, float scale_y, Interpola… in scale()
/external/ComputeLibrary/src/gpu/cl/kernels/
DClScaleKernel.cpp54 …float scale_y = arm_compute::scale_utils::calculate_resize_ratio(src_height, dst_height, align_cor… in calculate_scale_factors() local
71 float scale_y = 0.f; in validate_arguments() local
103 float scale_y = 0.f; in configure() local
/external/ComputeLibrary/tests/benchmark/fixtures/
DScaleLayerFixture.h52 float scale_y = ((shape.y() * sy) > max_height) ? (max_height / shape.y()) : sy; in setup() local
DScaleFixture.h58 float scale_y = distribution_float(generator); in setup() local
/external/webp/sharpyuv/
Dsharpyuv_csp.c31 float scale_y = 1.0f; in SharpYuvComputeConversionMatrix() local
/external/perfetto/protos/perfetto/trace/android/
Dviewcapture.proto43 optional float scale_y = 15; field
/external/ComputeLibrary/tests/datasets/
DScaleLayerDataset.h108 …olicy policy, BorderMode border_mode, SamplingPolicy sampling_policy, float scale_x, float scale_y) in add_config()
/external/ComputeLibrary/src/core/
DHelpers.cpp36 …const float scale_y = static_cast<float>(dst_shape[idx_height]) / src_info.tensor_shape()[i… in calculate_valid_region_scale() local
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dgeom.h225 inline void ScaleOrigin(const float scale_x, const float scale_y) { in ScaleOrigin()
232 inline void Scale(const float scale_x, const float scale_y) { in Scale()
/external/ComputeLibrary/arm_compute/core/
DIAccessWindow.h137 …ndowRectangle(ITensorInfo *info, int x, int y, int width, int height, float scale_x, float scale_y) in AccessWindowRectangle()
/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/template_writer/cl/
DClTemplateResize.cpp213 …const float scale_y = scale_utils::calculate_resize_ratio(_src->dimension(2), _dst->dimension(2), … in get_tag_lut() local
/external/igt-gpu-tools/overlay/x11/
Dposition.c162 float scale_x, scale_y; in x11_position() local
/external/mesa3d/src/gallium/frontends/xa/
Dxa_yuv.c123 float scale_y; in xa_yuv_planar_blit() local
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/tables/
Dvarc.rs202 scale_y: f64, field
510 let scale_y = 3.0; in decomposed_scale_to_matrix() localVariable
565 let scale_y = 3.0; in decomposed_scale_rotate_to_matrix() localVariable
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/tables/
Dvarc.rs202 scale_y: f64, field
510 let scale_y = 3.0; in decomposed_scale_to_matrix() localVariable
565 let scale_y = 3.0; in decomposed_scale_rotate_to_matrix() localVariable
/external/ComputeLibrary/tests/validation/fixtures/dynamic_fusion/operators/
DResizeFixture.h198 const float scale_y = static_cast<float>(_output_height) / shape[idx_height]; in compute_reference() local
/external/pdfium/core/fxge/dib/
Dcstretchengine.cpp237 double scale_y = static_cast<float>(m_SrcHeight) / m_DestHeight; in CStretchEngine() local
/external/ComputeLibrary/src/cpu/kernels/scale/neon/
Dlist.h58 …const float scale_y = scale_utils::calculate_resize_ratio(src->info()->dimension(2), dst->info()->… in nearest_neon_scale() local
152 …const float scale_y = scale_utils::calculate_resize_ratio(src->info()->dimension(2), dst->info()->… in bilinear_neon_scale() local
/external/mesa3d/src/imgui/
Dimstb_truetype.h2629 …tmapBoxSubpixel(const stbtt_fontinfo *font, int glyph, float scale_x, float scale_y,float shift_x,… in stbtt_GetGlyphBitmapBoxSubpixel()
2647 …tGlyphBitmapBox(const stbtt_fontinfo *font, int glyph, float scale_x, float scale_y, int *ix0, int… in stbtt_GetGlyphBitmapBox()
2652 …BoxSubpixel(const stbtt_fontinfo *font, int codepoint, float scale_x, float scale_y, float shift_x… in stbtt_GetCodepointBitmapBoxSubpixel()
2657 …ntBitmapBox(const stbtt_fontinfo *font, int codepoint, float scale_x, float scale_y, int *ix0, int… in stbtt_GetCodepointBitmapBox()
3330 …*result, stbtt__point *pts, int *wcount, int windings, float scale_x, float scale_y, float shift_x… in stbtt__rasterize()
3535 …ness_in_pixels, stbtt_vertex *vertices, int num_verts, float scale_x, float scale_y, float shift_x… in stbtt_Rasterize()
3553 …btt_GetGlyphBitmapSubpixel(const stbtt_fontinfo *info, float scale_x, float scale_y, float shift_x… in stbtt_GetGlyphBitmapSubpixel()
3593 …char *stbtt_GetGlyphBitmap(const stbtt_fontinfo *info, float scale_x, float scale_y, int glyph, in… in stbtt_GetGlyphBitmap()
3598 …ed char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, float shift_x… in stbtt_MakeGlyphBitmapSubpixel()
3617 …signed char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, int glyph) in stbtt_MakeGlyphBitmap()
[all …]
/external/tensorflow/tensorflow/core/kernels/image/
Dresize_area_op_test.cc122 float scale_y = i < in_y in ResizeAreaBaseline() local
Dresize_area_op.cc235 float scale_y; in ComputeLoop() local
Dresize_bicubic_op_test.cc259 float scale_y = 0.3, float scale_x = 0.7) { in ResizeBicubic()
/external/libdrm/exynos/
Dexynos_fimg2d.c689 unsigned int scale_x, scale_y; in g2d_copy_with_scale() local
915 unsigned int scale_x, scale_y; in g2d_scale_and_blend() local
/external/harfbuzz_ng/util/
Dfont-options.hh119 int scale_y = (int) scalbnf (font_size_y, subpixel_bits); in post_parse() local
/external/webrtc/modules/desktop_capture/mac/
Dwindow_list_utils.cc391 float scale_y = size.height() / window_bounds.height(); in GetWindowScaleFactor() local

12