Searched defs:gains (Results 1 - 9 of 9) sorted by relevance
/third_party/ffmpeg/tests/checkasm/ |
H A D | opusdsp.c | 46 float gains[3] = { 0.3066406250f, 0.2170410156f, 0.1296386719f }; in test_postfilter() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | opusdsp.c | 23 static void postfilter_c(float *data, int period, float *gains, int len) in postfilter_c() argument
|
H A D | amrnbdec.c | 650 const uint16_t *gains; in decode_gains() local [all...] |
H A D | amrwbdec.c | 577 const int16_t *gains = (mode <= MODE_8k85 ? qua_gain_6b[vq_gain] : in decode_gains() local
|
H A D | mpegaudiodec_template.c | 687 int len, i, j, k, l, v0, shift, gain, gains[3]; in exponents_from_scale_factors() local
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_acrossover.c | 70 float gains[MAX_BANDS]; member
|
H A D | af_superequalizer.c | 42 float gains[NBANDS + 1]; member [all...] |
H A D | af_arnndn.c | 1334 static void compute_rnn(AudioRNNContext *s, RNNState *rnn, float *gains, float *vad, const float *input) in compute_rnn() argument
|
/third_party/backends/backend/ |
H A D | pieusb_specific.c | 193 static const double gains[] = { variable [all...] |
Completed in 15 milliseconds