Searched refs:ff_adx_calculate_coeffs (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | adx.c | 26 void ff_adx_calculate_coeffs(int cutoff, int sample_rate, int bits, int *coeff) in ff_adx_calculate_coeffs() function 83 ff_adx_calculate_coeffs(cutoff, avctx->sample_rate, COEFF_BITS, coeff); in ff_adx_decode_header()
|
H A D | adx.h | 64 void ff_adx_calculate_coeffs(int cutoff, int sample_rate, int bits, int *coeff);
|
H A D | adxenc.c | 136 ff_adx_calculate_coeffs(c->cutoff, avctx->sample_rate, COEFF_BITS, c->coeff); in adx_encode_init()
|
Completed in 2 milliseconds