Searched refs:pw0 (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTTriStrip.cpp | 77 int FindEdge(const unsigned int pw0, const unsigned int pw1) const; 144 int CTri::FindEdge(const unsigned int pw0, const unsigned int pw1) const in FindEdge() argument 146 if((pIdx[0] == pw0 && pIdx[1] == pw1)) in FindEdge() 148 if((pIdx[1] == pw0 && pIdx[2] == pw1)) in FindEdge() 150 if((pIdx[2] == pw0 && pIdx[0] == pw1)) in FindEdge()
|
/external/libjpeg-turbo/ |
D | turbojpeg.c | 722 int i, retval = 0, row, pw0, ph0, pw[MAX_COMPONENTS], ph[MAX_COMPONENTS]; in tjEncodeYUVPlanes() local 777 pw0 = PAD(width, cinfo->max_h_samp_factor); in tjEncodeYUVPlanes() 826 pw[i] = pw0 * compptr->h_samp_factor / cinfo->max_h_samp_factor; in tjEncodeYUVPlanes() 877 int pw0, ph0, strides[3], retval = -1; in tjEncodeYUV3() local 887 pw0 = tjPlaneWidth(0, width, subsamp); in tjEncodeYUV3() 890 strides[0] = PAD(pw0, pad); in tjEncodeYUV3() 1070 int pw0, ph0, strides[3], retval = -1; in tjCompressFromYUV() local 1080 pw0 = tjPlaneWidth(0, width, subsamp); in tjCompressFromYUV() 1083 strides[0] = PAD(pw0, pad); in tjCompressFromYUV() 1383 int i, retval = 0, row, pw0, ph0, pw[MAX_COMPONENTS], ph[MAX_COMPONENTS]; in tjDecodeYUVPlanes() local [all …]
|
/external/libpng/projects/owatcom/ |
D | pngconfig.mak | 20 CPP=$(CC) -pw0
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | ShowLanguages.java | 1744 public void showCalendarData(PrintWriter pw0) throws IOException { in showCalendarData() argument
|