HomeSort by relevance Sort by last modified time
    Searched defs:idy (Results 1 - 7 of 7) sorted by null

  /external/skia/tests/
PathCoverageTest.cpp 30 int idy = SkAbs32(SkScalarRound(dy)); local
31 if (idx > idy) {
32 idx += idy >> 1;
34 idx = idy + (idx >> 1);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_InterpolateLuma_s.s 86 idy RN 7 label
117 idy RN 7 label
134 M_LDR idy, ptridy
141 ADD index, idx, idy, LSL #2 ;// [index] = [idy][idx]
251 M_ADR idy, pTempBuf
298 M_ADR idy, pTempBuf
324 M_ADR idy, pTempBuf
370 M_ADR idy, pTempBuf
  /hardware/ti/omap4xxx/camera/
NV12_resize.c 52 mmUint16 idx,idy, idxC; local
93 idy = i_img_ptr->uHeight;
96 if (idx < 1 || idy < 1 || i_img_ptr->uStride < 1)
98 ALOGE("idx or idy less then 1 idx = %d idy = %d stride = %d", idx, idy, i_img_ptr->uStride);
104 resizeFactorY = ((idy-1)<<9) / cody;
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextSkia.cpp 367 const int idy = SkAbs32(point2.y() - point1.y()); local
370 if (setupPaintStroke(&paint, 0, !idy) && (!idx || !idy)) {
379 if (!idy) { // Horizontal
386 bounds.set(x - radius, y, x + radius, y + SkIntToScalar(idy));
390 count = idy;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_InterpolateLuma_s.s 76 idy RN 7 label
178 M_LDR idy, ptridy
182 ADD index, idx, idy, LSL #2 ;// [index] = [idy][idx]
  /frameworks/support/v4/java/android/support/v4/widget/
ViewDragHelper.java 1115 final int idy = (int) (y - mLastMotionY[mActivePointerId]); local
1117 dragTo(mCapturedView.getLeft() + idx, mCapturedView.getTop() + idy, idx, idy); local
    [all...]
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 

Completed in 1706 milliseconds