HomeSort by relevance Sort by last modified time
    Searched refs:x1 (Results 326 - 350 of 4103) sorted by null

<<11121314151617181920>>

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastidct.cpp 81 int32 x0, x1, x3, x5, x7;//, x8; local
83 x1 = blk[8];
87 x7 = W7 * x1;
88 x1 = W1 * x1;
91 x5 = (181 * (x1 - x7) + 128) >> 8;
92 x7 = (181 * (x1 + x7) + 128) >> 8;
94 blk[0] = (x0 + x1) >> 8;
98 blk[56] = (x0 - x1) >> 8;
107 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8 local
142 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
185 int32 x1, x3, x5, x7;\/\/, x8; local
235 int32 x1, x3, x5, x7; local
261 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
373 int32 x0, x1, x2, x4, x5; local
432 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
502 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
578 int32 x1, x2, x4, x5; local
691 int32 x1, x3, x5, x7; local
746 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
869 int32 x0, x1, x2, x4, x5; local
924 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
990 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1063 int32 x1, x2, x4, x5; local
1171 int32 x1, x3, x5, x7; local
1223 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1369 int32 x0, x1, x2, x4, x5; local
1429 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1500 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1577 int32 x1, x2, x4, x5; local
1692 int32 x1, x3, x5, x7; local
1748 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
    [all...]
  /external/ceres-solver/internal/ceres/
