/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 | 54 …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 D | progressive_decoder.cpp | 254 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 D | imstb_truetype.h | 2629 …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 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()
|
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/scale/neon/ |
H A D | list.h | 58 …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 D | integer.cpp | 84 …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 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 | 52 float scale_y = ((shape.y() * sy) > max_height) ? (max_height / shape.y()) : sy; in setup() local
|
H A D | ScaleFixture.h | 58 float scale_y = distribution_float(generator); in setup() local
|
/aosp_15_r20/external/webp/sharpyuv/ |
H A D | sharpyuv_csp.c | 31 float scale_y = 1.0f; in SharpYuvComputeConversionMatrix() local
|
/aosp_15_r20/external/perfetto/protos/perfetto/trace/android/ |
H A D | viewcapture.proto | 43 optional float scale_y = 15; 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 | 36 …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 D | IAccessWindow.h | 137 …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 D | ClTemplateResize.cpp | 213 …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 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 | 123 float scale_y; in xa_yuv_planar_blit() local
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/dynamic_fusion/operators/ |
H A D | ResizeFixture.h | 198 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 D | Scale.cpp | 262 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 D | resize_area_op_test.cc | 122 float scale_y = i < in_y in ResizeAreaBaseline() local
|
H A D | resize_area_op.cc | 235 float scale_y; in ComputeLoop() local
|
/aosp_15_r20/external/mesa3d/src/imagination/include/hwdef/ |
H A D | rogue_hw_utils.h | 142 uint32_t scale_y; in rogue_get_isp_num_tiles_xy() local
|
/aosp_15_r20/external/harfbuzz_ng/util/ |
H A D | font-options.hh | 119 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 D | window_list_utils.cc | 391 float scale_y = size.height() / window_bounds.height(); in GetWindowScaleFactor() local
|