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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dadpcm_data.c109 const int16_t ff_adpcm_afc_coeffs[2][16] = { variable
H A Dadpcm_data.h43 extern const int16_t ff_adpcm_afc_coeffs[2][16];
H A Dadpcm.c1378 int factor1 = ff_adpcm_afc_coeffs[0][index];
1379 int factor2 = ff_adpcm_afc_coeffs[1][index];

Completed in 108 milliseconds