FFmpeg
|
Data Fields | |
ADPCMChannelStatus | status [6] |
TrellisPath * | paths |
TrellisNode * | node_buf |
TrellisNode ** | nodep_buf |
uint8_t * | trellis_hash |
Definition at line 51 of file adpcmenc.c.
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().