Searched defs:CONV (Results 1 - 5 of 5) sorted by relevance

/external/opencv/cv/src/
H A Dcvoptflowhs.cpp43 #define CONV( A, B, C) ( (float)( A + (B<<1) + C ) ) macro
206 MemY[0][0] = MemY[1][0] = CONV( imgA[0], imgA[0], imgA[1] );
207 MemX[0][0] = MemX[1][0] = CONV( imgA[0], imgA[0], imgA[imgStep] );
211 MemY[0][j] = MemY[1][j] = CONV( imgA[j - 1], imgA[j], imgA[j + 1] );
217 MemX[0][i] = MemX[1][i] = CONV( imgA[pixNumber - imgStep],
223 MemY[1][imageWidth - 1] = CONV( imgA[imageWidth - 2],
227 MemX[1][imageHeight - 1] = CONV( imgA[pixNumber - imgStep],
249 ConvX = CONV( imgA[Line1 + 1], imgA[Line2 + 1], imgA[Line3 + 1] );
250 ConvY = CONV( imgA[Line3], imgA[Line3], imgA[Line3 + 1] );
272 ConvX = CONV( img
[all...]
H A Dcvoptflowlk.cpp54 #define CONV( A, B, C) ((float)( A + (B<<1) + C )) macro
243 MemY[0][0] = MemY[1][0] = CONV( imgA[0], imgA[0], imgA[1] );
244 MemX[0][0] = MemX[1][0] = CONV( imgA[0], imgA[0], imgA[imgStep] );
248 MemY[0][j] = MemY[1][j] = CONV( imgA[j - 1], imgA[j], imgA[j + 1] );
254 MemX[0][i] = MemX[1][i] = CONV( imgA[pixNumber - imgStep],
260 MemY[1][imageWidth - 1] = CONV( imgA[imageWidth - 2],
264 MemX[1][imageHeight - 1] = CONV( imgA[pixNumber - imgStep],
305 ConvX = CONV( imgA[Line1 + 1], imgA[Line2 + 1], imgA[Line3 + 1] );
306 ConvY = CONV( imgA[Line3], imgA[Line3], imgA[Line3 + 1] );
325 ConvX = CONV( img
[all...]
/external/python/cpython2/Lib/compiler/
H A Dpyassem.py251 CONV = "CONV" variable
312 assert self.stage == CONV
417 self.stage = CONV
505 assert self.stage == CONV
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1500 #define CONV(X) \ macro
1509 CONV(EQ);
1510 CONV(NE);
1511 CONV(GT);
1512 CONV(GE);
1513 CONV(LT);
1514 CONV(LE);
1519 #undef CONV macro
/external/dexmaker/lib/
H A Ddalvik-dx-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/cf/ ...

Completed in 1414 milliseconds