HomeSort by relevance Sort by last modified time
    Searched full:yoffset (Results 26 - 50 of 1024) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/libvpx/libvpx/vp8/common/x86/
variance_sse2.c 74 int yoffset,
253 int yoffset,
264 vp8_bilinear_filters_x86_4[xoffset], vp8_bilinear_filters_x86_4[yoffset],
277 int yoffset,
286 if (xoffset == 4 && yoffset == 0)
293 else if (xoffset == 0 && yoffset == 4)
300 else if (xoffset == 4 && yoffset == 4)
312 xoffset, yoffset,
325 int yoffset,
338 if (xoffset == 4 && yoffset == 0
    [all...]
variance_mmx.c 207 int yoffset,
218 vp8_bilinear_filters_x86_4[xoffset], vp8_bilinear_filters_x86_4[yoffset],
231 int yoffset,
243 vp8_bilinear_filters_x86_4[xoffset], vp8_bilinear_filters_x86_4[yoffset],
255 int yoffset,
269 vp8_bilinear_filters_x86_4[xoffset], vp8_bilinear_filters_x86_4[yoffset],
277 vp8_bilinear_filters_x86_4[xoffset], vp8_bilinear_filters_x86_4[yoffset],
294 int yoffset,
300 vp8_sub_pixel_variance16x16_mmx(src_ptr, src_pixels_per_line, xoffset, yoffset, dst_ptr, dst_pixels_per_line, sse);
309 int yoffset,
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
variance_sse2.c 74 int yoffset,
253 int yoffset,
264 vp8_bilinear_filters_x86_4[xoffset], vp8_bilinear_filters_x86_4[yoffset],
277 int yoffset,
286 if (xoffset == 4 && yoffset == 0)
293 else if (xoffset == 0 && yoffset == 4)
300 else if (xoffset == 4 && yoffset == 4)
312 xoffset, yoffset,
325 int yoffset,
338 if (xoffset == 4 && yoffset == 0
    [all...]
variance_mmx.c 207 int yoffset,
218 vp8_bilinear_filters_x86_4[xoffset], vp8_bilinear_filters_x86_4[yoffset],
231 int yoffset,
243 vp8_bilinear_filters_x86_4[xoffset], vp8_bilinear_filters_x86_4[yoffset],
255 int yoffset,
269 vp8_bilinear_filters_x86_4[xoffset], vp8_bilinear_filters_x86_4[yoffset],
277 vp8_bilinear_filters_x86_4[xoffset], vp8_bilinear_filters_x86_4[yoffset],
294 int yoffset,
300 vp8_sub_pixel_variance16x16_mmx(src_ptr, src_pixels_per_line, xoffset, yoffset, dst_ptr, dst_pixels_per_line, sse);
309 int yoffset,
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_variance.c 182 int yoffset,
191 vfilter = BILINEAR_FILTERS_2TAP(yoffset);
203 int yoffset,
214 vfilter = BILINEAR_FILTERS_2TAP(yoffset);
239 int yoffset,
248 vfilter = BILINEAR_FILTERS_2TAP(yoffset);
260 int yoffset,
271 vfilter = BILINEAR_FILTERS_2TAP(yoffset);
296 int yoffset,
305 vfilter = BILINEAR_FILTERS_2TAP(yoffset);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_variance.c 182 int yoffset,
191 vfilter = BILINEAR_FILTERS_2TAP(yoffset);
203 int yoffset,
214 vfilter = BILINEAR_FILTERS_2TAP(yoffset);
239 int yoffset,
248 vfilter = BILINEAR_FILTERS_2TAP(yoffset);
260 int yoffset,
271 vfilter = BILINEAR_FILTERS_2TAP(yoffset);
296 int yoffset,
305 vfilter = BILINEAR_FILTERS_2TAP(yoffset);
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
bc.htm 237 function drawPoint(px, py, xoffset, yoffset, unit) {
240 var _py = py * unit + yoffset;
273 var yoffset = yStart * -unit + _at_y;
284 ctx.fillText(num.toFixed(decimal_places), 0, yoffset + num * unit + 0);
292 ctx.moveTo(xoffset + curve[0] * unit, yoffset + curve[1] * unit);
296 xoffset + curve[2] * unit, yoffset + curve[3] * unit,
297 xoffset + curve[4] * unit, yoffset + curve[5] * unit);
301 xoffset + curve[2] * unit, yoffset + curve[3] * unit,
302 xoffset + curve[4] * unit, yoffset + curve[5] * unit,
303 xoffset + curve[6] * unit, yoffset + curve[7] * unit)
    [all...]
  /external/skia/experimental/Intersection/
bc.htm 237 function drawPoint(px, py, xoffset, yoffset, unit) {
240 var _py = py * unit + yoffset;
273 var yoffset = yStart * -unit + _at_y;
284 ctx.fillText(num.toFixed(decimal_places), 0, yoffset + num * unit + 0);
292 ctx.moveTo(xoffset + curve[0] * unit, yoffset + curve[1] * unit);
296 xoffset + curve[2] * unit, yoffset + curve[3] * unit,
297 xoffset + curve[4] * unit, yoffset + curve[5] * unit);
301 xoffset + curve[2] * unit, yoffset + curve[3] * unit,
302 xoffset + curve[4] * unit, yoffset + curve[5] * unit,
303 xoffset + curve[6] * unit, yoffset + curve[7] * unit)
    [all...]
  /external/chromium_org/ppapi/thunk/
