HomeSort by relevance Sort by last modified time
    Searched refs:y2 (Results 51 - 75 of 362) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/
warn-literal-conversion.cpp 10 int y2 = (((1.2222F))); // expected-warning {{implicit conversion from 'float' to 'int' changes value from 1.2222 to 1}} local
default-constructor-initializers.cpp 29 struct Y2 : Y1 {
30 Y2(int);
31 Y2();
34 struct Y3 : public Y2 {
39 Y2 y2; member in struct:Y4
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
spstproc.h 120 Word16 y2[], /* i : Filtered fixed codebook excitation */
g_code.cpp 103 y2[] = filtered innovation vector
144 Word16 y2[] // in : filtered innovation vector
160 scal_y2[i] = shr (y2[i], 1);
231 Word16 y2[], /* i : filtered innovation vector */
240 Word16 *p_y2 = y2;
282 p_y2 = y2;
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
convolve5x5.fs 34 uint32_t y2 = y;
50 float4 p2 = convert_float4(rsGetElementAt_uchar4(gIn, x0, y2)) * gCoeffs[10]
51 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y2)) * gCoeffs[11]
52 + convert_float4(rsGetElementAt_uchar4(gIn, x2, y2)) * gCoeffs[12]
53 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y2)) * gCoeffs[13]
54 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y2)) * gCoeffs[14];
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
convolve5x5.fs 34 uint32_t y2 = y;
50 float4 p2 = convert_float4(rsGetElementAt_uchar4(gIn, x0, y2)) * gCoeffs[10]
51 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y2)) * gCoeffs[11]
52 + convert_float4(rsGetElementAt_uchar4(gIn, x2, y2)) * gCoeffs[12]
53 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y2)) * gCoeffs[13]
54 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y2)) * gCoeffs[14];
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
convolve5x5.fs 34 uint32_t y2 = y;
50 float4 p2 = convert_float4(rsGetElementAt_uchar4(gIn, x0, y2)) * gCoeffs[10]
51 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y2)) * gCoeffs[11]
52 + convert_float4(rsGetElementAt_uchar4(gIn, x2, y2)) * gCoeffs[12]
53 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y2)) * gCoeffs[13]
54 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y2)) * gCoeffs[14];
  /external/skia/legacy/src/core/
SkEdge.cpp 171 SkFDot6 x0, y0, x1, y1, x2, y2; local
181 y2 = int(pts[2].fY * scale);
189 y2 = pts[2].fY >> shift;
194 if (y0 > y2)
197 SkTSwap(y0, y2);
200 SkASSERT(y0 <= y1 && y1 <= y2);
203 int bot = SkFDot6Round(y2);
212 SkFDot6 dy = ((y1 << 1) - y0 - y2) >> 2;
235 A = SkFDot6ToFixed(y0 - y1 - y1 + y2);
243 fQLastY = SkFDot6ToFixed(y2);
312 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; local
    [all...]
  /external/skia/src/core/
SkEdge.cpp 179 SkFDot6 x0, y0, x1, y1, x2, y2; local
189 y2 = int(pts[2].fY * scale);
197 y2 = pts[2].fY >> shift;
202 if (y0 > y2)
205 SkTSwap(y0, y2);
208 SkASSERT(y0 <= y1 && y1 <= y2);
211 int bot = SkFDot6Round(y2);
220 SkFDot6 dy = ((y1 << 1) - y0 - y2) >> 2;
262 A = SkFDot6ToFixedDiv2(y0 - y1 - y1 + y2); // 1/2 the real value
270 fQLastY = SkFDot6ToFixed(y2);
339 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; local
    [all...]
  /external/webkit/Source/WebCore/svg/
SVGPathStringSource.cpp 165 float y2; local
171 || !parseNumber(m_current, m_end, y2)
176 point2 = FloatPoint(x2, y2);
200 float y2; local
204 || !parseNumber(m_current, m_end, y2)
208 point2 = FloatPoint(x2, y2);
SVGLineElement.h 62 DECLARE_ANIMATED_LENGTH(Y2, y2)
SVGLinearGradientElement.h 56 DECLARE_ANIMATED_LENGTH(Y2, y2)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionHandles.java 93 int y2 = y1 + h; local
100 y2 -= insets.bottom;
104 int my = (y1 + y2) / 2;
112 mHandles.add(new SelectionHandle(x1, y2, Position.BOTTOM_LEFT));
121 mHandles.add(new SelectionHandle(x2, y2, Position.BOTTOM_RIGHT));
128 mHandles.add(new SelectionHandle(mx, y2, Position.BOTTOM_MIDDLE));
  /external/speex/libspeex/
