Searched refs:ph0 (Results 1 – 2 of 2) sorted by relevance
/external/libjpeg-turbo/ |
D | turbojpeg.c | 765 int i, retval = 0, row, pw0, ph0, pw[MAX_COMPONENTS], ph[MAX_COMPONENTS]; in tjEncodeYUVPlanes() local 821 ph0 = PAD(height, cinfo->max_v_samp_factor); in tjEncodeYUVPlanes() 823 if ((row_pointer = (JSAMPROW *)malloc(sizeof(JSAMPROW) * ph0)) == NULL) in tjEncodeYUVPlanes() 831 if (height < ph0) in tjEncodeYUVPlanes() 832 for (i = height; i < ph0; i++) row_pointer[i] = row_pointer[height - 1]; in tjEncodeYUVPlanes() 870 ph[i] = ph0 * compptr->v_samp_factor / cinfo->max_v_samp_factor; in tjEncodeYUVPlanes() 886 for (row = 0; row < ph0; row += cinfo->max_v_samp_factor) { in tjEncodeYUVPlanes() 920 int pw0, ph0, strides[3], retval = -1; in tjEncodeYUV3() local 931 ph0 = tjPlaneHeight(0, height, subsamp); in tjEncodeYUV3() 942 dstPlanes[1] = dstPlanes[0] + strides[0] * ph0; in tjEncodeYUV3() [all …]
|
/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 265 polynoms[4][i] = 16 * (yMidDots[0][i] - ph0); in computeCoefficients()
|