adpcm.h File Reference

ADPCM encoder/decoder common header. More...

#include <stdint.h>
Include dependency graph for adpcm.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  ADPCMChannelStatus
 

Macros

#define BLKSIZE   1024
 

Typedefs

typedef struct ADPCMChannelStatus ADPCMChannelStatus
 

Detailed Description

ADPCM encoder/decoder common header.

Definition in file adpcm.h.

Macro Definition Documentation

#define BLKSIZE   1024

Definition at line 31 of file adpcm.h.

Referenced by adpcm_encode_init().

Typedef Documentation