Home
last modified time | relevance | path

Searched defs:pw0 (Results 1 – 2 of 2) sorted by relevance

/external/libjpeg-turbo/
Dturbojpeg.c765 int i, retval = 0, row, pw0, ph0, pw[MAX_COMPONENTS], ph[MAX_COMPONENTS]; in tjEncodeYUVPlanes() local
920 int pw0, ph0, strides[3], retval = -1; in tjEncodeYUV3() local
1115 int pw0, ph0, strides[3], retval = -1; in tjCompressFromYUV() local
1437 int i, retval = 0, row, pw0, ph0, pw[MAX_COMPONENTS], ph[MAX_COMPONENTS]; in tjDecodeYUVPlanes() local
1582 int pw0, ph0, strides[3], retval = -1; in tjDecodeYUV() local
1800 int pw0, ph0, strides[3], retval = -1, jpegSubsamp = -1; in tjDecompressToYUV2() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DShowLanguages.java1606 public void showCalendarData(PrintWriter pw0) throws IOException { in showCalendarData()