Home
last modified time | relevance | path

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

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