ADPCMEncodeContext Struct Reference

Data Fields

ADPCMChannelStatus status [6]
TrellisPathpaths
TrellisNodenode_buf
TrellisNode ** nodep_buf
uint8_t * trellis_hash

Detailed Description

Definition at line 51 of file adpcmenc.c.

Field Documentation

TrellisNode* ADPCMEncodeContext::node_buf

Definition at line 54 of file adpcmenc.c.

Referenced by adpcm_compress_trellis(), adpcm_encode_close(), and adpcm_encode_init().

TrellisNode** ADPCMEncodeContext::nodep_buf

Definition at line 55 of file adpcmenc.c.

Referenced by adpcm_compress_trellis(), adpcm_encode_close(), and adpcm_encode_init().

TrellisPath* ADPCMEncodeContext::paths

Definition at line 53 of file adpcmenc.c.

Referenced by adpcm_compress_trellis(), adpcm_encode_close(), and adpcm_encode_init().

ADPCMChannelStatus ADPCMEncodeContext::status[6]

Definition at line 52 of file adpcmenc.c.

uint8_t* ADPCMEncodeContext::trellis_hash

Definition at line 56 of file adpcmenc.c.

Referenced by adpcm_compress_trellis(), adpcm_encode_close(), and adpcm_encode_init().


The documentation for this struct was generated from the following file: