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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dadx.h65 void ff_adx_calculate_coeffs(int cutoff, int sample_rate, int bits, int *coeff);
H A Dadx.c25 void ff_adx_calculate_coeffs(int cutoff, int sample_rate, int bits, int *coeff) function
76 ff_adx_calculate_coeffs(cutoff, avctx->sample_rate, COEFF_BITS, coeff);
H A Dadxenc.c126 ff_adx_calculate_coeffs(c->cutoff, avctx->sample_rate, COEFF_BITS, c->coeff);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dadx.h64 void ff_adx_calculate_coeffs(int cutoff, int sample_rate, int bits, int *coeff);
H A Dadx.c26 void ff_adx_calculate_coeffs(int cutoff, int sample_rate, int bits, int *coeff) function
77 ff_adx_calculate_coeffs(cutoff, avctx->sample_rate, COEFF_BITS, coeff);
H A Dadxenc.c122 ff_adx_calculate_coeffs(c->cutoff, avctx->sample_rate, COEFF_BITS, c->coeff);

Completed in 61 milliseconds