Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dadx.c26 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 Dadx.h64 void ff_adx_calculate_coeffs(int cutoff, int sample_rate, int bits, int *coeff);
H A Dadxenc.c136 ff_adx_calculate_coeffs(c->cutoff, avctx->sample_rate, COEFF_BITS, c->coeff); in adx_encode_init()

Completed in 2 milliseconds