Searched defs:ph0 (Results 1 – 2 of 2) sorted by relevance
| /external/libjpeg-turbo/ |
| D | turbojpeg.c | 731 int i, retval = 0, row, pw0, ph0, pw[MAX_COMPONENTS], ph[MAX_COMPONENTS]; in tjEncodeYUVPlanes() local 886 int pw0, ph0, strides[3], retval = -1; in tjEncodeYUV3() local 1079 int pw0, ph0, strides[3], retval = -1; in tjCompressFromYUV() local 1392 int i, retval = 0, row, pw0, ph0, pw[MAX_COMPONENTS], ph[MAX_COMPONENTS]; in tjDecodeYUVPlanes() local 1534 int pw0, ph0, strides[3], retval = -1; in tjDecodeYUV() local 1745 int pw0, ph0, strides[3], retval = -1, jpegSubsamp = -1; in tjDecompressToYUV2() local
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/ |
| D | GraggBulirschStoerStepInterpolator.java | 264 final double ph0 = 0.5 * (currentState[i] + y1[i]) + 0.125 * (aspl + bspl); in computeCoefficients() local
|