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

1 2

  /external/jmonkeyengine/engine/src/test/jme3test/batching/
TestBatchNodeCluster.java 194 int ypos = yPosition.get(yPosition.size() - 1); local
218 if (y == 0 && ypos < yLimitf && getym(lineLength) > ypos - 2) {
219 y = ypos + 2;
220 } else if (y == 1 && ypos > yLimits && getym(lineLength) < ypos + 2) {
221 y = ypos - 2;
222 } else if (y == 2 && getym(lineLength) > ypos - 2 && getym(lineLength) < ypos + 2) {
223 y = ypos;
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
get_pred_outside.cpp 25 ypos = y half-pixel of (x,y) coordinates within a VOP; motion
79 right boundaries; ypos is compared to the top and bottom boundaries. The number
243 int ypos, /* i */
264 /* saturate xpos and ypos */
267 if (ypos < -16) ypos = -16;
268 if (ypos > ((height - 1) << 1)) ypos = (height - 1) << 1;
272 if (ypos < 0) /* pad top left of frame */
295 ptr = pred + (((ypos >> 1) + 8) << 4) + (xpos >> 1) + 8
    [all...]
conceal.cpp 143 int xpos, ypos, MB_in_width; local
147 ypos = PV_GET_ROW(mbnum, MB_in_width);
148 xpos = mbnum - ypos * MB_in_width;
149 lumstart = (ypos << 4) * (int32)width_Y + (xpos << 4);
150 chrstart = (ypos << 3) * (int32)width_C + (xpos << 3);
mb_motion_comp.cpp 136 int ypos, xpos; local
178 ypos = video->mbnum_row << 4 ;
184 /* ypos*width -> row, +x -> column */
185 offset = (int32)ypos * width + xpos;
191 /* imv = (xpos/8) + ((ypos/8) * mvwidth) */
250 /* luminance_pred_mode_inter4v(xpos, ypos, px, py, c_prev,
257 ypred = (int)((ypos << 1) + py[0]);
293 ypred = (int)((ypos << 1) + py[1]);
329 ypred = (int)(((ypos + B_SIZE) << 1) + py[2]);
366 ypred = (int)(((ypos + B_SIZE) << 1) + py[3])
554 int ypos, xpos; local
    [all...]
mp4dec_lib.h 158 int ypos, /* i */
208 int ypos,
249 int ypos,
  /external/grub/docs/
kernel.c 39 static int ypos; variable
155 /* Clear the screen and initialize VIDEO, XPOS and YPOS. */
167 ypos = 0;
224 ypos++;
225 if (ypos >= LINES)
226 ypos = 0;
230 *(video + (xpos + ypos * COLUMNS) * 2) = c & 0xFF;
231 *(video + (xpos + ypos * COLUMNS) * 2 + 1) = ATTRIBUTE;
kernel.c.texi 39 static int ypos;
155 /* @r{Clear the screen and initialize VIDEO, XPOS and YPOS.} */
167 ypos = 0;
224 ypos++;
225 if (ypos >= LINES)
226 ypos = 0;
230 *(video + (xpos + ypos * COLUMNS) * 2) = c & 0xFF;
231 *(video + (xpos + ypos * COLUMNS) * 2 + 1) = ATTRIBUTE;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
findhalfpel.cpp 66 Int xpos, Int ypos, Int *xhmin, Int *yhmin, Int hp_guess)
94 jmin = ypos + (mot[0].y >> 1);
96 jlow = ypos - range;
185 UChar *mode, Int xpos, Int ypos, Int *xhmin, Int *yhmin, UChar *hp_mem)
216 jmin = ypos + ((comp & 2) << 2) + (mot[comp+1].y >> 1);
218 jlow = ypos + ((comp & 2) << 2) - range;
motion_comp.cpp 37 Int EncGetPredOutside(Int xpos, Int ypos, UChar *c_prev, UChar *rec,
104 Int ypos, xpos; local
123 ypos = ind_y << 4 ;
139 ypred = (ypos << 1) + dy ;
152 ypred = ypos + dy;
167 EncPrediction_INTER4V(xpos, ypos, mot, c_prev, c_rec,
178 ypred = ypos + dy;
241 Int ypos, /* i */
252 ypred = (Int)((ypos << 1) + mot[1].y);
260 ypred = (Int)((ypos << 1) + mot[2].y)
    [all...]
  /frameworks/base/core/java/android/gesture/
GestureUtils.java 138 float ypos; local
167 ypos = slope * (xpos - segmentStartX) + segmentStartY;
168 plot(xpos, ypos, sample, bitmapSize);
176 ypos = slope * (xpos - segmentStartX) + segmentStartY;
177 plot(xpos, ypos, sample, bitmapSize);
183 ypos = (float) Math.ceil(segmentStartY);
186 while (ypos < segmentEndY) {
187 xpos = invertSlope * (ypos - segmentStartY) + segmentStartX;
188 plot(xpos, ypos, sample, bitmapSize);
189 ypos++
    [all...]
  /frameworks/base/include/androidfw/
VelocityTracker.h 216 float ypos, yvel, yaccel; 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/harfbuzz/contrib/
harfbuzz-freetype.c 68 hb_uint32 point, HB_Fixed *xpos, HB_Fixed *ypos,
89 *ypos = face->glyph->outline.points[point].y;
  /external/jpeg/
jccoefct.c 150 JDIMENSION ypos, xpos; local
173 ypos = yoffset * DCTSIZE; /* ypos == (yoffset+yindex) * DCTSIZE */
180 ypos, xpos, (JDIMENSION) blockcnt);
198 ypos += DCTSIZE;
  /external/qemu/distrib/jpeg-6b/
jccoefct.c 150 JDIMENSION ypos, xpos; local
173 ypos = yoffset * DCTSIZE; /* ypos == (yoffset+yindex) * DCTSIZE */
180 ypos, xpos, (JDIMENSION) blockcnt);
198 ypos += DCTSIZE;
  /frameworks/base/libs/androidfw/
VelocityTracker.cpp 742 nsecs_t eventTime, float xpos, float ypos) const {
749 state.ypos = ypos;
755 nsecs_t eventTime, float xpos, float ypos) const {
767 float yvel = (ypos - state.ypos) / dt;
793 state.ypos = ypos;
804 outEstimator->yCoeff[0] = state.ypos;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/dvb/
video.h 173 uint32_t ypos; /* 23-22 auto action mode */ member in struct:video_highlight
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/
video.h 173 uint32_t ypos; /* 23-22 auto action mode */ member in struct:video_highlight
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/
video.h 173 uint32_t ypos; /* 23-22 auto action mode */ member in struct:video_highlight
  /external/webkit/Source/WebCore/page/
DragController.cpp 656 int ypos = draggingRect.maxY();
659 ypos = draggingRect.y() > ypos ? draggingRect.y() : ypos;
661 ypos = draggingRect.y() < ypos ? draggingRect.y() : ypos;
663 return IntPoint(xpos, ypos);
    [all...]
  /external/harfbuzz/src/
harfbuzz-shaper.h 246 HB_Error (*getPointInOutline)(HB_Font font, HB_Glyph glyph, int flags /*HB_ShaperFlag*/, hb_uint32 point, HB_Fixed *xpos, HB_Fixed *ypos, hb_uint32 *nPoints);
  /external/linux-tools-perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
SchedGui.py 150 (xpos, ypos) = self.scroll.GetViewStart()
152 self.scroll.SetScrollbars(self.scroll_scale, self.scroll_scale, self.width_virtual / self.scroll_scale, self.height_virtual / self.scroll_scale, xpos, ypos)
  /frameworks/native/services/surfaceflinger/
Transform.cpp 243 int ypos = floorf(ty() + 0.5f); local
244 out = reg.translate(xpos, ypos);
  /frameworks/base/graphics/java/android/renderscript/
Allocation.java     [all...]
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.cpp 1190 double xpos, ypos; local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.cpp 1170 double xpos, ypos; local
    [all...]

Completed in 1810 milliseconds

1 2