Home
last modified time | relevance | path

Searched defs:scale_x (Results 1 – 25 of 179) 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.cpp53 …float scale_x = arm_compute::scale_utils::calculate_resize_ratio(src_width, dst_width, align_corne… in calculate_scale_factors() local
70 float scale_x = 0.f; in validate_arguments() local
102 float scale_x = 0.f; in configure() local
/aosp_15_r20/external/mesa3d/src/imgui/
H A Dimstb_truetype.h2629 STBTT_DEF void stbtt_GetGlyphBitmapBoxSubpixel(const stbtt_fontinfo *font, int glyph, float scale_x in stbtt_GetGlyphBitmapBoxSubpixel()
2647 STBTT_DEF void stbtt_GetGlyphBitmapBox(const stbtt_fontinfo *font, int glyph, float scale_x, float … in stbtt_GetGlyphBitmapBox()
2652 …CodepointBitmapBoxSubpixel(const stbtt_fontinfo *font, int codepoint, float scale_x, float scale_y… in stbtt_GetCodepointBitmapBoxSubpixel()
2657 STBTT_DEF void stbtt_GetCodepointBitmapBox(const stbtt_fontinfo *font, int codepoint, float scale_x in stbtt_GetCodepointBitmapBox()
3330 …(stbtt__bitmap *result, stbtt__point *pts, int *wcount, int windings, float scale_x, float scale_y… in stbtt__rasterize()
3535 …ult, float flatness_in_pixels, stbtt_vertex *vertices, int num_verts, float scale_x, float scale_y… in stbtt_Rasterize()
3553 STBTT_DEF unsigned char *stbtt_GetGlyphBitmapSubpixel(const stbtt_fontinfo *info, float scale_x, fl… in stbtt_GetGlyphBitmapSubpixel()
3593 STBTT_DEF unsigned char *stbtt_GetGlyphBitmap(const stbtt_fontinfo *info, float scale_x, float scal… in stbtt_GetGlyphBitmap()
3598 …o *info, unsigned char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y… in stbtt_MakeGlyphBitmapSubpixel()
3617 …o *info, unsigned char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y… 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()
H A Dframe_pair.cc35 float* const scale_x, in AdjustBox()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/
H A Dresize_area_op.cc72 float scale_x = x_interp.start_scale; in ComputePatchSumOf3Channels() local
121 float scale_x = x_interp.start_scale; in ComputePatchSum() local
H A Dresize_area_op_test.cc126 float scale_x = j < in_x in ResizeAreaBaseline() local
H A Dresize_bicubic_op_test.cc259 float scale_y = 0.3, float scale_x = 0.7) { in ResizeBicubic()
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/scale/neon/
H A Dlist.h57 …const float scale_x = scale_utils::calculate_resize_ratio(src->info()->dimension(1), dst->info()->… in nearest_neon_scale() local
151 …const float scale_x = scale_utils::calculate_resize_ratio(src->info()->dimension(1), dst->info()->… in bilinear_neon_scale() local
H A Dinteger.cpp83 …const float scale_x = scale_utils::calculate_resize_ratio(src->info()->dimension(1), dst->info()->… in u8_neon_scale_bilinear() local
324 …const float scale_x = scale_utils::calculate_resize_ratio(src->info()->dimension(1), 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.h51 float scale_x = ((shape.x() * sx) > max_width) ? (max_width / shape.x()) : sx; in setup() local
H A DScaleFixture.h57 float scale_x = distribution_float(generator); in setup() local
/aosp_15_r20/external/perfetto/protos/perfetto/trace/android/
H A Dviewcapture.proto42 optional float scale_x = 14; 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.cpp35 …const float scale_x = static_cast<float>(dst_shape[idx_width]) / src_info.tensor_shape()[id… in calculate_valid_region_scale() local
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/
H A DIAccessWindow.h137 …AccessWindowRectangle(ITensorInfo *info, int x, int y, int width, int height, float scale_x, float… in AccessWindowRectangle()
/aosp_15_r20/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/template_writer/cl/
H A DClTemplateResize.cpp212 …const float scale_x = scale_utils::calculate_resize_ratio(_src->dimension(1), _dst->dimension(1), … 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.c122 float scale_x; in xa_yuv_planar_blit() local
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/dynamic_fusion/operators/
H A DResizeFixture.h197 const float scale_x = static_cast<float>(_output_width) / shape[idx_width]; in compute_reference() local
/aosp_15_r20/external/ComputeLibrary/tests/validation/NEON/
H A DScale.cpp261 const float scale_x = 0.5f; variable
295 const float scale_x = 0.5f; variable
/aosp_15_r20/external/mesa3d/src/imagination/include/hwdef/
H A Drogue_hw_utils.h141 uint32_t scale_x; in rogue_get_isp_num_tiles_xy() local
/aosp_15_r20/external/harfbuzz_ng/util/
H A Dfont-options.hh118 int scale_x = (int) scalbnf (font_size_x, subpixel_bits); in post_parse() local
/aosp_15_r20/external/webrtc/modules/desktop_capture/mac/
H A Dwindow_list_utils.cc390 float scale_x = size.width() / window_bounds.width(); in GetWindowScaleFactor() local

12345678