Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/plat-mac/
DPixMapWrapper.py185 (format == imgformat.macrgb16 and self.pixelsize == 16):
/external/libvncserver/common/
Dturbojpeg.c97 static const int pixelsize[TJ_NUMSAMP]={3, 3, 3, 1, 3}; variable
264 if(dinfo->num_components==pixelsize[i]) in getSubsamp()
/external/libjpeg-turbo/
Dturbojpeg.c101 static const int pixelsize[TJ_NUMSAMP]={3, 3, 3, 1, 3, 3}; variable
346 if(dinfo->num_components==pixelsize[i] in getSubsamp()
349 && pixelsize[i]==3 && dinfo->num_components==4)) in getSubsamp()