HomeSort by relevance Sort by last modified time
    Searched refs:pw0 (Results 1 - 4 of 4) sorted by null

  /external/opencv3/modules/calib3d/src/
epnp.cpp 61 CvMat * PW0 = cvCreateMat(number_of_correspondences, 3, CV_64F);
70 PW0->data.db[3 * i + j] = pws[3 * i + j] - cws[0][j];
72 cvMulTransposed(PW0, &PW0tPW0, 1);
75 cvReleaseMat(&PW0);
224 double pc0[3], pw0[3]; local
227 pw0[0] = pw0[1] = pw0[2] = 0.0;
235 pw0[j] += pw[j];
240 pw0[j] /= number_of_correspondences
    [all...]
upnp.cpp 158 double pc0[3], pw0[3]; local
161 pw0[0] = pw0[1] = pw0[2] = 0.0;
169 pw0[j] += pw[j];
174 pw0[j] /= number_of_correspondences;
189 abt[3 * j ] += (pc[j] - pc0[j]) * (pw[0] - pw0[0]);
190 abt[3 * j + 1] += (pc[j] - pc0[j]) * (pw[1] - pw0[1]);
191 abt[3 * j + 2] += (pc[j] - pc0[j]) * (pw[2] - pw0[2]);
212 t[0] = pc0[0] - dot(R[0], pw0);
    [all...]
  /external/libjpeg-turbo/
turbojpeg.c 838 int row, pw0, ph0, pw[MAX_COMPONENTS], ph[MAX_COMPONENTS]; local
906 pw0=PAD(width, cinfo->max_h_samp_factor);
948 pw[i]=pw0*compptr->h_samp_factor/cinfo->max_h_samp_factor;
996 int pw0, ph0, strides[3], retval=-1; local
1002 pw0=tjPlaneWidth(0, width, subsamp);
1005 strides[0]=PAD(pw0, pad);
1180 int pw0, ph0, strides[3], retval=-1; local
1509 int row, pw0, ph0, pw[MAX_COMPONENTS], ph[MAX_COMPONENTS]; local
1669 int pw0, ph0, strides[3], retval=-1; local
1879 int pw0, ph0, strides[3], retval=-1, jpegSubsamp=-1; local
    [all...]
  /external/libpng/projects/owatcom/
pngconfig.mak 20 CPP=$(CC) -pw0

Completed in 165 milliseconds