HomeSort by relevance Sort by last modified time
    Searched refs:xstep (Results 1 - 16 of 16) sorted by null

  /external/opencv/otherlibs/highgui/
grfmt_exr.h 70 void UpSample( uchar *data, int xstep, int ystep, int xsample, int ysample );
71 void UpSampleX( float *data, int xstep, int xsample );
72 void UpSampleY( uchar *data, int xstep, int ystep, int ysample );
grfmt_exr.cpp 207 int xstep; local
210 xstep = m_native_depth ? 4 : 1;
314 UpSample( data, 3, step / xstep, xsample[0], m_blue->ySampling );
316 UpSample( data + xstep, 3, step / xstep, xsample[1], m_green->ySampling );
318 UpSample( data + 2 * xstep, 3, step / xstep, xsample[2], m_red->ySampling );
321 UpSample( data, 1, step / xstep, xsample[0], m_green->ySampling );
379 UpSampleY( data, 3, step / xstep, m_blue->ySampling );
381 UpSampleY( data + xstep, 3, step / xstep, m_green->ySampling )
    [all...]
grfmt_jpeg2000.cpp 227 int xstep = jas_image_cmpthstep( 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 ))
265 int xstep = jas_image_cmpthstep( m_image, cmpt ); local
282 if( xstep == 1 )
297 else if( xstep == 2 && offset == 0 )
308 for( x1 = x + xstep; x < x1; x++ )
327 int xstep = jas_image_cmpthstep( m_image, cmpt ); local
344 if( xstep == 1 )
359 else if( xstep == 2 && offset == 0
    [all...]
  /external/libpng/contrib/examples/
pngpixel.c 247 png_uint_32 ystart, xstart, ystep, xstep; local
268 xstep = PNG_PASS_COL_OFFSET(pass);
275 ystep = xstep = 1;
303 px < width; px += xstep, ++ppx) if (x == px)
  /external/mesa3d/src/mesa/swrast/
s_linetemp.h 77 GLint xstep, ystep; local
177 xstep = -1;
186 xstep = 1;
318 x0 += xstep;
371 x0 += xstep;
  /external/libcups/filter/
rastertoepson.c 81 unsigned type, unsigned xstep, unsigned ystep);
414 unsigned xstep, /* I - X resolution */
587 putchar((int)xstep);
745 unsigned xstep, ystep; /* X & Y resolutions */ local
751 xstep = 3600 / header->HWResolution[0];
778 CompressData(Planes[plane], bytes, plane, header->cupsCompression, xstep, ystep);
  /frameworks/av/media/libaudioprocessing/
AudioResamplerFirGen.h 719 const double xstep = (2. * M_PI) * fcr / L; local
727 SineGenGen sgg(0., xstep, L*xstep); // generates sine generators (one per polyphase)
740 // sine generator: sg.valueAdvance() returns sin(ix*xstep);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
imageop.c 122 int ix, iy, xstep, ystep; local
136 xstep = (newx1 < newx2)? 1 : -1;
149 newx2 += xstep;
151 for ( ix = newx1; ix != newx2; ix+=xstep ) {
  /external/python/cpython2/Modules/
imageop.c 125 int ix, iy, xstep, ystep; local
139 xstep = (newx1 < newx2)? 1 : -1;
152 newx2 += xstep;
154 for ( ix = newx1; ix != newx2; ix+=xstep ) {
  /frameworks/base/core/java/android/view/
IWindowSession.aidl 198 * For multi screen launcher type applications, xstep and ystep indicate
201 void setWallpaperPosition(IBinder windowToken, float x, float y, float xstep, float ystep);
  /frameworks/base/tools/aapt2/compile/
NinePatch.cpp 179 int32_t xstep, int32_t ystep, int32_t length)
183 xstep_(xstep),
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_tri.c 865 int64_t xstep[MAX_PLANES]; local
884 xstep[i] = -(((int64_t)plane[i].dcdx) << TILE_ORDER);
948 cx[i] += xstep[i];
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_setup.c 1097 int xstep, ystep; local
1123 xstep = -1;
1126 xstep = 1;
    [all...]
  /external/libpng/contrib/libtests/
pngvalid.c 4034 png_uint_32 xin, xout, xstep; local
4063 png_uint_32 xin, xout, xstep; local
    [all...]
  /external/zxing/core/
core.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 580 milliseconds