Home
last modified time | relevance | path

Searched refs:castOp (Results 1 – 8 of 8) sorted by relevance

/external/opencv3/modules/imgproc/src/
Dfilter.cpp3287 CastOp castOp = castOp0; in operator ()() local
3308 D[i] = castOp(s0); D[i+1] = castOp(s1); in operator ()()
3309 D[i+2] = castOp(s2); D[i+3] = castOp(s3); in operator ()()
3317 D[i] = castOp(s0); in operator ()()
3351 CastOp castOp = this->castOp0; in operator ()() local
3379 D[i] = castOp(s0); D[i+1] = castOp(s1); in operator ()()
3380 D[i+2] = castOp(s2); D[i+3] = castOp(s3); in operator ()()
3388 D[i] = castOp(s0); in operator ()()
3416 D[i] = castOp(s0); D[i+1] = castOp(s1); in operator ()()
3417 D[i+2] = castOp(s2); D[i+3] = castOp(s3); in operator ()()
[all …]
Dimgwarp.cpp1459 CastOp castOp; in operator ()() local
1469 dst[x] = castOp(t0); dst[x+1] = castOp(t1); in operator ()()
1472 dst[x+2] = castOp(t0); dst[x+3] = castOp(t1); in operator ()()
1476 dst[x] = castOp(S0[x]*b0 + S1[x]*b1); in operator ()()
1572 CastOp castOp; in operator ()() local
1577 dst[x] = castOp(S0[x]*b0 + S1[x]*b1 + S2[x]*b2 + S3[x]*b3); in operator ()()
1645 CastOp castOp; in operator ()() local
1662 dst[x] = castOp(s0); dst[x+1] = castOp(s1); in operator ()()
1663 dst[x+2] = castOp(s2); dst[x+3] = castOp(s3); in operator ()()
1668 dst[x] = castOp(src[0][x]*beta[0] + src[1][x]*beta[1] + in operator ()()
[all …]
Dpyramids.cpp866 CastOp castOp; in pyrDown_() local
969 dst[x] = castOp(row2[x]*6 + (row1[x] + row3[x])*4 + row0[x] + row4[x]); in pyrDown_()
990 CastOp castOp; in pyrUp_() local
1055 T t1 = castOp((row1[x] + row2[x])*4); in pyrUp_()
1056 T t0 = castOp(row0[x] + row1[x]*6 + row2[x]); in pyrUp_()
/external/javassist/src/main/javassist/compiler/
DCodeGen.java1295 private static final int[] castOp = { field in CodeGen
1322 op = castOp[type2_p * 4 + type1_p]; in convertOprandTypes()
1327 op = castOp[type1_p * 4 + type2_p]; in convertOprandTypes()
1418 op = castOp[stype * 4 + dtype]; in atNumCastExpr()
/external/opencv3/modules/imgproc/test/
Dtest_imgwarp.cpp1572 CastOp castOp; in resizeArea() local
1589 dptr[x + c] = castOp(sum); in resizeArea()
/external/guice/extensions/persist/lib/
Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath ...
/external/robolectric/v1/lib/main/
Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/ ...
/external/guice/extensions/struts2/lib/
Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath ...