Home
last modified time | relevance | path

Searched defs:new_y (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
H A Dimage_neon.cc48 for (int new_y = 0; new_y < height_; ++new_y) { in Downsample2x32ColumnsNeon() local
111 for (int new_y = 0; new_y < height_; ++new_y) { in Downsample4x32ColumnsNeon() local
/aosp_15_r20/external/libchrome/ui/gfx/geometry/
H A Drect_f.cc166 float new_y = y(); in AdjustToFit() local
182 float new_y = y() + (height() - new_height) / 2; in ClampToCenteredSize() local
H A Drect.cc240 int new_y = y(); in AdjustToFit() local
256 int new_y = y() + (height() - new_height) / 2; in ClampToCenteredSize() local
/aosp_15_r20/bionic/libm/upstream-freebsd/lib/msun/src/
H A Dcatrigf.c88 float *sqrt_A2my2, float *new_y) in do_hard_work()
147 float x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; in casinhf() local
H A Dcatrig.c153 double *sqrt_A2my2, double *new_y) in do_hard_work()
276 double x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; in casinh() local
H A Dcatrigl.c107 long double *B, long double *sqrt_A2my2, long double *new_y) in do_hard_work()
166 long double x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; in casinhl() local
/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dfx_coordinates.h22 constexpr CFX_PTemplate(BaseType new_x, BaseType new_y) in CFX_PTemplate()
128 CFX_VTemplate(BaseType new_x, BaseType new_y) in CFX_VTemplate()
/aosp_15_r20/external/webp/sharpyuv/
H A Dsharpyuv_dsp.c36 const int new_y = (int)dst[i] + diff_y; in SharpYuvUpdateY_C() local
H A Dsharpyuv_neon.c49 const int new_y = (int)(dst[i]) + diff_y; in SharpYuvUpdateY_NEON() local
H A Dsharpyuv_sse2.c52 const int new_y = (int)dst[i] + diff_y; in SharpYuvUpdateY_SSE2() local
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-geometry.hh106 float new_y = yx * dx + yy * dy; in transform_distance() local
/aosp_15_r20/external/harfbuzz_ng/src/OT/glyf/
H A DCompositeGlyph.hh176 int new_y = roundf (point.y); in compile_with_point() local
/aosp_15_r20/external/libwebm/mkvmuxer/
H A Dmkvmuxer.h376 void set_y(float new_y) { y_ = new_y; } in set_y()
/aosp_15_r20/external/libvpx/third_party/libwebm/mkvmuxer/
H A Dmkvmuxer.h376 void set_y(float new_y) { y_ = new_y; } in set_y()
/aosp_15_r20/external/libaom/third_party/libwebm/mkvmuxer/
H A Dmkvmuxer.h376 void set_y(float new_y) { y_ = new_y; } in set_y()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c1039 int new_x, new_y, max_x; in get_texel_cube_seamless() local