FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ADPCMEncodeContext Struct Reference

Data Fields

ADPCMChannelStatus status [6]
 
TrellisPathpaths
 
TrellisNodenode_buf
 
TrellisNode ** nodep_buf
 
uint8_ttrellis_hash
 

Detailed Description

Definition at line 51 of file adpcmenc.c.

Field Documentation

ADPCMChannelStatus ADPCMEncodeContext::status[6]

Definition at line 52 of file adpcmenc.c.

TrellisPath* ADPCMEncodeContext::paths

Definition at line 53 of file adpcmenc.c.

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

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().

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: