HomeSort by relevance Sort by last modified time
    Searched defs:grad2 (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/mesa/program/
prog_noise.c 159 grad2(int hash, float x, float y) function
294 n0 = t0 * t0 * grad2(perm[ii + perm[jj]], x0, y0);
302 n1 = t1 * t1 * grad2(perm[ii + i1 + perm[jj + j1]], x1, y1);
310 n2 = t2 * t2 * grad2(perm[ii + 1 + perm[jj + 1]], x2, y2);
  /external/opencv/ml/src/
mlann_mlp.cpp 937 CvMat *x1 = &hdr1, *x2 = &hdr2, *grad1 = &ghdr1, *grad2 = &ghdr2, *temp; local
986 *grad2 = *grad1;
987 grad2->data.db = buf_ptr + max_count;
1028 grad2->cols = n1;
1030 cvGEMM( grad1, &_w, 1, 0, 0, grad2, CV_GEMM_B_T );
1032 CV_SWAP( grad1, grad2, temp );
1132 CvMat *x1, *x2, *grad1, *grad2, *temp; local
    [all...]
  /external/dng_sdk/source/
dng_bad_pixels.cpp 825 uint32 grad2; local
884 grad2 = Abs_int32 (g20 - g24) +
966 grad2 = Abs_int32 (b20 - b24) +
990 minGrad = Min_uint32 (minGrad, grad2);
1010 if (grad2 <= limit)
1157 uint32 grad2; local
1265 grad2 = Abs_int32 (g31 - g57) +
1407 grad2 = Abs_int32 (b20 - b68) +
1457 minGrad = Min_uint32 (minGrad, grad2);
1480 if (grad2 <= limit
    [all...]

Completed in 81 milliseconds