Searched refs:pw0 (Results 1 - 2 of 2) sorted by relevance

/external/libjpeg-turbo/
H A Dturbojpeg.c838 int row, pw0, ph0, pw[MAX_COMPONENTS], ph[MAX_COMPONENTS]; local
906 pw0=PAD(width, cinfo->max_h_samp_factor);
948 pw[i]=pw0*compptr->h_samp_factor/cinfo->max_h_samp_factor;
996 int pw0, ph0, strides[3], retval=-1; local
1002 pw0=tjPlaneWidth(0, width, subsamp);
1005 strides[0]=PAD(pw0, pad);
1180 int pw0, ph0, strides[3], retval=-1; local
1186 pw0=tjPlaneWidth(0, width, subsamp);
1189 strides[0]=PAD(pw0, pad);
1509 int row, pw0, ph local
1669 int pw0, ph0, strides[3], retval=-1; local
1879 int pw0, ph0, strides[3], retval=-1, jpegSubsamp=-1; local
[all...]
/external/libpng/projects/owatcom/
H A Dpngconfig.mak20 CPP=$(CC) -pw0

Completed in 69 milliseconds