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 34 of file adpcm.h.
Referenced by adpcm_decode_frame().
int16_t ADPCMChannelStatus::step_index |
Definition at line 35 of file adpcm.h.
Referenced by adpcm_decode_frame().
int ADPCMChannelStatus::sample1 |
Definition at line 41 of file adpcm.h.
Referenced by xa_decode().
int ADPCMChannelStatus::sample2 |
Definition at line 42 of file adpcm.h.
Referenced by xa_decode().