| 425 | |
| 426 | |
| 427 | void Unpack::UnpInitData15(int Solid) |
| 428 | { |
| 429 | if (!Solid) |
| 430 | { |
| 431 | AvrPlcB=AvrLn1=AvrLn2=AvrLn3=NumHuf=Buf60=0; |
| 432 | AvrPlc=0x3500; |
| 433 | MaxDist3=0x2001; |
| 434 | Nhfb=Nlzb=0x80; |
| 435 | } |
| 436 | FlagsCnt=0; |
| 437 | FlagBuf=0; |
| 438 | StMode=0; |
| 439 | LCount=0; |
| 440 | ReadTop=0; |
| 441 | } |
| 442 | |
| 443 | |
| 444 | void Unpack::InitHuff() |
nothing calls this directly
no outgoing calls
no test coverage detected