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

1 2

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
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...]
  /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;
  /external/wpa_supplicant_8/src/crypto/
aes-gcm.c 148 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/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/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;
  /frameworks/native/services/surfaceflinger/
Transform.cpp 242 int ypos = floorf(ty() + 0.5f); local
243 out = reg.translate(xpos, ypos);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
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...]
  /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/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...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_matching.cpp 2699 int i,xi,yi,xpos,ypos,nr; local
2734 int i,xi,yi,xpos,ypos,nr; local
2787 int i,xi,yi,xpos,ypos,nr,wxi,wyi; local
2831 int i,xi,yi,xpos,ypos,nr,wxi,wyi; local
2878 int i,xi,yi,xpos,ypos,nr,wxi,wyi; local
    [all...]
  /packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/
db_feature_matching.cpp 2699 int i,xi,yi,xpos,ypos,nr; local
2734 int i,xi,yi,xpos,ypos,nr; local
2787 int i,xi,yi,xpos,ypos,nr,wxi,wyi; local
2831 int i,xi,yi,xpos,ypos,nr,wxi,wyi; local
2878 int i,xi,yi,xpos,ypos,nr,wxi,wyi; local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_matching.cpp 2699 int i,xi,yi,xpos,ypos,nr; local
2734 int i,xi,yi,xpos,ypos,nr; local
2787 int i,xi,yi,xpos,ypos,nr,wxi,wyi; local
2831 int i,xi,yi,xpos,ypos,nr,wxi,wyi; local
2878 int i,xi,yi,xpos,ypos,nr,wxi,wyi; local
    [all...]
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.cpp 1190 double xpos, ypos; local
    [all...]
  /packages/apps/Gallery2/jni_mosaic/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...]
  /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
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarView.java 1270 int ypos = 0; local
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActionBarView.java 1118 int ypos = 0; local
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 1774 milliseconds

1 2