/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/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_linetemp.h | 77 GLint xstep, ystep; local 177 xstep = -1; 186 xstep = 1; 318 x0 += xstep; 371 x0 += xstep;
|
/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;
|
/frameworks/base/core/java/android/view/ |
IWindowSession.aidl | 173 * For multi screen launcher type applications, xstep and ystep indicate 176 void setWallpaperPosition(IBinder windowToken, float x, float y, float xstep, float ystep);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_setup.c | 1075 int xstep, ystep; local 1099 xstep = -1; 1102 xstep = 1; 1138 x0 += xstep; [all...] |
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_setup.c | 1075 int xstep, ystep; local 1099 xstep = -1; 1102 xstep = 1; 1138 x0 += xstep; [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_setup_tri.c | 661 int xstep[MAX_PLANES]; local 680 xstep[i] = -(plane[i].dcdx << TILE_ORDER); 743 cx[i] += xstep[i];
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_setup_tri.c | 661 int xstep[MAX_PLANES]; local 680 xstep[i] = -(plane[i].dcdx << TILE_ORDER); 743 cx[i] += xstep[i];
|
/external/chromium_org/tools/telemetry/third_party/png/ |
png.py | [all...] |
/external/zxing/core/ |
core.jar | |
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
pdfjs.js | [all...] |