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
933 pw0=PAD(width, cinfo->max_h_samp_factor);
976 pw[i]=pw0*compptr->h_samp_factor/cinfo->max_h_samp_factor;
1030 int pw0, ph0, strides[3], retval=-1; local
1036 pw0=tjPlaneWidth(0, width, subsamp);
1039 strides[0]=PAD(pw0, pad);
1220 int pw0, ph0, strides[3], retval=-1; local
1555 int row, pw0, ph0, pw[MAX_COMPONENTS], ph[MAX_COMPONENTS]; local
1720 int pw0, ph0, strides[3], retval=-1; local
1935 int pw0, ph0, strides[3], retval=-1, jpegSubsamp=-1; local
    [all...]
  /external/libpng/projects/owatcom/
pngconfig.mak 20 CPP=$(CC) -pw0

Completed in 605 milliseconds