HomeSort by relevance Sort by last modified time
    Searched refs:xpos (Results 1 - 25 of 176) sorted by null

1 2 3 4 5 6 7 8

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
get_pred_outside.cpp 23 xpos = x half-pixel of (x,y) coordinates within a VOP; motion
78 is outside, i.e., left, right, top, bottom. xpos is compared to the left and
242 int xpos, /* i */
264 /* saturate xpos and ypos */
265 if (xpos < -16) xpos = -16;
266 if (xpos > ((width - 1) << 1)) xpos = (width - 1) << 1;
270 if (xpos < 0)
295 ptr = pred + (((ypos >> 1) + 8) << 4) + (xpos >> 1) + 8
    [all...]
mb_motion_comp.cpp 136 int ypos, xpos; local
180 xpos = video->mbnum_col << 4 ;
185 offset = (int32)ypos * width + xpos;
191 /* imv = (xpos/8) + ((ypos/8) * mvwidth) */
192 imv = (offset >> 6) - (xpos >> 6) + (xpos >> 3);
250 /* luminance_pred_mode_inter4v(xpos, ypos, px, py, c_prev,
256 xpred = (int)((xpos << 1) + px[0]);
292 xpred = (int)(((xpos + B_SIZE) << 1) + px[1]);
328 xpred = (int)((xpos << 1) + px[2])
554 int ypos, xpos; local
    [all...]
conceal.cpp 148 int xpos, ypos, MB_in_width; local
153 xpos = mbnum - ypos * MB_in_width;
154 lumstart = (ypos << 4) * (int32)width_Y + (xpos << 4);
155 chrstart = (ypos << 3) * (int32)width_C + (xpos << 3);
  /external/wpa_supplicant_8/src/crypto/
fips_prf_internal.c 22 u8 *xpos = x; local
53 os_memcpy(xpos, _t, 20);
58 carry += xkey[k] + xpos[k];
63 xpos += SHA1_MAC_LEN;
fips_prf_openssl.c 53 u8 *xpos = x; local
84 os_memcpy(xpos, _t, 20);
89 carry += xkey[k] + xpos[k];
94 xpos += 20;
aes-gcm.c 106 const u8 *xpos = x; local
113 xor_block(y, xpos);
114 xpos += 16;
123 if (x + xlen > xpos) {
125 size_t last = x + xlen - xpos;
126 os_memcpy(tmp, xpos, last);
147 const u8 *xpos = x; local
159 xor_block(ypos, xpos);
160 xpos += AES_BLOCK_SIZE;
165 last = x + xlen - xpos;
    [all...]
  /external/opencv3/samples/android/15-puzzle/src/org/opencv/samples/puzzle15/
Puzzle15Activity.java 125 int xpos, ypos; local
127 xpos = (view.getWidth() - mGameWidth) / 2;
128 xpos = (int)event.getX() - xpos;
133 if (xpos >=0 && xpos <= mGameWidth && ypos >=0 && ypos <= mGameHeight) {
135 mPuzzle15.deliverTouchEvent(xpos, ypos);
  /external/skia/tests/
SVGDeviceTest.cpp 54 SkAutoTMalloc<SkScalar> xpos(xposCount);
55 SkParse::FindScalars(x, xpos.get(), xposCount);
57 REPORTER_ASSERT(reporter, xpos[0] == offset.x());
60 REPORTER_ASSERT(reporter, xpos[i] == SkIntToScalar(expected[i]));
101 SkAutoTMalloc<SkScalar> xpos(len);
103 xpos[i] = SkIntToScalar(txt[i]);
109 svgCanvas->drawPosTextH(txt, len, xpos, offset.y(), paint);
  /external/mesa3d/src/mesa/main/
accum.c 190 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
465 xpos = ctx->DrawBuffer->_Xmin
    [all...]
  /frameworks/av/cmds/screenrecord/
TextRenderer.cpp 254 float xpos, float ypos, const String8& str) {
255 ALOGV("drawWrappedString %.3f,%.3f '%s'", xpos, ypos, str.string());
265 if (xpos < mBorderWidth) {
266 xpos = mBorderWidth;
272 const size_t maxWidth = (mScreenWidth - mBorderWidth) - xpos;
274 ALOGE("Unable to render text: xpos=%.3f border=%.3f width=%u",
275 xpos, mBorderWidth, mScreenWidth);
281 drawString(texRender, Program::kIdentity, xpos, ypos, str);
289 float xposAdj = (start == mangle) ? xpos : xpos + indentWidth
    [all...]
TextRenderer.h 78 float drawWrappedString(const Program& texRender, float xpos, float ypos,
Overlay.cpp 358 float xpos = 0; local
360 ypos = textRenderer.drawWrappedString(texProgram, xpos, ypos,
372 ypos = textRenderer.drawWrappedString(texProgram, xpos, ypos, header);
384 ypos = textRenderer.drawWrappedString(texProgram, xpos, ypos, str);
395 ypos = textRenderer.drawWrappedString(texProgram, xpos, ypos, glStr);
  /external/regex-re2/util/
stringpiece.cc 48 const size_type xpos = result - ptr_; local
49 return xpos + s.length_ <= length_ ? xpos : npos;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
findhalfpel.cpp 66 Int xpos, Int ypos, Int *xhmin, Int *yhmin, Int hp_guess)
93 imin = xpos + (mot[0].x >> 1);
95 ilow = xpos - range;
185 UChar *mode, Int xpos, Int ypos, Int *xhmin, Int *yhmin, UChar *hp_mem)
215 imin = xpos + ((comp & 1) << 3) + (mot[comp+1].x >> 1);
217 ilow = xpos + ((comp & 1) << 3) - range;
motion_comp.cpp 37 Int EncGetPredOutside(Int xpos, Int ypos, UChar *c_prev, UChar *rec,
104 Int ypos, xpos; local
124 xpos = ind_x << 4 ;
138 xpred = (xpos << 1) + dx ;
151 xpred = xpos + dx;
167 EncPrediction_INTER4V(xpos, ypos, mot, c_prev, c_rec,
179 xpred = xpos + dx;
240 Int xpos, /* i */
251 xpred = (Int)((xpos << 1) + mot[1].x);
259 xpred = (Int)(((xpos + B_SIZE) << 1) + mot[2].x)
    [all...]
  /frameworks/base/core/java/android/gesture/
