/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | get_pred_outside.cpp | 242 int xpos, /* i */ in GetPredOutside() argument 265 if (xpos < -16) xpos = -16; in GetPredOutside() 266 if (xpos > ((width - 1) << 1)) xpos = (width - 1) << 1; in GetPredOutside() 270 if (xpos < 0) in GetPredOutside() 295 ptr = pred + (((ypos >> 1) + 8) << 4) + (xpos >> 1) + 8; in GetPredOutside() 297 GetPredAdvBTable[ypos&1][xpos&1](ptr, pred_block, 16, (pred_width << 1) | rnd1); in GetPredOutside() 322 ptr = pred + 8 + (xpos >> 1); in GetPredOutside() 324 GetPredAdvBTable[ypos&1][xpos&1](ptr, pred_block, 16, (pred_width << 1) | rnd1); in GetPredOutside() 350 ptr = pred + 8 + (((ypos >> 1) - (height - 8)) << 4) + (xpos >> 1); in GetPredOutside() 352 GetPredAdvBTable[ypos&1][xpos&1](ptr, pred_block, 16, (pred_width << 1) | rnd1); in GetPredOutside() [all …]
|
D | mb_motion_comp.cpp | 136 int ypos, xpos; in MBMotionComp() local 180 xpos = video->mbnum_col << 4 ; in MBMotionComp() 185 offset = (int32)ypos * width + xpos; in MBMotionComp() 192 imv = (offset >> 6) - (xpos >> 6) + (xpos >> 3); in MBMotionComp() 256 xpred = (int)((xpos << 1) + px[0]); in MBMotionComp() 292 xpred = (int)(((xpos + B_SIZE) << 1) + px[1]); in MBMotionComp() 328 xpred = (int)((xpos << 1) + px[2]); in MBMotionComp() 365 xpred = (int)(((xpos + B_SIZE) << 1) + px[3]); in MBMotionComp() 413 ((imv + (xpos >> 3)) >> 2); in MBMotionComp() 429 ((imv + (xpos >> 3)) >> 2); in MBMotionComp() [all …]
|
D | conceal.cpp | 143 int xpos, ypos, MB_in_width; in CopyVopMB() local 148 xpos = mbnum - ypos * MB_in_width; in CopyVopMB() 149 lumstart = (ypos << 4) * (int32)width_Y + (xpos << 4); in CopyVopMB() 150 chrstart = (ypos << 3) * (int32)width_C + (xpos << 3); in CopyVopMB()
|
D | mp4dec_lib.h | 157 int xpos, /* i */ 207 int xpos, 248 int xpos,
|
/frameworks/base/core/java/android/gesture/ |
D | GestureUtils.java | 137 float xpos; in spatialSampling() local 163 xpos = (float) Math.ceil(segmentStartX); in spatialSampling() 166 while (xpos < segmentEndX) { in spatialSampling() 167 ypos = slope * (xpos - segmentStartX) + segmentStartY; in spatialSampling() 168 plot(xpos, ypos, sample, bitmapSize); in spatialSampling() 169 xpos++; in spatialSampling() 172 xpos = (float) Math.ceil(segmentEndX); in spatialSampling() 175 while (xpos < segmentStartX) { in spatialSampling() 176 ypos = slope * (xpos - segmentStartX) + segmentStartY; in spatialSampling() 177 plot(xpos, ypos, sample, bitmapSize); in spatialSampling() [all …]
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | motion_comp.cpp | 37 Int EncGetPredOutside(Int xpos, Int ypos, UChar *c_prev, UChar *rec, 104 Int ypos, xpos; in getMotionCompensatedMB() local 124 xpos = ind_x << 4 ; in getMotionCompensatedMB() 138 xpred = (xpos << 1) + dx ; in getMotionCompensatedMB() 151 xpred = xpos + dx; in getMotionCompensatedMB() 167 EncPrediction_INTER4V(xpos, ypos, mot, c_prev, c_rec, in getMotionCompensatedMB() 179 xpred = xpos + dx; in getMotionCompensatedMB() 240 Int xpos, /* i */ in EncPrediction_INTER4V() argument 251 xpred = (Int)((xpos << 1) + mot[1].x); in EncPrediction_INTER4V() 259 xpred = (Int)(((xpos + B_SIZE) << 1) + mot[2].x); in EncPrediction_INTER4V() [all …]
|
D | findhalfpel.cpp | 66 Int xpos, Int ypos, Int *xhmin, Int *yhmin, Int hp_guess) in FindHalfPelMB() argument 93 imin = xpos + (mot[0].x >> 1); in FindHalfPelMB() 95 ilow = xpos - range; in FindHalfPelMB() 185 UChar *mode, Int xpos, Int ypos, Int *xhmin, Int *yhmin, UChar *hp_mem) in FindHalfPelBlk() argument 215 imin = xpos + ((comp & 1) << 3) + (mot[comp+1].x >> 1); in FindHalfPelBlk() 217 ilow = xpos + ((comp & 1) << 3) - range; in FindHalfPelBlk()
|
D | mp4enc_lib.h | 138 Int xpos, Int ypos, Int *xhmin, Int *yhmin, Int hp_guess); 140 UChar *mode, Int xpos, Int ypos, Int *xhmin, Int *yhmin, UChar *hp_mem);
|
/frameworks/base/graphics/java/android/renderscript/ |
D | Allocation.java | 1103 Bitmap xpos, in createCubemapFromCubeFaces() argument 1111 int height = xpos.getHeight(); in createCubemapFromCubeFaces() 1112 if (xpos.getWidth() != height || in createCubemapFromCubeFaces() 1125 Element e = elementFromBitmap(rs, xpos); in createCubemapFromCubeFaces() 1136 adapter.copyFrom(xpos); in createCubemapFromCubeFaces() 1169 Bitmap xpos, in createCubemapFromCubeFaces() argument 1175 return createCubemapFromCubeFaces(rs, xpos, xneg, ypos, yneg, in createCubemapFromCubeFaces()
|
/frameworks/base/services/surfaceflinger/ |
D | Transform.cpp | 242 int xpos = floorf(tx() + 0.5f); in transform() local 244 out = reg.translate(xpos, ypos); in transform()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ActionBarView.java | 1062 int xpos = 0; in onLayout() local 1065 xpos = ((mRight - mLeft) - navWidth) / 2; in onLayout() 1068 xpos = x; in onLayout() 1071 xpos = menuLeft - navWidth; in onLayout() 1097 customView.layout(xpos, ypos, xpos + customWidth, in onLayout()
|
/frameworks/base/media/libstagefright/codecs/avc/enc/src/ |
D | findhalfpel.cpp | 55 int xpos, int ypos, int hp_guess, int cmvx, int cmvy) in AVCFindHalfPelMB() argument 74 OSCL_UNUSED_ARG(xpos); in AVCFindHalfPelMB()
|
D | avcenc_lib.h | 622 int xpos, int ypos, int hp_guess, int cmvx, int cmvy);
|
/frameworks/base/core/java/android/view/ |
D | WindowManager.java | 1153 public LayoutParams(int w, int h, int xpos, int ypos, int _type, in LayoutParams() argument 1156 x = xpos; in LayoutParams()
|