Data Fields | |
uint32_t | ssd |
int | path |
int | sample1 |
int | sample2 |
int | step |
Definition at line 43 of file adpcmenc.c.
int TrellisNode::path |
Definition at line 45 of file adpcmenc.c.
Referenced by adpcm_compress_trellis(), and g722_encode_trellis().
int TrellisNode::sample1 |
Definition at line 46 of file adpcmenc.c.
Referenced by adpcm_compress_trellis().
int TrellisNode::sample2 |
Definition at line 47 of file adpcmenc.c.
Referenced by adpcm_compress_trellis().
uint32_t TrellisNode::ssd |
Definition at line 44 of file adpcmenc.c.
Referenced by adpcm_compress_trellis(), and g722_encode_trellis().
int TrellisNode::step |
Definition at line 48 of file adpcmenc.c.
Referenced by adpcm_compress_trellis().