HomeSort by relevance Sort by last modified time
    Searched full:ystep (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/opencv3/modules/rsobjdetect/src/
rsobjdetect.hpp 4 extern void innerloops(const int height, const int width, const int* inArr, const int* inArrSq, const int yStep, bool* outData);
innerloop.cpp 53 void innerloops(const int height, const int width, const int* inArr, const int* inArrSq, const int yStep, bool* outData) {
78 sc->set_yStep(yStep);
  /external/opencv/otherlibs/highgui/
grfmt_exr.cpp 208 int ystep; local
215 ystep = 0;
220 ystep = step;
232 buffer - m_datawindow.min.x * 12 - m_datawindow.min.y * ystep,
233 12, ystep, m_blue->xSampling, m_blue->ySampling, 0.0 ));
239 buffer - m_datawindow.min.x * 12 - m_datawindow.min.y * ystep + 4,
240 12, ystep, m_green->xSampling, m_green->ySampling, 0.0 ));
246 buffer - m_datawindow.min.x * 12 - m_datawindow.min.y * ystep + 8,
247 12, ystep, m_red->xSampling, m_red->ySampling, 0.0 ));
255 buffer - m_datawindow.min.x * 12 - m_datawindow.min.y * ystep,
    [all...]
grfmt_jpeg2000.cpp 225 int ystep = jas_image_cmptvstep( m_image, cmptlut[i] ); local
229 jas_matrix_t *buffer = jas_matrix_create( yend / ystep, xend / xstep );
232 if( !jas_image_readcmpt( m_image, cmptlut[i], 0, 0, xend / xstep, yend / ystep, buffer ))
269 int ystep = jas_image_cmptvstep( m_image, cmpt ); local
279 jas_seqent_t* pix_row = &jas_matrix_get( buffer, y / ystep, 0 );
311 y1 = y + ystep;
331 int ystep = jas_image_cmptvstep( m_image, cmpt ); local
341 jas_seqent_t* pix_row = &jas_matrix_get( buffer, y / ystep, 0 );
373 y1 = y + ystep;
grfmt_exr.h 70 void UpSample( uchar *data, int xstep, int ystep, int xsample, int ysample );
72 void UpSampleY( uchar *data, int xstep, int ystep, int ysample );
  /external/opencv3/modules/imgcodecs/src/
grfmt_exr.cpp 200 int ystep; local
207 ystep = 0;
212 ystep = step;
224 buffer - m_datawindow.min.x * 12 - m_datawindow.min.y * ystep,
225 12, ystep, m_blue->xSampling, m_blue->ySampling, 0.0 ));
231 buffer - m_datawindow.min.x * 12 - m_datawindow.min.y * ystep + 4,
232 12, ystep, m_green->xSampling, m_green->ySampling, 0.0 ));
238 buffer - m_datawindow.min.x * 12 - m_datawindow.min.y * ystep + 8,
239 12, ystep, m_red->xSampling, m_red->ySampling, 0.0 ));
247 buffer - m_datawindow.min.x * 12 - m_datawindow.min.y * ystep,
    [all...]
grfmt_jpeg2000.cpp 245 int ystep = jas_image_cmptvstep( image, cmptlut[i] ); local
249 jas_matrix_t *buffer = jas_matrix_create( yend / ystep, xend / xstep );
252 if( !jas_image_readcmpt( image, cmptlut[i], 0, 0, xend / xstep, yend / ystep, buffer ))
298 int ystep = jas_image_cmptvstep( image, cmpt ); local
308 jas_seqent_t* pix_row = &jas_matrix_get( buffer, y / ystep, 0 );
340 y1 = y + ystep;
362 int ystep = jas_image_cmptvstep( image, cmpt ); local
372 jas_seqent_t* pix_row = &jas_matrix_get( buffer, y / ystep, 0 );
404 y1 = y + ystep;
grfmt_exr.hpp 81 void UpSample( uchar *data, int xstep, int ystep, int xsample, int ysample );
83 void UpSampleY( uchar *data, int xstep, int ystep, int ysample );
  /external/libvpx/libvpx/vp8/common/
