Home
last modified time | relevance | path

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

/dports/comms/hylafax/hylafax-6.0.7/faxd/
H A DMemoryDecoder.c++57 isG4 = mmr; in MemoryDecoder()
61 setupDecoder(fillorder, is2D, isG4); in MemoryDecoder()
188 enc.setupEncoder(fillorder, is2D, isG4); in fixFirstEOL()
333 enc.setupEncoder(fillorder, is2D, isG4); in encodeTagLine()
336 if (!isG4) { in encodeTagLine()
H A DG3Decoder.c++105 isG4 = isg4; in setupDecoder()
204 if (isG4) { in decodeRow()
219 if (isG4 && RTCrow == -1) \ in decodeRow()
H A DG3Decoder.h40 bool isG4; // whether or not data is MMR variable
73 void setupDecoder(u_int fillorder, bool is2D, bool isG4);
H A DG3Encoder.c++47 isG4 = isg4; in setupEncoder()
300 if (!isG4) { // put the EOL in encode()
371 if (isG4) { in encoderCleanup()
H A DG3Encoder.h39 bool isG4; // data is to be G4-encoded variable
H A DMemoryDecoder.h41 bool is2D, isG4; variable