ltp_arm4.h 101 spx_word32_t y0, y1, y2, y3; local
104 y2=*y++;
173 : "+r" (y0), "+r" (y1), "+r" (y2), "+r" (y3),
  /external/ceres-solver/internal/ceres/
partitioned_matrix_view_test.cc 97 Vector y2 = Vector::Zero(m.num_rows()); local
98 A_->RightMultiply(x2.data(), y2.data());
101 EXPECT_NEAR(y1(i), y2(i), kEpsilon);
122 Vector y2 = Vector::Zero(m.num_rows()); local
123 A_->RightMultiply(x2.data(), y2.data());
126 EXPECT_NEAR(y1(i), y2(i), kEpsilon);
143 Vector y2 = Vector::Zero(m.num_cols_f()); local
147 m.LeftMultiplyF(x.data(), y2.data());
151 (i < m.num_cols_e()) ? y1(i) : y2(i - m.num_cols_e()),
  /external/clang/test/CXX/stmt.stmt/stmt.dcl/
p3-0x.cpp 39 Y y2; // expected-note{{jump bypasses variable with a non-trivial destructor}} local
  /external/clang/test/CodeGenCXX/
constructor-init.cpp 235 pair2 y2(x2);
236 pair2 y2m(static_cast<pair2&&>(y2));
238 y2 = x2;
239 y2m = static_cast<pair2&&>(y2);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
q_gain2.c 66 Word16 y2[], /* (i) Q9 : Filtered innovative vector. */
132 * coeff[2] = y2 y2 *
133 * coeff[3] = -2 xn y2 *
134 * coeff[4] = 2 y1 y2 *
145 /* Compute scalar product <y2[],y2[]> */
147 coeff[2] = extract_h(Dot_product12_asm(y2, y2, L_subfr, &exp));
149 coeff[2] = extract_h(Dot_product12(y2, y2, L_subfr, &exp))
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xprotostr.h 56 INT16 x1 B16, y1 B16, x2 B16, y2 B16;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xprotostr.h 56 INT16 x1 B16, y1 B16, x2 B16, y2 B16;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xprotostr.h 56 INT16 x1 B16, y1 B16, x2 B16, y2 B16;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_comp.cpp 1126 ULong x1, x2, x1m, x2m, y1, y2, y1m, y2m; \/* new way *\/ local
    [all...]
  /external/jmonkeyengine/engine/src/desktop/com/jme3/texture/plugins/
AWTLoader.java 82 int y2 = 0; local
84 y2 = height - y1 - 1;
86 System.arraycopy(img, y2 * scSz, img, y1 * scSz, scSz);
87 System.arraycopy(sln, 0, img, y2 * scSz, scSz);
95 int y2 = 0; local
97 y2 = height - y1 - 1;
99 System.arraycopy(img, y2 * scSz, img, y1 * scSz, scSz);
100 System.arraycopy(sln, 0, img, y2 * scSz, scSz);
  /external/opencv/cvaux/src/
decomppoly.cpp 152 int x1, y1, x2, y2, x3, y3;
188 y2 = contour[ index2 ].y;
195 dy1 = y2 - y1;
197 dy2 = y3 - y2;
246 y2 = y3;
268 y1 = y2;
271 y2 = y3;
297 y1 = y2;
300 y2 = y3;
339 int x1_left = 0, y1_left = 0, x1_right = 0, y1_right = 0, x2, y2;
    [all...]
  /external/qemu/android/skin/
rect.h 61 int x2, y2; member in struct:__anon13090
64 extern void skin_box_init( SkinBox* box, int x1, int y1, int x2, int y2 );

Completed in 363 milliseconds

1 23 4 5 6 7 8 91011>>