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

1 2 3 4 5 6 7 8 9

  /external/libvpx/vp8/common/x86/
vp8_asm_stubs.c 126 int yoffset,
135 VFilter = vp8_six_tap_mmx[yoffset];
146 int yoffset,
164 VFilter = vp8_six_tap_mmx[yoffset];
178 int yoffset,
192 VFilter = vp8_six_tap_mmx[yoffset];
204 int yoffset,
218 VFilter = vp8_six_tap_mmx[yoffset];
231 int yoffset,
236 vp8_bilinear_predict8x8_mmx(src_ptr, src_pixels_per_line, xoffset, yoffset, dst_ptr, dst_pitch)
    [all...]
  /external/libvpx/vp8/common/arm/
filter_arm.c 80 int yoffset,
91 VFilter = sub_pel_filters[yoffset]; // 6 tap
94 if (xoffset && !yoffset)
102 else if (!xoffset && yoffset)
109 if (yoffset & 0x1)
125 int yoffset,
135 VFilter = sub_pel_filters[yoffset]; // 6 tap
138 // if (xoffset && !yoffset)
143 // else if (!xoffset && yoffset)
149 // if (yoffset & 0x1
    [all...]
bilinearfilter_arm.c 143 int yoffset,
152 VFilter = bilinear_filters[yoffset];
162 int yoffset,
171 VFilter = bilinear_filters[yoffset];
181 int yoffset,
190 VFilter = bilinear_filters[yoffset];
200 int yoffset,
209 VFilter = bilinear_filters[yoffset];
  /external/libvpx/vp8/encoder/arm/
picklpf_arm.c 30 int yoffset; local
44 yoffset = ystride * ((yheight >> 5) * 16 - 8);
45 src_y = src_ybc->y_buffer + yoffset;
46 dst_y = dst_ybc->y_buffer + yoffset;
  /packages/apps/Launcher2/src/com/android/launcher2/
