Home
last modified time | relevance | path

Searched refs:ify (Results 1 – 7 of 7) sorted by relevance

/external/opencv/cv/src/
Dcvundistort.cpp54 float ifx = 1.f/fx, ify = 1.f/fy; in icvUnDistort_8u_CnR() local
63 float y = (v - v0)*ify, y2 = y*y; in icvUnDistort_8u_CnR()
193 float u0, v0, fx, fy, ifx, ify, x0, y0, k1, k2, k3, p1, p2; in cvInitUndistortMap() local
232 ifx = 1.f/fx; ify = 1.f/fy; in cvInitUndistortMap()
242 float y = (v - v0)*ify, y2 = y*y; in cvInitUndistortMap()
379 double A[3][3], RR[3][3], k[5]={0,0,0,0,0}, fx, fy, ifx, ify, cx, cy; in cvUndistortPoints() local
438 ify = 1./fy; in cvUndistortPoints()
457 y0 = y = (y - cy)*ify; in cvUndistortPoints()
Dcvimgwarp.cpp424 int dx, dy, sx, sy, sy2, ify; \
443 ify = cvRound(fy*ICV_CUBIC_TAB_SIZE); \
522 w0 = icvCubicCoeffs[ify*2+1]; \
523 w1 = icvCubicCoeffs[ify*2]; \
524 w2 = icvCubicCoeffs[(ICV_CUBIC_TAB_SIZE - ify)*2]; \
525 w3 = icvCubicCoeffs[(ICV_CUBIC_TAB_SIZE - ify)*2 + 1]; \
1682 int ify = iy & ICV_WARP_MASK; \
1719 worktype t = cast_macro1( t0*icvCubicCoeffs[ify*2 + 1] + \
1720 t1*icvCubicCoeffs[ify*2] + \
1721 t2*icvCubicCoeffs[(ICV_CUBIC_TAB_SIZE-ify)*2] + \
[all …]
/external/compiler-rt/
DCREDITS.TXT19 D: CMake'ify Compiler-RT build system
/external/v8/test/webkit/fast/js/
Dfunction-toString-semicolon-insertion-expected.txt24 This test checks that functions re-string-ify in a way that is syntactically compatible with concat…
/external/pcre/dist/doc/
Dpcregrep.txt515 ify their line endings. If the data that is being scanned
/external/strace/
DChangeLog-CVS298 * desc.c: const'ify two static struct xlat vector[]'s,
/external/libvncserver/
DChangeLog1057 * AUTHORS: UTF-8ify AUTHORS Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>