textblit.c 65 int error, ystep, y, x; local
98 ystep = 1;
100 ystep = -1;
111 y = y + ystep;
125 y = y + ystep;
  /external/libvpx/libvpx/vp9/common/
vp9_textblit.c 64 int error, ystep, y, x; local
95 ystep = 1;
97 ystep = -1;
105 y = y + ystep;
115 y = y + ystep;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
textblit.c 65 int error, ystep, y, x; local
98 ystep = 1;
100 ystep = -1;
111 y = y + ystep;
125 y = y + ystep;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_textblit.c 64 int error, ystep, y, x; local
95 ystep = 1;
97 ystep = -1;
105 y = y + ystep;
115 y = y + ystep;
  /external/opencv3/3rdparty/libjasper/
jpc_t2cod.c 235 int ystep; local
247 pi->ystep = 0;
254 ystep = picomp->vsamp * (1 << (pirlvl->prcheightexpn +
257 pi->ystep = (!pi->ystep) ? ystep : JAS_MIN(pi->ystep, ystep);
266 pi->ystep - (pi->y % pi->ystep)) {
327 int ystep; local
    [all...]
  /hardware/bsp/intel/peripheral/libupm/src/st7735/
gfx.cxx 92 int16_t ystep; local
95 ystep = 1;
97 ystep = -1;
108 y0 += ystep;
  /external/opencv3/modules/objdetect/src/opencl/
cascadedetect.cl 58 int ystep __attribute__((aligned (4)));
121 int ystep = s->ystep;
225 if( stageIdx == SPLIT_STAGE && (ystep == 1 || ((ix | iy) & 1) == 0) )
392 int ystep = s->ystep;
394 int2 ntiles = (int2)((worksize.x/ystep + local_size_x-1)/local_size_x,
395 (worksize.y/ystep + local_size_y-1)/local_size_y);
400 int iy = mad24((tileIdx / ntiles.x), local_size_y, ly) * ystep;
401 int ix = mad24((tileIdx % ntiles.x), local_size_x, lx) * ystep;
    [all...]
  /external/opencv3/modules/rsobjdetect/src/rs/
detectAt.rs 50 int yStep;
89 if (!(x_check % yStep == 0 && y_check % yStep == 0 ))
  /external/mesa3d/src/mesa/swrast/
s_linetemp.h 77 GLint xstep, ystep; local
197 ystep = -1;
206 ystep = 1;
331 y0 += ystep;
358 y0 += ystep;
  /external/opencv/cv/src/
mycvHaarDetectObjects.cpp 976 // int ystep = factor > 2. ? 1 : 2;
1159 const double ystep = MAX( 2, factor ); local
    [all...]
cvhaar.cpp 948 int ystep = factor > 2. ? 1 : 2; local
1127 const double ystep = MAX( 2, factor ); local
    [all...]
  /frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
TestWallpaper.java 185 float xStep, float yStep, int xPixels, int yPixels) {
186 super.onOffsetsChanged(xOffset, yOffset, xStep, yStep, xPixels, yPixels);
193 mOffsetYStep = yStep;
  /external/libpng/contrib/examples/
pngpixel.c 247 png_uint_32 ystart, xstart, ystep, xstep; local
269 ystep = PNG_PASS_ROW_OFFSET(pass);
275 ystep = xstep = 1;
282 for (py = ystart; py < height; py += ystep)
  /frameworks/base/core/java/android/view/
IWindow.aidl 69 void dispatchWallpaperOffsets(float x, float y, float xStep, float yStep, boolean sync);
  /frameworks/base/core/java/com/android/internal/view/
BaseIWindow.java 75 public void dispatchWallpaperOffsets(float x, float y, float xStep, float yStep, boolean sync) {
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeWindow.java 69 public void dispatchWallpaperOffsets(float x, float y, float xStep, float yStep,
  /external/opencv3/modules/objdetect/src/
haar.cpp 1315 int x, y, ystep = factor > 2 ? 1 : 2; local
1478 double ystep; member in class:cv::HaarDetectObjects_ScaleCascade_Invoker
1607 int ystep = factor > 2 ? 1 : 2; local
1660 const double ystep = std::max( 2., factor ); local
    [all...]

Completed in 1289 milliseconds

1 2 3 4