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

  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
BicubicSplineInterpolatingFunction.java 170 final double yN = (y - yval[j]) / (yval[j + 1] - yval[j]);
172 return splines[i][j].value(xN, yN);
247 final double yN = (y - yval[j]) / (yval[j + 1] - yval[j]);
250 return partialDerivatives[which][i][j].value(xN, yN);
TricubicSplineInterpolatingFunction.java 324 final double yN = (y - yval[j]) / (yval[j + 1] - yval[j]);
327 return splines[i][j][k].value(xN, yN, zN);
  /external/webrtc/data/voice_engine/stereo_rtp_files/
stereo_g729_jitter.rtp     [all...]
stereo_g729.rtp     [all...]
  /external/opencv/cvaux/src/
cvepilines.cpp 529 double xN,yN,zN;
585 yN = yC+betta*(yD-yC);
590 midPoint->y = (yM + yN) * 0.5;
    [all...]
  /external/webrtc/talk/media/testdata/
h264-svc-99-640x360.rtpdump     [all...]

Completed in 572 milliseconds