GestureUtils.java 137 float xpos; local
163 xpos = (float) Math.ceil(segmentStartX);
166 while (xpos < segmentEndX) {
167 ypos = slope * (xpos - segmentStartX) + segmentStartY;
168 plot(xpos, ypos, sample, bitmapSize);
169 xpos++;
172 xpos = (float) Math.ceil(segmentEndX);
175 while (xpos < segmentStartX) {
176 ypos = slope * (xpos - segmentStartX) + segmentStartY;
177 plot(xpos, ypos, sample, bitmapSize);
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pfr/
pfrsbit.c 363 FT_Long xpos, ypos, advance; local
370 xpos = 0;
381 xpos = c >> 4;
387 xpos = PFR_NEXT_INT8( p );
393 xpos = PFR_NEXT_SHORT( p );
399 xpos = PFR_NEXT_LONG( p );
465 *axpos = xpos;
603 FT_Long xpos = 0, ypos = 0, advance = 0; local
630 &xpos, &ypos,
686 if ( xpos > FT_INT_MAX |
    [all...]
  /art/runtime/base/
stringpiece.cc 48 const size_type xpos = result - ptr_; local
49 return xpos + s.length_ <= length_ ? xpos : npos;
  /external/skia/samplecode/
SampleText.cpp 49 SkScalar xpos = x; local
52 pts[i].set(xpos, y), xpos += paint.getTextSize(); local
  /frameworks/native/include/input/
VelocityTracker.h 215 float xpos, xvel, xaccel; member in struct:android::IntegratingVelocityTrackerStrategy::State
223 void initState(State& state, nsecs_t eventTime, float xpos, float ypos) const;
224 void updateState(State& state, nsecs_t eventTime, float xpos, float ypos) const;
  /external/skia/src/core/
SkBitmapProcState_matrixProcs.cpp 342 int xpos = nofilter_trans_preamble(s, &xy, x, y);
354 if (xpos < 0) {
355 n = -xpos;
365 xpos = 0;
369 if (xpos < width) {
370 n = width - xpos;
374 fill_sequential(xptr, xpos, n);
390 int xpos = nofilter_trans_preamble(s, &xy, x, y);
399 int start = sk_int_mod(xpos, width);
430 int xpos = nofilter_trans_preamble(s, &xy, x, y)
    [all...]
SkTextToPathIter.h 30 SkScalar fXPos; // accumulated xpos, returned in next
48 bool next(const SkPath** path, SkScalar* xpos);
  /external/opencv3/modules/features2d/src/kaze/
nldiffusion_functions.cpp 379 float xpos = (c_curr[j] + c_curr[j+1])*(ld_curr[j+1] - ld_curr[j]); local
383 dst[j] = 0.5f*stepsize*(xpos - xneg + ypos - yneg);
409 float xneg, xpos, yneg, ypos; local
418 xpos = (ccur[j] + ccur[j+1]) * (ldcur[j+1] - ldcur[j]);
421 dst[j] = 0.5f*stepsize*(xpos - xneg + ypos);
431 xpos = (ccur[j] + ccur[j+1]) * (ldcur[j+1] - ldcur[j]);
434 dst[j] = 0.5f*stepsize*(xpos - xneg - yneg);
450 xpos = (ccur[0] + ccur[1]) * (ldcur[1] - ldcur[0]);
453 dst[0] = 0.5f*stepsize*(xpos + ypos - yneg);
  /external/libhevc/decoder/
ihevcd_decode.c 489 WORD32 xpos = ps_codec->i4_disp_wd - 32 - LOGO_WD; local
495 if(xpos < 0)
496 xpos = 0;
501 xpos,
865 WORD32 xpos = ps_codec->i4_disp_wd - 32 - LOGO_WD; local
871 if(xpos < 0)
872 xpos = 0;
877 xpos,
  /external/pdfium/core/src/fpdftext/
txtproc.h 77 CTextColumn* FindColumn(FX_FLOAT xpos);

Completed in 482 milliseconds

1 2 3 4 5 6 7 8