Searched refs:ph0 (Results 1 – 2 of 2) sorted by relevance
/external/libjpeg-turbo/ |
D | turbojpeg.c | 875 int row, pw0, ph0, pw[MAX_COMPONENTS], ph[MAX_COMPONENTS]; in tjEncodeYUVPlanes() local 944 ph0=PAD(height, cinfo->max_v_samp_factor); in tjEncodeYUVPlanes() 946 if((row_pointer=(JSAMPROW *)malloc(sizeof(JSAMPROW)*ph0))==NULL) in tjEncodeYUVPlanes() 954 if(height<ph0) in tjEncodeYUVPlanes() 955 for(i=height; i<ph0; i++) row_pointer[i]=row_pointer[height-1]; in tjEncodeYUVPlanes() 987 ph[i]=ph0*compptr->v_samp_factor/cinfo->max_v_samp_factor; in tjEncodeYUVPlanes() 998 for(row=0; row<ph0; row+=cinfo->max_v_samp_factor) in tjEncodeYUVPlanes() 1034 int pw0, ph0, strides[3], retval=-1; in tjEncodeYUV3() local 1041 ph0=tjPlaneHeight(0, height, subsamp); in tjEncodeYUV3() 1054 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()
|