Searched defs:ypos (Results 1 - 25 of 26) sorted by relevance

12

/external/libhevc/decoder/
H A Dihevcd_decode.c530 WORD32 ypos = ps_codec->i4_disp_ht - 32 - LOGO_HT; local
532 if(ypos < 0)
533 ypos = 0;
542 ypos,
907 WORD32 ypos = ps_codec->i4_disp_ht - 32 - LOGO_HT; local
909 if(ypos < 0)
910 ypos = 0;
919 ypos,
/external/libjpeg-turbo/
H A Djccoefct.c150 JDIMENSION ypos, xpos; local
173 ypos = yoffset * DCTSIZE; /* ypos == (yoffset+yindex) * DCTSIZE */
180 ypos, xpos, (JDIMENSION) blockcnt);
198 ypos += DCTSIZE;
/external/mesa3d/src/mesa/main/
H A Daccum.c190 GLint xpos, GLint ypos, GLint width, GLint height,
200 ctx->Driver.MapRenderbuffer(ctx, accRb, xpos, ypos, width, height,
248 GLint xpos, GLint ypos, GLint width, GLint height,
270 ctx->Driver.MapRenderbuffer(ctx, accRb, xpos, ypos, width, height,
278 ctx->Driver.MapRenderbuffer(ctx, colorRb, xpos, ypos, width, height,
342 GLint xpos, GLint ypos, GLint width, GLint height)
351 ctx->Driver.MapRenderbuffer(ctx, accRb, xpos, ypos, width, height,
372 ctx->Driver.MapRenderbuffer(ctx, colorRb, xpos, ypos, width, height,
455 GLint xpos, ypos, width, height; local
466 ypos
189 accum_scale_or_bias(struct gl_context *ctx, GLfloat value, GLint xpos, GLint ypos, GLint width, GLint height, GLboolean bias) argument
247 accum_or_load(struct gl_context *ctx, GLfloat value, GLint xpos, GLint ypos, GLint width, GLint height, GLboolean load) argument
341 accum_return(struct gl_context *ctx, GLfloat value, GLint xpos, GLint ypos, GLint width, GLint height) argument
[all...]
/external/pdfium/third_party/libjpeg/
H A Dfpdfapi_jccoefct.c150 JDIMENSION ypos, xpos; local
173 ypos = yoffset * DCTSIZE; /* ypos == (yoffset+yindex) * DCTSIZE */
180 ypos, xpos, (JDIMENSION) blockcnt);
198 ypos += DCTSIZE;
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-gcm.c148 u8 *ypos = y; local
158 aes_encrypt(aes, cb, ypos);
159 xor_block(ypos, xpos);
161 ypos += AES_BLOCK_SIZE;
170 *ypos++ = *xpos++ ^ tmp[i];
/external/wpa_supplicant_8/src/crypto/
H A Daes-gcm.c148 u8 *ypos = y; local
158 aes_encrypt(aes, cb, ypos);
159 xor_block(ypos, xpos);
161 ypos += AES_BLOCK_SIZE;
170 *ypos++ = *xpos++ ^ tmp[i];
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes-gcm.c148 u8 *ypos = y; local
158 aes_encrypt(aes, cb, ypos);
159 xor_block(ypos, xpos);
161 ypos += AES_BLOCK_SIZE;
170 *ypos++ = *xpos++ ^ tmp[i];
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_skin_detection.c121 int ypos = y_bsize >> 1; local
147 uint8_t ysource = src_y[ypos * src_ystride + ypos];
150 uint8_t ysource2 = src_y[(ypos + 1) * src_ystride + ypos];
153 uint8_t ysource3 = src_y[ypos * src_ystride + (ypos + 1)];
156 uint8_t ysource4 = src_y[(ypos + 1) * src_ystride + (ypos + 1)];
/external/libdrm/include/drm/
H A Dvmwgfx_drm.h547 * @ypos: Y position of cursor.
558 int32_t ypos; member in struct:drm_vmw_cursor_bypass_arg
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_bitmap.c90 GLint xpos, ypos; member in struct:bitmap_cache
649 cache->xpos, cache->ypos);
669 cache->ypos,
706 py = y - cache->ypos;
724 cache->ypos = y - py;
/external/kernel-headers/original/uapi/linux/dvb/
H A Dvideo.h172 __u32 ypos; /* 23-22 auto action mode */ member in struct:video_highlight
/external/mesa3d/src/egl/drivers/glx/
H A Degl_glx.c816 int xpos, ypos; local
818 stat = XGetGeometry(dpy, d, &root, &xpos, &ypos, &w, &h, &bw, &depth);
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dxm_api.c276 int xpos, ypos; local
278 stat = XGetGeometry(dpy, d, &root, &xpos, &ypos, &w, &h, &bw, &depth);
/external/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmwgfx_drm.h486 * @ypos: Y position of cursor.
497 int32_t ypos; member in struct:drm_vmw_cursor_bypass_arg
/external/mesa3d/src/mesa/drivers/x11/
H A Dxm_api.c227 int xpos, ypos; local
229 stat = XGetGeometry(dpy, d, &root, &xpos, &ypos, &w, &h, &bw, &depth);
/external/kernel-headers/original/uapi/drm/
H A Dvmwgfx_drm.h516 * @ypos: Y position of cursor.
527 __s32 ypos; member in struct:drm_vmw_cursor_bypass_arg
/external/pdfium/third_party/libtiff/
H A Dtif_jpeg.c1422 int ypos; local
1424 for (ypos = 0; ypos < vsamp; ypos++) {
1425 JSAMPLE *inptr = sp->ds_buffer[ci][sp->scancount*vsamp + ypos];
1967 int clumpoffset, ci, xpos, ypos; local
2001 for (ypos = 0; ypos < vsamp; ypos++) {
2003 outptr = sp->ds_buffer[ci][sp->scancount*vsamp + ypos];
2053 int ci, ypos, n; local
[all...]
/external/skia/tests/
H A DImageFilterTest.cpp739 SkScalar ypos = SkIntToScalar(height); local
742 untiledCanvas.drawText(text, strlen(text), 0, ypos, paint);
749 tiledCanvas.drawText(text, strlen(text), 0, ypos, paint);
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 783 milliseconds

12