QElectroTech 0.200.1-dev
Loading...
Searching...
No Matches
Delta.h File Reference
#include "7zTypes.h"
Include dependency graph for Delta.h:

Go to the source code of this file.

Macros

#define DELTA_STATE_SIZE   256

Functions

void Delta_Init (Byte *state)
void Delta_Encode (Byte *state, unsigned delta, Byte *data, SizeT size)
void Delta_Decode (Byte *state, unsigned delta, Byte *data, SizeT size)

Macro Definition Documentation

◆ DELTA_STATE_SIZE

#define DELTA_STATE_SIZE   256

Function Documentation

◆ Delta_Decode()

void Delta_Decode ( Byte * state,
unsigned delta,
Byte * data,
SizeT size )

◆ Delta_Encode()

void Delta_Encode ( Byte * state,
unsigned delta,
Byte * data,
SizeT size )

◆ Delta_Init()

void Delta_Init ( Byte * state)