Searched defs:yoffset (Results 1 - 25 of 64) sorted by last modified time

123

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/webp/src/dec/
H A Dvp8l.c143 const int yoffset = dist_code >> 4; local
145 const int dist = yoffset * xsize + xoffset;
/external/webp/src/enc/
H A Dbackward_references.c51 const int yoffset = dist / xsize; local
52 const int xoffset = dist - yoffset * xsize;
53 if (xoffset <= 8 && yoffset < 8) {
54 return plane_to_code_lut[yoffset * 16 + 8 - xoffset] + 1;
55 } else if (xoffset > xsize - 8 && yoffset < 7) {
56 return plane_to_code_lut[(yoffset + 1) * 16 + 8 + (xsize - xoffset)] + 1;
/external/valgrind/include/vki/
H A Dvki-linux.h2140 __vki_u32 yoffset; /* resolution */ member in struct:vki_fb_var_screeninfo
/external/skia/src/gpu/gl/
H A DGrGLNoOpInterface.cpp108 GrGLint yoffset,
119 GrGLint yoffset,
268 GrGLint yoffset,
105 noOpGLCompressedTexSubImage2D(GrGLenum target, GrGLint level, GrGLint xoffset, GrGLint yoffset, GrGLsizei width, GrGLsizei height, GrGLenum format, GrGLsizei imageSize, const GrGLvoid* data) argument
116 noOpGLCopyTexSubImage2D(GrGLenum target, GrGLint level, GrGLint xoffset, GrGLint yoffset, GrGLint x, GrGLint y, GrGLsizei width, GrGLsizei height) argument
265 noOpGLTexSubImage2D(GrGLenum target, GrGLint level, GrGLint xoffset, GrGLint yoffset, GrGLsizei width, GrGLsizei height, GrGLenum format, GrGLenum type, const GrGLvoid* pixels) argument
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java147 int xoffset, int yoffset, int width, int height, int format,
150 xoffset, yoffset, width, height, format,
164 int yoffset, int x, int y, int width, int height) {
166 yoffset, x, y, width, height);
678 int yoffset, int width, int height, int format, int type,
681 yoffset, width, height, format, type,
146 glCompressedTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, Buffer data) argument
163 glCopyTexSubImage2D(int target, int level, int xoffset, int yoffset, int x, int y, int width, int height) argument
677 glTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, Buffer pixels) argument
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jccoefct.c150 int blkn, bi, ci, yindex, yoffset, blockcnt; local
155 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
156 yoffset++) {
174 ypos = yoffset * DCTSIZE; /* ypos == (yoffset+yindex) * DCTSIZE */
177 yoffset+yindex < compptr->last_row_height) {
207 coef->MCU_vert_offset = yoffset;
346 int blkn, ci, xindex, yindex, yoffset; local
365 for (yoffset
[all...]
H A Dfpdfapi_jctrans.c285 int blkn, ci, xindex, yindex, yoffset, blockcnt; local
302 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
303 yoffset++) {
315 yindex+yoffset < compptr->last_row_height) {
317 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
340 coef->MCU_vert_offset = yoffset;
H A Dfpdfapi_jdcoefct.c154 int blkn, ci, xindex, yindex, yoffset, useful_width; local
161 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
162 yoffset++) {
170 coef->MCU_vert_offset = yoffset;
191 yoffset * compptr->DCT_scaled_size;
195 yoffset+yindex < compptr->last_row_height) {
249 int blkn, ci, xindex, yindex, yoffset; local
269 for (yoffset = coef->MCU_vert_offset; yoffset < coe
[all...]
/external/opencv/otherlibs/highgui/
H A Dgrfmt_jpeg2000.cpp270 int yoffset = jas_image_tly( m_image ); local
280 uchar* dst = data + (y - yoffset) * step - xoffset;
332 int yoffset = jas_image_tly( m_image ); local
342 ushort* dst = data + (y - yoffset) * step - xoffset;
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_xv.c346 int yoffset = (w*i+j); local
349 ymap[yidx++] = y[yoffset];
/external/mesa3d/src/glx/
H A Dindirect_texture_compression.c138 GLsizei xoffset, GLsizei yoffset,
163 __GLX_PUT_LONG(16, yoffset);
181 __GLX_PUT_LONG(20, yoffset);
281 GLint xoffset, GLint yoffset,
286 CompressedTexSubImage1D2D(target, level, xoffset, yoffset, width, height,
294 GLint xoffset, GLint yoffset,
314 __GLX_PUT_LONG(16, yoffset);
332 __GLX_PUT_LONG(20, yoffset);
137 CompressedTexSubImage1D2D(GLenum target, GLint level, GLsizei xoffset, GLsizei yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei image_size, const GLvoid * data, CARD32 rop) argument
280 __indirect_glCompressedTexSubImage2DARB(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei image_size, const GLvoid * data) argument
293 __indirect_glCompressedTexSubImage3DARB(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei image_size, const GLvoid * data) argument
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta.c3518 GLint xoffset, GLint yoffset, GLint zoffset,
3577 xoffset, yoffset, zoffset, width, height, 1,
3516 _mesa_meta_CopyTexSubImage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, struct gl_renderbuffer *rb, GLint x, GLint y, GLsizei width, GLsizei height) argument
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_tex_copy.c150 GLint xoffset, GLint yoffset, GLint zoffset,
157 xoffset, yoffset,
161 xoffset, yoffset, zoffset,
148 intelCopyTexSubImage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, struct gl_renderbuffer *rb, GLint x, GLint y, GLsizei width, GLsizei height) argument
H A Dintel_tex_subimage.c46 GLint xoffset, GLint yoffset,
85 texImage->Level, xoffset, yoffset, width, height);
117 blit_y += yoffset;
155 GLint xoffset, GLint yoffset, GLint zoffset,
163 xoffset, yoffset,
167 xoffset, yoffset, zoffset,
44 intel_blit_texsubimage(struct gl_context * ctx, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint width, GLint height, GLenum format, GLenum type, const void *pixels, const struct gl_pixelstore_attrib *packing) argument
152 intelTexSubImage(struct gl_context * ctx, GLuint dims, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid * pixels, const struct gl_pixelstore_attrib *packing) argument
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_tex_copy.c150 GLint xoffset, GLint yoffset, GLint zoffset,
157 xoffset, yoffset,
161 xoffset, yoffset, zoffset,
148 intelCopyTexSubImage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, struct gl_renderbuffer *rb, GLint x, GLint y, GLsizei width, GLsizei height) argument
H A Dintel_tex_subimage.c46 GLint xoffset, GLint yoffset,
85 texImage->Level, xoffset, yoffset, width, height);
117 blit_y += yoffset;
155 GLint xoffset, GLint yoffset, GLint zoffset,
163 xoffset, yoffset,
167 xoffset, yoffset, zoffset,
44 intel_blit_texsubimage(struct gl_context * ctx, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint width, GLint height, GLenum format, GLenum type, const void *pixels, const struct gl_pixelstore_attrib *packing) argument
152 intelTexSubImage(struct gl_context * ctx, GLuint dims, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid * pixels, const struct gl_pixelstore_attrib *packing) argument
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_tex_copy.c150 GLint xoffset, GLint yoffset, GLint zoffset,
157 xoffset, yoffset,
161 xoffset, yoffset, zoffset,
148 intelCopyTexSubImage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, struct gl_renderbuffer *rb, GLint x, GLint y, GLsizei width, GLsizei height) argument
H A Dintel_tex_subimage.c46 GLint xoffset, GLint yoffset,
85 texImage->Level, xoffset, yoffset, width, height);
117 blit_y += yoffset;
155 GLint xoffset, GLint yoffset, GLint zoffset,
163 xoffset, yoffset,
167 xoffset, yoffset, zoffset,
44 intel_blit_texsubimage(struct gl_context * ctx, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint width, GLint height, GLenum format, GLenum type, const void *pixels, const struct gl_pixelstore_attrib *packing) argument
152 intelTexSubImage(struct gl_context * ctx, GLuint dims, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid * pixels, const struct gl_pixelstore_attrib *packing) argument
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_texture.c566 GLint xoffset, GLint yoffset, GLint zoffset,
588 xoffset, yoffset, width, height);
603 xoffset, yoffset, zoffset,
610 GLint xoffset, GLint yoffset, GLint zoffset,
615 nouveau_texsubimage(ctx, dims, ti, xoffset, yoffset, zoffset,
623 GLint xoffset, GLint yoffset, GLint zoffset,
628 nouveau_texsubimage(ctx, dims, ti, xoffset, yoffset, zoffset,
564 nouveau_texsubimage(struct gl_context *ctx, GLint dims, struct gl_texture_image *ti, GLint xoffset, GLint yoffset, GLint zoffset, GLint width, GLint height, GLint depth, GLsizei imageSize, GLenum format, GLenum type, const void *pixels, const struct gl_pixelstore_attrib *packing, GLboolean compressed) argument
608 nouveau_texsubimage_123d(struct gl_context *ctx, GLuint dims, struct gl_texture_image *ti, GLint xoffset, GLint yoffset, GLint zoffset, GLint width, GLint height, GLint depth, GLenum format, GLenum type, const void *pixels, const struct gl_pixelstore_attrib *packing) argument
621 nouveau_compressed_texsubimage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *ti, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLint height, GLint depth, GLenum format, GLint imageSize, const void *data) argument
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_state.c1544 GLfloat yoffset = dPriv ? (GLfloat) dPriv->h : 0; local
1555 y_bias = yoffset;
1624 GLfloat yoffset = (GLfloat)dPriv->h; local
1631 ty.f = (- v[MAT_TY]) + yoffset;
H A Dradeon_tex_copy.c139 GLint xoffset, GLint yoffset, GLint zoffset,
150 xoffset, yoffset,
157 xoffset, yoffset, zoffset,
137 radeonCopyTexSubImage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, struct gl_renderbuffer *rb, GLint x, GLint y, GLsizei width, GLsizei height) argument
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_state.c1351 GLfloat yoffset = dPriv ? (GLfloat) dPriv->h : 0; local
1362 y_bias = yoffset;
1406 GLfloat yoffset = (GLfloat)dPriv->h; local
1413 ty.f = (- v[MAT_TY]) + yoffset + SUBPIXEL_Y;
H A Dradeon_tex_copy.c139 GLint xoffset, GLint yoffset, GLint zoffset,
150 xoffset, yoffset,
157 xoffset, yoffset, zoffset,
137 radeonCopyTexSubImage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, struct gl_renderbuffer *rb, GLint x, GLint y, GLsizei width, GLsizei height) argument

Completed in 482 milliseconds

123