Searched refs:g22 (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/CodeGen/
H A Dconst-init.c120 struct g22 {int x;} __attribute((packed)); struct
121 struct g23 {char a; short b; char c; struct g22 d;};
/external/opencv3/modules/video/src/
H A Doptflowgf.cpp342 double g11, g12, g22, h1, h2; local
362 g22 = vsum[2]*(m+2);
370 g22 += vsum[x*5+2];
380 g22 += vsum[(x+m)*5 + 2] - vsum[(x-m)*5 - 3];
386 double g22_ = g22*scale;
449 double g11, g12, g22, h1, h2; local
565 g22 = hsum[x*5+2];
569 double idet = 1./(g11*g22 - g12*g12 + 1e-3);
572 flow[x*2+1] = (float)((g22*h1-g12*h2)*idet);
/external/v8/test/mjsunit/es6/
H A Ddefault-parameters.js219 var g22 = (f = () => eval("x")) => { eval("var x = 2"); return f() };
220 assertEquals(1, g22());
221 assertEquals(3, g22(() => 3));
H A Dgenerators-iteration.js285 function* g22() { yield (1 + (yield 2) + 3); yield (4 + (yield 5) + 6); },
/external/opencv3/modules/video/src/opencl/
H A Doptical_flow_farneback.cl420 float g22 = M[mad24(2*rows + y, mStep, x)];
424 float detInv = 1.f / (g11*g22 - g12*g12 + 1e-3f);
427 flowy[mad24(y, yStep, x)] = (g22*h1 - g12*h2) * detInv;
/external/opencv3/modules/cudaoptflow/src/cuda/
H A Dfarneback.cu277 float g22 = M(2*height + y, x);
281 float detInv = 1.f / (g11*g22 - g12*g12 + 1e-3f);
284 flowy(y, x) = (g22*h1 - g12*h2) * detInv;
/external/dng_sdk/source/
H A Ddng_bad_pixels.cpp833 // g20 b21 g22 b23 g24
1171 // g20 b21 g22 b23 g24 b25 g26 b27 g28
1187 int32 g22 = p2 [2 * cs]; local
1236 int32 split = ((g22 + g62 + g26 + g66) * 4 +
1247 Abs_int32 (g22 - g53) +
1256 Abs_int32 (g22 - g55) +

Completed in 896 milliseconds