Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dimage_neon.cc49 for (int new_y = 0; new_y < height_; ++new_y) { in Downsample2x32ColumnsNeon() local
112 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/src/dsp/
Dyuv.c209 const int new_y = (int)dst[i] + diff_y; in SharpYUVUpdateY_C() local
Dyuv_neon.c206 const int new_y = (int)(dst[i]) + diff_y; in SharpYUVUpdateY_NEON() local
Dyuv_sse2.c784 const int new_y = (int)dst[i] + diff_y; in SharpYUVUpdateY_SSE2() local
/external/pdfium/core/fxcrt/
Dfx_coordinates.h22 CFX_PTemplate(BaseType new_x, BaseType new_y) : x(new_x), y(new_y) {} in CFX_PTemplate()
141 CFX_VTemplate(BaseType new_x, BaseType new_y) in CFX_VTemplate()
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.h376 void set_y(float new_y) { y_ = new_y; } in set_y()
/external/libaom/libaom/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.c886 int new_x, new_y, max_x; in get_texel_cube_seamless() local