Lines Matching refs:arrays
180 const Mat *arrays[] = {&a, &b, &c, 0};
183 NAryMatIterator it(arrays, planes);
297 const Mat *arrays[]={&src, &dst, 0};
300 NAryMatIterator it(arrays, planes);
343 const Mat* arrays[] = {&src, &dst, 0};
345 NAryMatIterator it(arrays, planes);
357 const Mat *arrays[]={&src, &dst, &mask, 0};
360 NAryMatIterator it(arrays, planes);
388 const Mat* arrays[] = {&dst, 0};
390 NAryMatIterator it(arrays, &plane);
418 const Mat *arrays[]={&dst, &mask, 0};
421 NAryMatIterator it(arrays, planes);
445 const Mat* arrays[] = {&src, &dst, 0};
447 NAryMatIterator it(arrays, planes);
470 const Mat* arrays[] = {&src, &dst, 0};
472 NAryMatIterator it(arrays, planes);
553 const Mat *arrays[]={&a, 0};
556 NAryMatIterator it(arrays, &plane);
1045 const Mat *arrays[]={&src, &mask, 0};
1048 NAryMatIterator it(arrays, planes);
1255 const Mat *arrays[]={&src, 0};
1258 NAryMatIterator it(arrays, planes);
1274 const Mat *arrays[]={&src, &mask, 0};
1277 NAryMatIterator it(arrays, planes);
1336 const Mat *arrays[]={&temp, 0};
1339 NAryMatIterator it(arrays, planes);
1355 const Mat *arrays[]={&src1, &src2, &mask, 0};
1358 NAryMatIterator it(arrays, planes);
1421 const Mat *arrays[]={&src1, &src2, 0};
1424 NAryMatIterator it(arrays, planes);
1520 const Mat *arrays[]={&src1, &src2, &dst, 0};
1523 NAryMatIterator it(arrays, planes);
1542 const Mat *arrays[]={&src, &dst, 0};
1545 NAryMatIterator it(arrays, planes);
1637 const Mat *arrays[]={&src1, &src2, &dst, 0};
1640 NAryMatIterator it(arrays, planes);
1684 const Mat *arrays[]={&src, &dst, 0};
1687 NAryMatIterator it(arrays, planes);
1814 const Mat *arrays[]={&src1, &src2, 0};
1816 NAryMatIterator it(arrays, planes);
1900 const Mat *arrays[]={&a, 0};
1902 NAryMatIterator it(arrays, &plane);
1960 // compares two arrays. max_diff is the maximum actual difference,
1973 const Mat *arrays[]={&arr, &refarr, 0};
1975 NAryMatIterator it(arrays, planes);
2327 const Mat *arrays[]={&src, &dst, 0};
2329 NAryMatIterator it(arrays, planes);
2382 const Mat *arrays[]={&src1, &src2, &dst, 0};
2385 NAryMatIterator it(arrays, planes);
2450 const Mat *arrays[]={&src1, &dst, 0};
2453 NAryMatIterator it(arrays, planes);
2522 const Mat *arrays[]={&src1, &src2, &dst, 0};
2525 NAryMatIterator it(arrays, planes);
2607 const Mat *arrays[]={&src, &mask, 0};
2610 NAryMatIterator it(arrays, planes);
2919 << "The reference and the actual output arrays have different type or size:\n"