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

1 2 3

  /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/libhevc/decoder/
ihevcd_decode.c 481 WORD32 ypos = ps_codec->i4_disp_ht - 32 - LOGO_HT; local
483 if(ypos < 0)
484 ypos = 0;
493 ypos,
822 WORD32 ypos = ps_codec->i4_disp_ht - 32 - LOGO_HT; local
824 if(ypos < 0)
825 ypos = 0;
834 ypos,
  /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
466 ypos = ctx->DrawBuffer->_Ymin
    [all...]
  /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];
  /frameworks/av/cmds/screenrecord/
Overlay.cpp 359 float ypos = 0; local
360 ypos = textRenderer.drawWrappedString(texProgram, xpos, ypos,
372 ypos = textRenderer.drawWrappedString(texProgram, xpos, ypos, header);
373 ypos += 8 * textRenderer.getScale(); // slight padding
384 ypos = textRenderer.drawWrappedString(texProgram, xpos, ypos, str);
386 ypos += 8 * textRenderer.getScale(); // slight padding
395 ypos = textRenderer.drawWrappedString(texProgram, xpos, ypos, glStr)
    [all...]
  /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/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jccoefct.c 151 JDIMENSION ypos, xpos; local
174 ypos = yoffset * DCTSIZE; /* ypos == (yoffset+yindex) * DCTSIZE */
181 ypos, xpos, (JDIMENSION) blockcnt);
199 ypos += DCTSIZE;
  /frameworks/native/include/input/
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 239 int ypos = floorf(ty() + 0.5f); local
240 out = reg.translate(xpos, ypos);
  /hardware/intel/common/libva/test/
loadsurface.h 161 int jj, xpos, ypos; local
163 ypos = (row / box_width) & 0x1;
174 if (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...]
  /development/perftests/panorama/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...]
  /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...]
  /external/libdrm/include/drm/
vmwgfx_drm.h 547 * @ypos: Y position of cursor.
558 int32_t ypos; member in struct:drm_vmw_cursor_bypass_arg
  /external/mesa3d/src/mesa/state_tracker/
st_cb_bitmap.c 90 GLint xpos, ypos; member in struct:bitmap_cache
649 cache->xpos, cache->ypos);
669 cache->ypos,
706 py = y - cache->ypos;
724 cache->ypos = y - py;
  /external/skia/tests/
ImageFilterTest.cpp 496 SkScalar ypos = SkIntToScalar(height); local
499 untiledCanvas.drawText(text, strlen(text), 0, ypos, paint);
506 tiledCanvas.drawText(text, strlen(text), 0, ypos, paint);
    [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/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
vmwgfx_drm.h 545 * @ypos: Y position of cursor.
556 int32_t ypos; member in struct:drm_vmw_cursor_bypass_arg
  /bionic/libc/kernel/uapi/linux/dvb/
video.h 141 __u32 ypos; member in struct:video_highlight
  /development/ndk/platforms/android-21/include/linux/dvb/
video.h 142 __u32 ypos; member in struct:video_highlight
  /development/perftests/panorama/feature_mos/src/mosaic/
Blend.cpp 1172 double xpos, ypos; local
    [all...]
  /external/kernel-headers/original/uapi/linux/dvb/
video.h 173 __u32 ypos; /* 23-22 auto action mode */ member in struct:video_highlight

Completed in 1363 milliseconds

1 2 3