runtime_numeric_diff_cost_function_test.cc 54 // y1 = x1'x2 -> dy1/dx1 = x2, dy1/dx2 = x1
55 // y2 = (x1'x2)^2 -> dy2/dx1 = 2 * x2 * (x1'x2), dy2/dx2 = 2 * x1 * (x1'x2)
61 mutable_parameter_block_sizes()->push_back(5); // x1.
93 double x1[] = { 1.0, 2.0, 3.0, 4.0, 5.0 }; local
95 double *parameters[] = { &x1[0], &x2[0] };
116 ExpectClose(x1[i], dydx2[5 * 0 + i], kEps)
166 double x1[5]; member in struct:ceres::internal::__anon1318
189 double *x1 = &(kTests[k].x1[0]); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xregion.h 53 short x1, x2, y1, y2; member in struct:__anon36883
92 ((r1)->x2 > (r2)->x1 && \
93 (r1)->x1 < (r2)->x2 && \
101 if((r)->x1 < (idRect)->extents.x1)\
102 (idRect)->extents.x1 = (r)->x1;\
133 ((R-1)->x1 <= (Rx1)) &&\
140 (r)->x1 = (rx1);\
156 (r)->x1 = (rx1);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xregion.h 53 short x1, x2, y1, y2; member in struct:__anon38473
92 ((r1)->x2 > (r2)->x1 && \
93 (r1)->x1 < (r2)->x2 && \
101 if((r)->x1 < (idRect)->extents.x1)\
102 (idRect)->extents.x1 = (r)->x1;\
133 ((R-1)->x1 <= (Rx1)) &&\
140 (r)->x1 = (rx1);\
156 (r)->x1 = (rx1);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xregion.h 53 short x1, x2, y1, y2; member in struct:__anon39988
92 ((r1)->x2 > (r2)->x1 && \
93 (r1)->x1 < (r2)->x2 && \
101 if((r)->x1 < (idRect)->extents.x1)\
102 (idRect)->extents.x1 = (r)->x1;\
133 ((R-1)->x1 <= (Rx1)) &&\
140 (r)->x1 = (rx1);\
156 (r)->x1 = (rx1);
    [all...]
  /frameworks/base/libs/hwui/
Patch.cpp 175 float x1 = 0.0f; local
185 x2 = x1 + floorf(segment * stretchX + 0.5f);
187 x2 = x1 + segment * rescaleX;
190 float uOffset = x1 == x2 ? 0.0f : 0.5 - (0.5 * segment / (x2 - x1));
195 generateQuad(vertex, x1, y1, x2, y2, u1, v1, u2, v2, quadCount);
198 x1 = x2;
206 generateQuad(vertex, x1, y1, x2, y2, u1, v1, 1.0f, v2, quadCount);
210 void Patch::generateQuad(TextureVertex*& vertex, float x1, float y1, float x2, float y2,
215 if (x1 < 0.0f) x1 = 0.0f
    [all...]
  /external/qemu/android/skin/
rect.c 150 if (a.x2 <= b.x1 || b.x2 <= a.x1 || a.y2 <= b.y1 || b.y2 <= a.y1) {
154 if (b.x1 >= a.x1 && b.x2 <= a.x2 && b.y1 >= a.y1 && b.y2 <= a.y2) {
170 if (a.x2 <= b.x1 || b.x2 <= a.x1 || a.y2 <= b.y1 || b.y2 <= a.y1) {
175 r.x1 = (a.x1 > b.x1) ? a.x1 : b.x1
    [all...]
  /cts/tests/src/android/renderscript/cts/
intrinsic_convolve3x3.rs 26 uint32_t x1 = min((int32_t)x+1, gWidth-1);
31 float4 p00 = convert_float4(rsGetElementAt_uchar4(gIn, x1, y1));
34 float4 p10 = convert_float4(rsGetElementAt_uchar4(gIn, x1, y));
37 float4 p20 = convert_float4(rsGetElementAt_uchar4(gIn, x1, y2));
67 uint32_t x1 = min((int32_t)x+1, gWidth-1);
72 float3 p00 = convert_float3(rsGetElementAt_uchar3(gIn, x1, y1));
75 float3 p10 = convert_float3(rsGetElementAt_uchar3(gIn, x1, y));
78 float3 p20 = convert_float3(rsGetElementAt_uchar3(gIn, x1, y2));
108 uint32_t x1 = min((int32_t)x+1, gWidth-1);
113 float2 p00 = convert_float2(rsGetElementAt_uchar2(gIn, x1, y1))
    [all...]
  /development/ndk/sources/android/libportable/common/include/
fenv_portable.h 33 #define FE_UPWARD_PORTABLE 0x1
  /external/chromium_org/media/mp2t/
ts_section.h 16 kPidCat = 0x1,
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
osmman.h 10 #define PROT_READ 0x1
  /external/chromium_org/net/socket/
tcp_socket.cc 32 (system_enabled_tcp_fastopen[0] & 0x1) == 0) {
  /external/chromium_org/third_party/skia/include/utils/
SkCubicInterval.h 13 SkScalar SkEvalCubicInterval(SkScalar x1, SkScalar y1,
  /external/clang/test/ASTMerge/Inputs/
enum1.c 6 } x1; variable in typeref:enum:E1
enum2.c 6 } x1; variable in typeref:enum:E1
  /external/clang/test/CXX/dcl.decl/dcl.init/
p6.cpp 13 const NoUserDefault x1; // expected-error{{default initialization of an object of const type 'const NoUserDefault' requires a user-provided default constructor}} local
  /external/clang/test/CXX/temp/temp.arg/temp.arg.type/
p2-cxx0x.cpp 15 X<A> x1; local
  /external/clang/test/CXX/temp/temp.names/
p3-0x.cpp 4 X< 1>2 > x1; // expected-error{{expected unqualified-id}} variable
  /external/clang/test/CodeGen/
ms-declspecs.c 3 __declspec(selectany) int x1 = 1;
5 // CHECK: @x1 = weak_odr global i32 1, align 4
  /external/clang/test/CodeGenCXX/
anonymous-union-member-initializer.cpp 36 X x1; local
39 x1.l = 1;
42 X x2(x1);
46 x3 = x1;
  /external/clang/test/Index/
comment-c-decls.c 18 * \param x1 Aaa.
20 extern void external_function(int x1);
21 // CHECK: <Declaration>extern void external_function(int x1)</Declaration>
format-comment-cdecls.c 13 * \param x1 Aaa.
15 extern void external_function(int x1);
16 // CHECK: <Declaration>extern void external_function(int x1)</Declaration>
  /external/clang/test/PCH/
pr4489.c 39 void x1(void) function
  /external/clang/test/Sema/
expr-address-of.c 44 register int *x1; local
45 int *_dummy1 = &(*(x1 + 1));
55 register int x1[10]; local
56 int *_dummy1 = &(*(x1 + 1)); // fixme-error {{address of register variable requested}}
  /external/clang/test/SemaCXX/
dependent-types.cpp 6 T x1; local

Completed in 1542 milliseconds

<<11121314151617181920>>