Home
last modified time | relevance | path

Searched refs:ff_adpcm_afc_coeffs (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dadpcm_data.h43 extern const int16_t ff_adpcm_afc_coeffs[2][16];
Dadpcm_data.c109 const uint16_t ff_adpcm_afc_coeffs[2][16] = { variable
Dadpcm.c1787 int factor1 = ff_adpcm_afc_coeffs[0][index]; in adpcm_decode_frame()
1788 int factor2 = ff_adpcm_afc_coeffs[1][index]; in adpcm_decode_frame()