HomeSort by relevance Sort by last modified time
    Searched refs:pw0 (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTTriStrip.cpp 77 int FindEdge(const unsigned int pw0, const unsigned int pw1) const;
137 @Input pw0 The first index
144 int CTri::FindEdge(const unsigned int pw0, const unsigned int pw1) const
146 if((pIdx[0] == pw0 && pIdx[1] == pw1))
148 if((pIdx[1] == pw0 && pIdx[2] == pw1))
150 if((pIdx[2] == pw0 && pIdx[0] == pw1))
  /external/libjpeg-turbo/
turbojpeg.c 866 int row, pw0, ph0, pw[MAX_COMPONENTS], ph[MAX_COMPONENTS]; local
934 pw0=PAD(width, cinfo->max_h_samp_factor);
977 pw[i]=pw0*compptr->h_samp_factor/cinfo->max_h_samp_factor;
1025 int pw0, ph0, strides[3], retval=-1; local
1031 pw0=tjPlaneWidth(0, width, subsamp);
1034 strides[0]=PAD(pw0, pad);
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...]
  /external/libpng/projects/owatcom/
pngconfig.mak 20 CPP=$(CC) -pw0

Completed in 97 milliseconds