26 #ifndef AVCODEC_ADPCM_DATA_H 27 #define AVCODEC_ADPCM_DATA_H const int16_t ff_adpcm_AdaptationTable[]
const int16_t ff_adpcm_yamaha_indexscale[]
const uint8_t ff_adpcm_AdaptCoeff1[]
Divided by 4 to fit in 8-bit integers.
const int8_t ff_adpcm_index_table[16]
const int16_t ff_adpcm_step_table[89]
This is the step table.
const int8_t ff_adpcm_AdaptCoeff2[]
Divided by 4 to fit in 8-bit integers.
const int8_t ff_adpcm_yamaha_difflookup[]