|
FFmpeg
|
#include <adpcm.h>
Data Fields | |
| int | predictor |
| int16_t | step_index |
| int | step |
| int | prev_sample |
| int | sample1 |
| int | sample2 |
| int | coeff1 |
| int | coeff2 |
| int | idelta |
| int ADPCMChannelStatus::predictor |
Definition at line 32 of file adpcm.h.
Referenced by adpcm_decode_frame().
| int16_t ADPCMChannelStatus::step_index |
Definition at line 33 of file adpcm.h.
Referenced by adpcm_decode_frame().
| int ADPCMChannelStatus::sample1 |
Definition at line 39 of file adpcm.h.
Referenced by ff_adpcm_argo_expand_nibble(), and xa_decode().
| int ADPCMChannelStatus::sample2 |
Definition at line 40 of file adpcm.h.
Referenced by ff_adpcm_argo_expand_nibble(), and xa_decode().
1.8.17