26 #ifndef AVCODEC_ADPCM_DATA_H 
   27 #define AVCODEC_ADPCM_DATA_H 
const int16_t ff_adpcm_afc_coeffs[2][16]
 
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_oki_step_table[49]
 
const int16_t ff_adpcm_step_table[89]
This is the step table. 
 
const int8_t *const ff_adpcm_index_tables[4]
 
static const uint8_t ff_adpcm_ima_block_sizes[4]
 
const int8_t ff_adpcm_AdaptCoeff2[]
Divided by 4 to fit in 8-bit integers. 
 
static const uint8_t ff_adpcm_ima_block_samples[4]
 
const int16_t ff_adpcm_mtaf_stepsize[32][16]
 
const int8_t ff_adpcm_yamaha_difflookup[]