HomeSort by relevance Sort by last modified time
    Searched refs:y1 (Results 726 - 750 of 1250) sorted by null

<<21222324252627282930>>

  /external/aac/libFDK/src/
qmf.cpp 496 FIXP_QMF x0, x1, y0, y1; local
501 y1 = timeIn[L2 - 2 - i] >> 1;
504 rSubband[i+1] = x1 - y1;
506 iSubband[i+1] = x1 + y1;
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
EmbeddedRungeKuttaIntegrator.java 371 * @param y1 estimate of the step at the end of the step
376 double[] y0, double[] y1,
  /external/clang/test/SemaCXX/
enum-scoped.cpp 157 enum F y1 = a; // ok member in namespace:E1::E2::Redeclare5::N2764
  /external/deqp/modules/egl/
teglSwapBuffersWithDamageTests.cpp 197 const float y1 = windowToDeviceCoordinates(coloredRect.bottomLeft.y(), height); local
203 x1, y1,
208 x2, y1,
209 x1, y1,
  /external/libdrm/intel/
intel_bufmgr.h 196 int x1, int y1, int width, int height,
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/common/
Mat22.java 337 final float y1 = this.ey.x * B.ex.x + this.ey.y * B.ex.y; local
342 out.ex.y = y1;
508 final float y1 = A.ey.x * B.ex.x + A.ey.y * B.ex.y; local
513 out.ex.y = y1;
  /external/mesa3d/src/gallium/drivers/r300/
r300_render.c     [all...]
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_exa.c 378 ExaSolid(PixmapPtr pPixmap, int x0, int y0, int x1, int y1)
385 exa_debug_printf("\tExaSolid(%d, %d, %d, %d)\n", x0, y0, x1, y1);
388 x1 == pPixmap->drawable.width && y1 == pPixmap->drawable.height) {
398 xorg_solid(exa, priv, x0, y0, x1, y1) ;
  /external/opencv3/modules/cudaimgproc/src/
generalized_hough.cpp 379 int y1 = yCell - 1;
385 y1 = std::max(0, y1);
389 for (int yy = y1; yy <= y2; ++yy)
  /external/opencv3/modules/imgproc/src/
generalized_hough.cpp 256 int y1 = yCell - 1; local
262 y1 = std::max(0, y1);
266 for (int yy = y1; yy <= y2; ++yy)
undistort.cpp 442 double y1 = std::max(std::min(y*k*iR, 1.), -1.); local
447 double fy1 = iR/std::sqrt(1 - y1*y1);
450 return Point2f((float)asin(x1), (float)asin(y1));
  /external/pdfium/core/include/fxcrt/
fx_coordinates.h 340 pg.x1 = width, pg.y1 = 0;
706 void Transform(FX_FLOAT x, FX_FLOAT y, FX_FLOAT& x1, FX_FLOAT& y1) const {
707 x1 = x, y1 = y;
708 TransformPoint(x1, y1);
  /external/pdfium/core/src/fxge/apple/
apple_int.h 117 FX_FLOAT y1,
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_EditCtrl.h 29 virtual void OnCaretMove(int32_t x1, int32_t y1, int32_t x2, int32_t y2) {}
  /external/v8/test/mjsunit/
debug-evaluate-locals-optimized-double.js 51 args: { names: ["i", "x1", "y1"], values: [1, 5.05, 6.06] } },
193 function g3(i, x1, y1) {
debug-evaluate-locals-optimized.js 43 args: { names: ["i", "x1", "y1"], values: [1, 5, 6] } },
182 function g3(i, x1, y1) {
  /frameworks/av/services/camera/libcameraservice/api2/
CameraDeviceClient.h 193 static int64_t euclidDistSquare(int32_t x0, int32_t y0, int32_t x1, int32_t y1);
  /frameworks/rs/
rsFont.h 246 void appendMeshQuad(float x1, float y1, float z1,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/
vp8_fast_quantize_b_armv6.asm 61 pkhtb r0, r9, r0, asr #16 ; [y1 | y0]
67 eor r0, r0, lr ; [(y1 ^ sz1) | (y0 ^ sz0)]
  /hardware/intel/img/psb_video/src/
psb_overlay.h 187 uint32_t y1; member in struct:__anon31855
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_q6vdec.h 164 u32 y1; member in struct:vdec_cropping_window
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_q6vdec.h 139 u32 y1; member in struct:vdec_cropping_window
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_q6vdec.h 164 u32 y1; member in struct:vdec_cropping_window
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_q6vdec.h 139 u32 y1; member in struct:vdec_cropping_window
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
Xfixes.h 258 XFixesCreatePointerBarrier(Display *dpy, Window w, int x1, int y1,

Completed in 491 milliseconds

<<21222324252627282930>>