Home
last modified time | relevance | path

Searched refs:four_pixels (Results 1 – 4 of 4) sorted by relevance

/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/nitf/
H A Drpftocdataset.cpp333 unsigned int four_pixels = ((unsigned int*)srcImage)[i]; in Expand() local
335 (colorTable[four_pixels >> 24] << 24) | in Expand()
336 (colorTable[(four_pixels >> 16) & 0xFF] << 16) | in Expand()
337 (colorTable[(four_pixels >> 8) & 0xFF] << 8) | in Expand()
338 colorTable[four_pixels & 0xFF]; in Expand()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/nitf/
H A Drpftocdataset.cpp351 unsigned int four_pixels = ((unsigned int*)srcImage)[i]; in Expand() local
353 (colorTable[four_pixels >> 24] << 24) | in Expand()
354 (colorTable[(four_pixels >> 16) & 0xFF] << 16) | in Expand()
355 (colorTable[(four_pixels >> 8) & 0xFF] << 8) | in Expand()
356 colorTable[four_pixels & 0xFF]; in Expand()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/nitf/
H A Drpftocdataset.cpp351 unsigned int four_pixels = ((unsigned int*)srcImage)[i];
353 (colorTable[four_pixels >> 24] << 24) |
354 (colorTable[(four_pixels >> 16) & 0xFF] << 16) |
355 (colorTable[(four_pixels >> 8) & 0xFF] << 8) |
356 colorTable[four_pixels & 0xFF];
/dports/graphics/gdal/gdal-3.3.3/frmts/nitf/
H A Drpftocdataset.cpp351 unsigned int four_pixels = ((unsigned int*)srcImage)[i]; in Expand() local
353 (colorTable[four_pixels >> 24] << 24) | in Expand()
354 (colorTable[(four_pixels >> 16) & 0xFF] << 16) | in Expand()
355 (colorTable[(four_pixels >> 8) & 0xFF] << 8) | in Expand()
356 colorTable[four_pixels & 0xFF]; in Expand()