Home
last modified time | relevance | path

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

/dports/graphics/freeimage/FreeImage/Source/LibJXR/image/encode/
H A Dstrenc.c506 static Void PutVLWordEsc(BitIOInfo* pIO, Int iEscape, size_t s) in PutVLWordEsc() function
541 PutVLWordEsc(pIO, 0, 4); // 4 bytes in writeIndexTableNull()
583 PutVLWordEsc(pIO, (pTable[i] <= MINIMUM_PACKET_LENGTH) ? 0xff : 0, iSize[l]); in writeIndexTable()
589 PutVLWordEsc(pIO, 0xff, 0); // escape to end in writeIndexTable()