ppb_gles_chromium_texture_mapping_thunk.cc 21 GLint yoffset,
30 target, level, xoffset, yoffset, width, height, format, type, access);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
PointsActivity.java 93 private void drawPoints(Canvas canvas, Paint p, float xOffset, float yOffset) {
102 float yOffset = 0;
108 canvas.drawPoint(100 + xOffset, 100 + yOffset, p);
112 canvas.drawPoint(100 + xOffset, 100 + yOffset, p);
116 canvas.drawPoint(100 + xOffset, 100 + yOffset, p);
120 canvas.drawPoint(100 + xOffset, 100 + yOffset, p);
123 yOffset += 30;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
variance_mmx.c 207 int yoffset,
218 vp8_bilinear_filters_x86_4[xoffset], vp8_bilinear_filters_x86_4[yoffset],
231 int yoffset,
243 vp8_bilinear_filters_x86_4[xoffset], vp8_bilinear_filters_x86_4[yoffset],
255 int yoffset,
269 vp8_bilinear_filters_x86_4[xoffset], vp8_bilinear_filters_x86_4[yoffset],
277 vp8_bilinear_filters_x86_4[xoffset], vp8_bilinear_filters_x86_4[yoffset],
294 int yoffset,
300 vp8_sub_pixel_variance16x16_mmx(src_ptr, src_pixels_per_line, xoffset, yoffset, dst_ptr, dst_pixels_per_line, sse);
309 int yoffset,
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/linux/x64/
vp9_rtcd.h     [all...]
  /external/chromium_org/third_party/libvpx/source/config/mac/x64/
vp9_rtcd.h     [all...]
  /external/chromium_org/third_party/libvpx/source/config/win/x64/
vp9_rtcd.h     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
filter.c 155 int yoffset,
164 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */
173 int yoffset,
183 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */
199 int yoffset,
209 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */
225 int yoffset,
236 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */
402 int yoffset,
411 VFilter = vp8_bilinear_filters[yoffset];
    [all...]
  /external/libvpx/libvpx/vp8/common/
filter.c 155 int yoffset,
164 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */
173 int yoffset,
183 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */
199 int yoffset,
209 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */
225 int yoffset,
236 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */
402 int yoffset,
411 VFilter = vp8_bilinear_filters[yoffset];
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
filter.c 155 int yoffset,
164 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */
173 int yoffset,
183 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */
199 int yoffset,
209 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */
225 int yoffset,
236 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */
402 int yoffset,
411 VFilter = vp8_bilinear_filters[yoffset];
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/profiles/
avatar_menu_bubble_controller.mm 31 - (NSButton*)configureNewUserButton:(CGFloat)yOffset
33 - (NSButton*)configureSwitchUserButton:(CGFloat)yOffset
37 setYOffset:(CGFloat)yOffset;
38 - (void)setWindowFrame:(CGFloat)yOffset widthAdjust:(CGFloat)width;
143 setYOffset:(CGFloat)yOffset {
189 [[itemView view] setFrameOrigin:NSMakePoint(0, yOffset)];
196 - (void)setWindowFrame:(CGFloat)yOffset widthAdjust:(CGFloat)width {
204 frame.origin.y += frame.size.height - yOffset;
206 frame.size.height = yOffset;
214 // |yOffset| is the next position at which to draw in contentView coordinates
    [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;
  /external/chromium_org/third_party/skia/dm/
DMQuiltTask.cpp 41 yOffset = SkIntToScalar(y * tile.height());
43 matrix.postTranslate(-xOffset, -yOffset);
48 fullCanvas.drawBitmap(tile, xOffset, yOffset, NULL);
  /external/chromium_org/third_party/skia/gm/
arcofzorro.cpp 44 int xOffset = 0, yOffset = 0;
53 canvas->translate(SkIntToScalar(xOffset), SkIntToScalar(yOffset));
66 yOffset += 10;
  /external/skia/dm/
DMQuiltTask.cpp 41 yOffset = SkIntToScalar(y * tile.height());
43 matrix.postTranslate(-xOffset, -yOffset);
48 fullCanvas.drawBitmap(tile, xOffset, yOffset, NULL);
  /external/skia/gm/
arcofzorro.cpp 44 int xOffset = 0, yOffset = 0;
53 canvas->translate(SkIntToScalar(xOffset), SkIntToScalar(yOffset));
66 yOffset += 10;
  /external/chromium_org/v8/test/mjsunit/regress/
regress-201590.js 38 Foo.prototype.bar = function (x, y, xOffset, yOffset) {
42 yOffset = yOffset * 0.5 || 0;
45 var yPos = ((yOffset) * gdpRatio) + this.ORIGIN.y * this.scale +
  /external/chromium_org/third_party/angle/src/libGLESv2/
validationES2.h 18 GLint xoffset, GLint yoffset, GLsizei width, GLsizei height,
22 GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height,

Completed in 944 milliseconds

12 3 4 5 6 7 8 91011>>