Home
last modified time | relevance | path

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

12345678

/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A 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()
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/kernels/
H A 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
/aosp_15_r20/external/pdfium/core/fxcodec/
H A Dprogressive_decoder.cpp254 double scale_y = static_cast<double>(m_sizeY) / m_clipBox.Height(); in PngAskScanlineBuf() local
338 double scale_y = static_cast<double>(dest_height) / src_height; in PngFillScanlineBufCompleted() local
476 double scale_y = static_cast<double>(dest_height) / src_height; in GifReadScanline() local
534 double scale_y = static_cast<double>(dest_height) / src_height; in BmpReadScanline() local
553 double scale_y, in ResampleVertBT()
836 double scale_y, in GifDoubleLineResampleVert()
1914 double scale_y, in ResampleVert()
2022 double scale_y = static_cast<double>(dest_height) / src_height; in Resample() local
/aosp_15_r20/external/mesa3d/src/imgui/
H A 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 …]
/aosp_15_r20/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
H A 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()
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/scale/neon/
H A 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
H A Dinteger.cpp84 …const float scale_y = scale_utils::calculate_resize_ratio(src->info()->dimension(2), dst->info()->… in u8_neon_scale_bilinear() local
325 …const float scale_y = scale_utils::calculate_resize_ratio(src->info()->dimension(2), dst->info()->… in s8_neon_scale_bilinear() local
/aosp_15_r20/external/libdrm/exynos/
H A 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
/aosp_15_r20/external/ComputeLibrary/tests/benchmark/fixtures/
H A DScaleLayerFixture.h52 float scale_y = ((shape.y() * sy) > max_height) ? (max_height / shape.y()) : sy; in setup() local
H A DScaleFixture.h58 float scale_y = distribution_float(generator); in setup() local
/aosp_15_r20/external/webp/sharpyuv/
H A Dsharpyuv_csp.c31 float scale_y = 1.0f; in SharpYuvComputeConversionMatrix() local
/aosp_15_r20/external/perfetto/protos/perfetto/trace/android/
H A Dviewcapture.proto43 optional float scale_y = 15; field
/aosp_15_r20/external/ComputeLibrary/tests/datasets/
H A DScaleLayerDataset.h108 …olicy policy, BorderMode border_mode, SamplingPolicy sampling_policy, float scale_x, float scale_y) in add_config()
/aosp_15_r20/external/ComputeLibrary/src/core/
H A DHelpers.cpp36 …const float scale_y = static_cast<float>(dst_shape[idx_height]) / src_info.tensor_shape()[i… in calculate_valid_region_scale() local
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/
H A DIAccessWindow.h137 …ndowRectangle(ITensorInfo *info, int x, int y, int width, int height, float scale_x, float scale_y) in AccessWindowRectangle()
/aosp_15_r20/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/template_writer/cl/
H A DClTemplateResize.cpp213 …const float scale_y = scale_utils::calculate_resize_ratio(_src->dimension(2), _dst->dimension(2), … in get_tag_lut() local
/aosp_15_r20/external/igt-gpu-tools/overlay/x11/
H A Dposition.c162 float scale_x, scale_y; in x11_position() local
/aosp_15_r20/external/mesa3d/src/gallium/frontends/xa/
H A Dxa_yuv.c123 float scale_y; in xa_yuv_planar_blit() local
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/dynamic_fusion/operators/
H A DResizeFixture.h198 const float scale_y = static_cast<float>(_output_height) / shape[idx_height]; in compute_reference() local
/aosp_15_r20/external/ComputeLibrary/tests/validation/NEON/
H A DScale.cpp262 const float scale_y = 0.5f; variable
296 const float scale_y = 0.5f; variable
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/
H A Dresize_area_op_test.cc122 float scale_y = i < in_y in ResizeAreaBaseline() local
H A Dresize_area_op.cc235 float scale_y; in ComputeLoop() local
/aosp_15_r20/external/mesa3d/src/imagination/include/hwdef/
H A Drogue_hw_utils.h142 uint32_t scale_y; in rogue_get_isp_num_tiles_xy() local
/aosp_15_r20/external/harfbuzz_ng/util/
H A Dfont-options.hh119 int scale_y = (int) scalbnf (font_size_y, subpixel_bits); in post_parse() local
/aosp_15_r20/external/webrtc/modules/desktop_capture/mac/
H A Dwindow_list_utils.cc391 float scale_y = size.height() / window_bounds.height(); in GetWindowScaleFactor() local

12345678