Searched refs:ff_adpcm_afc_coeffs (Results 1 – 3 of 3) sorted by relevance
43 extern const int16_t ff_adpcm_afc_coeffs[2][16];
109 const uint16_t ff_adpcm_afc_coeffs[2][16] = { variable
1787 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()