turbojpeg.c | 866 int row, pw0, ph0, pw[MAX_COMPONENTS], ph[MAX_COMPONENTS]; local 935 ph0=PAD(height, cinfo->max_v_samp_factor); 937 if((row_pointer=(JSAMPROW *)malloc(sizeof(JSAMPROW)*ph0))==NULL) 945 if(height<ph0) 946 for(i=height; i<ph0; i++) row_pointer[i]=row_pointer[height-1]; 978 ph[i]=ph0*compptr->v_samp_factor/cinfo->max_v_samp_factor; 989 for(row=0; row<ph0; row+=cinfo->max_v_samp_factor) 1025 int pw0, ph0, strides[3], retval=-1; local 1032 ph0=tjPlaneHeight(0, height, subsamp); 1045 dstPlanes[1]=dstPlanes[0]+strides[0]*ph0; 1210 int pw0, ph0, strides[3], retval=-1; local 1541 int row, pw0, ph0, pw[MAX_COMPONENTS], ph[MAX_COMPONENTS]; local 1701 int pw0, ph0, strides[3], retval=-1; local 1911 int pw0, ph0, strides[3], retval=-1, jpegSubsamp=-1; local [all...] |