DropTarget.java 35 * @param yOffset Vertical offset with the object being dragged where the original
41 void onDrop(DragSource source, int x, int y, int xOffset, int yOffset,
44 void onDragEnter(DragSource source, int x, int y, int xOffset, int yOffset,
47 void onDragOver(DragSource source, int x, int y, int xOffset, int yOffset,
50 void onDragExit(DragSource source, int x, int y, int xOffset, int yOffset,
63 * @param yOffset Vertical offset with the object being dragged where the
69 boolean acceptDrop(DragSource source, int x, int y, int xOffset, int yOffset,
81 * @param yOffset Vertical offset with the object being dragged where the
90 Rect estimateDropLocation(DragSource source, int x, int y, int xOffset, int yOffset,
UserFolder.java 35 public boolean acceptDrop(DragSource source, int x, int y, int xOffset, int yOffset,
44 public Rect estimateDropLocation(DragSource source, int x, int y, int xOffset, int yOffset,
49 public void onDrop(DragSource source, int x, int y, int xOffset, int yOffset,
62 public void onDragEnter(DragSource source, int x, int y, int xOffset, int yOffset,
66 public void onDragOver(DragSource source, int x, int y, int xOffset, int yOffset,
70 public void onDragExit(DragSource source, int x, int y, int xOffset, int yOffset,
LiveFolderIcon.java 58 public boolean acceptDrop(DragSource source, int x, int y, int xOffset, int yOffset,
64 public void onDrop(DragSource source, int x, int y, int xOffset, int yOffset,
69 public void onDragEnter(DragSource source, int x, int y, int xOffset, int yOffset,
74 public void onDragOver(DragSource source, int x, int y, int xOffset, int yOffset,
79 public void onDragExit(DragSource source, int x, int y, int xOffset, int yOffset,
FolderIcon.java 65 public boolean acceptDrop(DragSource source, int x, int y, int xOffset, int yOffset,
74 public Rect estimateDropLocation(DragSource source, int x, int y, int xOffset, int yOffset,
79 public void onDrop(DragSource source, int x, int y, int xOffset, int yOffset,
92 public void onDragEnter(DragSource source, int x, int y, int xOffset, int yOffset,
97 public void onDragOver(DragSource source, int x, int y, int xOffset, int yOffset,
101 public void onDragExit(DragSource source, int x, int y, int xOffset, int yOffset,
DeleteZone.java 82 public boolean acceptDrop(DragSource source, int x, int y, int xOffset, int yOffset,
87 public Rect estimateDropLocation(DragSource source, int x, int y, int xOffset, int yOffset,
92 public void onDrop(DragSource source, int x, int y, int xOffset, int yOffset,
132 public void onDragEnter(DragSource source, int x, int y, int xOffset, int yOffset,
138 public void onDragOver(DragSource source, int x, int y, int xOffset, int yOffset,
142 public void onDragExit(DragSource source, int x, int y, int xOffset, int yOffset,
  /external/libvpx/vp8/encoder/x86/
variance_sse2.c 245 int yoffset,
256 vp8_vp7_bilinear_filters_mmx[xoffset], vp8_vp7_bilinear_filters_mmx[yoffset],
269 int yoffset,
281 vp8_bilinear_filters_xmm[xoffset], vp8_bilinear_filters_xmm[yoffset],
294 int yoffset,
306 if (xoffset == 4 && yoffset == 0)
318 else if (xoffset == 0 && yoffset == 4)
330 else if (xoffset == 4 && yoffset == 4)
347 vp8_bilinear_filters_xmm[xoffset], vp8_bilinear_filters_xmm[yoffset],
355 vp8_bilinear_filters_xmm[xoffset], vp8_bilinear_filters_xmm[yoffset],
    [all...]
variance_mmx.c 302 int yoffset,
313 vp8_vp7_bilinear_filters_mmx[xoffset], vp8_vp7_bilinear_filters_mmx[yoffset],
326 int yoffset,
338 vp8_vp7_bilinear_filters_mmx[xoffset], vp8_vp7_bilinear_filters_mmx[yoffset],
350 int yoffset,
364 vp8_vp7_bilinear_filters_mmx[xoffset], vp8_vp7_bilinear_filters_mmx[yoffset],
372 vp8_vp7_bilinear_filters_mmx[xoffset], vp8_vp7_bilinear_filters_mmx[yoffset],
389 int yoffset,
395 vp8_sub_pixel_variance16x16_mmx(src_ptr, src_pixels_per_line, xoffset, yoffset, dst_ptr, dst_pixels_per_line, sse);
404 int yoffset,
    [all...]
  /external/libvpx/vp8/common/
filter_c.c 190 int yoffset,
199 VFilter = sub_pel_filters[yoffset]; // 6 tap
208 int yoffset,
218 VFilter = sub_pel_filters[yoffset]; // 6 tap
234 int yoffset,
244 VFilter = sub_pel_filters[yoffset]; // 6 tap
260 int yoffset,
271 VFilter = sub_pel_filters[yoffset]; // 6 tap
450 int yoffset,
459 VFilter = bilinear_filters[yoffset];
    [all...]
  /external/proguard/src/proguard/gui/splash/
ShadowedSprite.java 33 private final VariableInt yOffset;
45 * @param yOffset the variable y-offset of the shadow, relative to the sprite itself.
52 VariableInt yOffset,
58 this.yOffset = yOffset;
88 int yo = yOffset.getInt(time) - b/2;
  /frameworks/base/opengl/libs/GLES2/
gl2ext_api.in 25 void API_ENTRY(glTexSubImage3DOES)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid* pixels) {
26 CALL_GL_API(glTexSubImage3DOES, target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, pixels);
28 void API_ENTRY(glCopyTexSubImage3DOES)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) {
29 CALL_GL_API(glCopyTexSubImage3DOES, target, level, xoffset, yoffset, zoffset, x, y, width, height);
34 void API_ENTRY(glCompressedTexSubImage3DOES)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid* data) {
35 CALL_GL_API(glCompressedTexSubImage3DOES, target, level, xoffset, yoffset, zoffset, width, height, depth, format, imageSize, data);
157 void API_ENTRY(glExtGetTexSubImageQCOM)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLvoid *texels) {
158 CALL_GL_API(glExtGetTexSubImageQCOM, target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, texels);
  /frameworks/base/opengl/java/android/opengl/
GLUtils.java 169 * @param yoffset
172 public static void texSubImage2D(int target, int level, int xoffset, int yoffset,
178 if (native_texSubImage2D(target, level, xoffset, yoffset, bitmap, -1, type)!=0) {
190 * @param yoffset
194 public static void texSubImage2D(int target, int level, int xoffset, int yoffset,
199 if (native_texSubImage2D(target, level, xoffset, yoffset, bitmap, format, type)!=0) {
210 native private static int native_texSubImage2D(int target, int level, int xoffset, int yoffset,
  /packages/apps/Camera/src/com/android/camera/ui/
ZoomController.java 222 float yoffset = mSliderBottom - sSlider.getHeight() / 2; local
226 (int) (yoffset - t.getHeight() / 2));
227 yoffset -= labelStep * gap;
233 yoffset = mSliderBottom - sSlider.getHeight() / 2;
236 tickMark.draw(root, xoffset, (int) (yoffset - halfHeight));
237 yoffset -= labelStep * gap;
244 yoffset = mSliderBottom - sSlider.getHeight() / 2;
248 tickMark.draw(root, xoffset, (int) (yoffset - halfHeight));
250 yoffset -= gap;
IndicatorBar.java 119 int yoffset = mPaddings.top; local
122 int cHeight = (cBottom - yoffset) / (count - i);
123 int nextYoffset = yoffset + cHeight;
124 getComponent(i).layout(xoffset, yoffset, cRight, nextYoffset);
125 yoffset = nextYoffset;
  /external/libvpx/vp8/encoder/
variance_c.c 393 int yoffset,
404 VFilter = vp8_bilinear_taps[yoffset];
421 int yoffset,
432 VFilter = vp8_bilinear_taps[yoffset];
445 int yoffset,
456 VFilter = vp8_bilinear_taps[yoffset];
469 int yoffset,
475 vp8_sub_pixel_variance16x16_c(src_ptr, src_pixels_per_line, xoffset, yoffset, dst_ptr, dst_pixels_per_line, sse);
484 int yoffset,
495 VFilter = vp8_bilinear_taps[yoffset];
    [all...]
  /frameworks/base/libs/ui/
Input.cpp 136 float yOffset,
150 mYOffset = yOffset;
168 void MotionEvent::offsetLocation(float xOffset, float yOffset) {
170 mYOffset += yOffset;
  /system/core/toolbox/
rotatefb.c 60 if(fbinfo.yoffset == xres)
61 fbinfo.yoffset = fbinfo.yres;
  /external/jpeg/
jccoefct.c 149 int blkn, bi, ci, yindex, yoffset, blockcnt; local
154 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
155 yoffset++) {
173 ypos = yoffset * DCTSIZE; /* ypos == (yoffset+yindex) * DCTSIZE */
176 yoffset+yindex < compptr->last_row_height) {
206 coef->MCU_vert_offset = yoffset;
345 int blkn, ci, xindex, yindex, yoffset; local
364 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row
    [all...]
jdcoefct.c 153 int blkn, ci, xindex, yindex, yoffset, useful_width; local
168 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
169 yoffset++) {
181 coef->MCU_vert_offset = yoffset;
203 yoffset * compptr->DCT_scaled_size;
207 yoffset+yindex < compptr->last_row_height) {
259 int blkn, ci, xindex, yindex, yoffset; local
287 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row
383 int ci, xindex, yindex, yoffset; local
443 int blkn, ci, xindex, yindex, yoffset; local
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
GridQuad.java 63 public static GridQuad createGridQuad(float width, float height, float xOffset, float yOffset, float uExtents, float vExtents,
77 grid.set(0, 0, -widthBy2 + xOffset, -heightBy2 + yOffset, 0.0f, u, v);
78 grid.set(1, 0, widthBy2 + xOffset, -heightBy2 + yOffset, 0.0f, 0.0f, v);
79 grid.set(0, 1, -widthBy2 + xOffset, heightBy2 + yOffset, 0.0f, u, 0.0f);
80 grid.set(1, 1, widthBy2 + xOffset, heightBy2 + yOffset, 0.0f, 0.0f, 0.0f);
83 grid.set(0, 0, -widthBy2 + xOffset, -heightBy2 + yOffset, 0.0f, u, v, true, i);
84 grid.set(1, 0, widthBy2 + xOffset, -heightBy2 + yOffset, 0.0f, 0.0f, v, true, i);
85 grid.set(0, 1, -widthBy2 + xOffset, heightBy2 + yOffset, 0.0f, u, 0.0f, true, i);
86 grid.set(1, 1, widthBy2 + xOffset, heightBy2 + yOffset, 0.0f, 0.0f, 0.0f, true, i);
167 float yOffset = 0.0f
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/os/
Sensors.java 117 final float yoffset = mYOffset; local
122 cavas.drawLine(0, yoffset, maxx, yoffset, paint);
123 cavas.drawLine(0, yoffset+oneG, maxx, yoffset+oneG, paint);
124 cavas.drawLine(0, yoffset-oneG, maxx, yoffset-oneG, paint);
  /packages/wallpapers/Basic/src/com/android/wallpaper/
RenderScriptWallpaper.java 94 public void onOffsetsChanged(float xOffset, float yOffset,
96 mRenderer.setOffset(xOffset, yOffset, xPixels, yPixels);

Completed in 1343 milliseconds

1 2 3 4 5 6 7 8 9