Home
last modified time | relevance | path

Searched refs:log_amp (Results 1 – 4 of 4) sorted by relevance

/dports/audio/codec2/codec2-1.0.3/src/
H A Dinterp.c71 float w,log_amp;
92 log_amp = (sample_log_amp(prev, w) + sample_log_amp(next, w))/2.0;
93 interp->A[l] = powf(10.0, log_amp);
113 float f, log_amp; in sample_log_amp() local
122 log_amp = f*log10f(model->A[1] + 1E-6); in sample_log_amp()
125 log_amp = (1.0-f)*log10f(model->A[model->L] + 1E-6); in sample_log_amp()
128 log_amp = (1.0-f)*log10f(model->A[m] + 1E-6) + in sample_log_amp()
132 return log_amp; in sample_log_amp()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/spandsp/tests/
H A Dlpc10_tests.c75 int16_t log_amp[BLOCKS_PER_READ*BLOCK_LEN*3]; in main() local
210 log_amp[i] = xx; in main()
214 sf_writef_short(outhandle, log_amp, dec_len); in main()
/dports/comms/spandsp/spandsp-284fe91/tests/
H A Dlpc10_tests.c75 int16_t log_amp[BLOCKS_PER_READ*BLOCK_LEN*3]; in main() local
210 log_amp[i] = xx; in main()
214 sf_writef_short(outhandle, log_amp, dec_len); in main()
/dports/net/iaxmodem/iaxmodem-1.2.0/lib/spandsp/tests/
H A Dlpc10_tests.c79 int16_t log_amp[BLOCKS_PER_READ*BLOCK_LEN*3]; in main() local
260 log_amp[i] = xx; in main()
264 outframes = afWriteFrames(outhandle, AF_DEFAULT_TRACK, log_amp, dec_len); in main()