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

/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRegOps.java152 public static final int CONV = 29; field in class:RegOps
342 case CONV: return "conv";
/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/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1023 #define CONV(X) \ macro
1032 CONV(EQ);
1033 CONV(NE);
1034 CONV(GT);
1035 CONV(GE);
1036 CONV(LT);
1037 CONV(LE);
1042 #undef CONV macro

Completed in 3732 milliseconds