Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
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
/external/libchrome/ui/gfx/geometry/
Drect_f.cc166 float new_y = y(); in AdjustToFit() local
182 float new_y = y() + (height() - new_height) / 2; in ClampToCenteredSize() local
Drect.cc240 int new_y = y(); in AdjustToFit() local
256 int new_y = y() + (height() - new_height) / 2; in ClampToCenteredSize() local
/external/webp/sharpyuv/
Dsharpyuv_dsp.c36 const int new_y = (int)dst[i] + diff_y; in SharpYuvUpdateY_C() local
Dsharpyuv_neon.c49 const int new_y = (int)(dst[i]) + diff_y; in SharpYuvUpdateY_NEON() local
Dsharpyuv_sse2.c52 const int new_y = (int)dst[i] + diff_y; in SharpYuvUpdateY_SSE2() local
/external/pdfium/core/fxcrt/
Dfx_coordinates.h18 constexpr CFX_PTemplate(BaseType new_x, BaseType new_y) in CFX_PTemplate()
124 CFX_VTemplate(BaseType new_x, BaseType new_y) in CFX_VTemplate()
/external/harfbuzz_ng/src/
Dhb-geometry.hh106 float new_y = yx * dx + yy * dy; in transform_distance() local
/external/harfbuzz_ng/src/OT/glyf/
DCompositeGlyph.hh176 int new_y = roundf (point.y); in compile_with_point() local
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/skrifa-0.24.1/src/outline/glyf/hint/
Dzone.rs676 let new_y = gs.zones[1].point(point_ix).unwrap().y; in move_point_y() localVariable
722 let new_y = gs.zones[1].original(point_ix).unwrap().y; in move_original_y() localVariable
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/skrifa-0.24.1/src/outline/glyf/hint/
Dzone.rs676 let new_y = gs.zones[1].point(point_ix).unwrap().y; in move_point_y() localVariable
722 let new_y = gs.zones[1].original(point_ix).unwrap().y; in move_original_y() localVariable
/external/libwebm/mkvmuxer/
Dmkvmuxer.h376 void set_y(float new_y) { y_ = new_y; } in set_y()
/external/libaom/third_party/libwebm/mkvmuxer/
Dmkvmuxer.h376 void set_y(float new_y) { y_ = new_y; } in set_y()
/external/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.h376 void set_y(float new_y) { y_ = new_y; } in set_y()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c1039 int new_x, new_y, max_x; in get_texel_cube_seamless() local