Home
last modified time | relevance | path

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

/dports/graphics/freeimage/FreeImage/Source/LibJXR/image/decode/
H A Dstrdec.c2569 static const U8 cbChannels[BDB_MAX] = {1, 1, 2, 2, 2, 4, 4, 4, (U8) -1, (U8) -1, (U8) -1 }; in initLookupTables() local
2617 cStrideX = (pII->cBitsPerUnit >> 3) / cbChannels[pII->bdBitDepth]; in initLookupTables()
3227 static size_t cbChannels[BD_MAX] = {2, 4}; in ImageStrDecInit() local
3272 cbChannel = cbChannels[SC.WMISCP.bdBitDepth]; in ImageStrDecInit()
/dports/graphics/freeimage/FreeImage/Source/LibJXR/image/encode/
H A Dstrenc.c1350 static size_t cbChannels[BD_MAX] = {2, 4}; in ImageStrEncInit() local
1370 cbChannel = cbChannels[pSCP->bdBitDepth]; in ImageStrEncInit()