/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/ |
H A D | Scale.cpp | 40 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 D | ClScaleKernel.cpp | 53 …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 D | imstb_truetype.h | 2629 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 D | geom.h | 225 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 D | frame_pair.cc | 35 float* const scale_x, in AdjustBox()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/ |
H A D | resize_area_op.cc | 72 float scale_x = x_interp.start_scale; in ComputePatchSumOf3Channels() local 121 float scale_x = x_interp.start_scale; in ComputePatchSum() local
|
H A D | resize_area_op_test.cc | 126 float scale_x = j < in_x in ResizeAreaBaseline() local
|
H A D | resize_bicubic_op_test.cc | 259 float scale_y = 0.3, float scale_x = 0.7) { in ResizeBicubic()
|
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/scale/neon/ |
H A D | list.h | 57 …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 D | integer.cpp | 83 …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 D | exynos_fimg2d.c | 689 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 D | ScaleLayerFixture.h | 51 float scale_x = ((shape.x() * sx) > max_width) ? (max_width / shape.x()) : sx; in setup() local
|
H A D | ScaleFixture.h | 57 float scale_x = distribution_float(generator); in setup() local
|
/aosp_15_r20/external/perfetto/protos/perfetto/trace/android/ |
H A D | viewcapture.proto | 42 optional float scale_x = 14; field
|
/aosp_15_r20/external/ComputeLibrary/tests/datasets/ |
H A D | ScaleLayerDataset.h | 108 …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 D | Helpers.cpp | 35 …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 D | IAccessWindow.h | 137 …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 D | ClTemplateResize.cpp | 212 …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 D | position.c | 162 float scale_x, scale_y; in x11_position() local
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/xa/ |
H A D | xa_yuv.c | 122 float scale_x; in xa_yuv_planar_blit() local
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/dynamic_fusion/operators/ |
H A D | ResizeFixture.h | 197 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 D | Scale.cpp | 261 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 D | rogue_hw_utils.h | 141 uint32_t scale_x; in rogue_get_isp_num_tiles_xy() local
|
/aosp_15_r20/external/harfbuzz_ng/util/ |
H A D | font-options.hh | 118 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 D | window_list_utils.cc | 390 float scale_x = size.width() / window_bounds.width(); in GetWindowScaleFactor() local
|