USGS

Isis 3.0 Application Source Code Reference

Home

pmain.cpp File Reference

Go to the source code of this file.

Defines

#define BUFFERSIZE   4096
#define AUTOSYNC

Functions

void exit ()
uint8predictive_decomp_main (uint8 *data, int len, int height, int width, uint8 doSync, uint16 sync, int xpred, int ypred, int *got_height)

Variables

uint8 code [256]
uint8 left [256]
uint8 right [256]
int pred_past_eof

Define Documentation

#define BUFFERSIZE   4096

Definition at line 60 of file pmain.cpp.

#define AUTOSYNC

Function Documentation

void exit (  ) 
uint8* predictive_decomp_main ( uint8 data,
int  len,
int  height,
int  width,
uint8  doSync,
uint16  sync,
int  xpred,
int  ypred,
int *  got_height 
)

Definition at line 73 of file pmain.cpp.


Variable Documentation

uint8 code[256]

Definition at line 63 of file pmain.cpp.

uint8 left[256]

Definition at line 64 of file pmain.cpp.

uint8 right[256]

Definition at line 65 of file pmain.cpp.

Definition at line 67 of file pmain.cpp.