Home
last modified time | relevance | path

Searched refs:pw0 (Results 1 – 3 of 3) sorted by relevance

/external/libjpeg-turbo/
Dturbojpeg.c765 int i, retval = 0, row, pw0, ph0, pw[MAX_COMPONENTS], ph[MAX_COMPONENTS]; in tjEncodeYUVPlanes() local
820 pw0 = PAD(width, cinfo->max_h_samp_factor); in tjEncodeYUVPlanes()
869 pw[i] = pw0 * compptr->h_samp_factor / cinfo->max_h_samp_factor; in tjEncodeYUVPlanes()
920 int pw0, ph0, strides[3], retval = -1; in tjEncodeYUV3() local
930 pw0 = tjPlaneWidth(0, width, subsamp); in tjEncodeYUV3()
933 strides[0] = PAD(pw0, pad); in tjEncodeYUV3()
1115 int pw0, ph0, strides[3], retval = -1; in tjCompressFromYUV() local
1125 pw0 = tjPlaneWidth(0, width, subsamp); in tjCompressFromYUV()
1128 strides[0] = PAD(pw0, pad); in tjCompressFromYUV()
1437 int i, retval = 0, row, pw0, ph0, pw[MAX_COMPONENTS], ph[MAX_COMPONENTS]; in tjDecodeYUVPlanes() local
[all …]
/external/libpng/projects/owatcom/
Dpngconfig.mak20 CPP=$(CC) -pw0
/external/cldr/tools/java/org/unicode/cldr/tool/
DShowLanguages.java1588 public void showCalendarData(PrintWriter pw0) throws IOException { in showCalendarData() argument