Home
last modified time | relevance | path

Searched refs:count (Results 1 – 8 of 8) sorted by relevance

/liblc3-latest/src/
Dplc.c37 plc->count = 1; in lc3_plc_suspend()
51 alpha *= (plc->count < 4 ? 1.0f : in lc3_plc_synthesize()
52 plc->count < 8 ? 0.9f : 0.85f); in lc3_plc_synthesize()
61 plc->count++; in lc3_plc_synthesize()
Dtables.h125 int count; const float *v; member
Dsns.c558 for (int ig = 0; ig < cgains->count; ig++) { in quantize()
/liblc3-latest/tools/
Dwave.h48 int nch, int count, void *_buffer);
70 const void *pcm, int nch, int off, int count);
Dwave.c136 int nch, int count, void *buffer) in wave_read_pcm() argument
138 return fread(buffer, nch * samplesize, count, fp); in wave_read_pcm()
182 const void *_pcm, int nch, int off, int count) in wave_write_pcm() argument
185 fwrite(pcm + nch * off * samplesize, nch * samplesize, count, fp); in wave_write_pcm()
/liblc3-latest/include/
Dlc3_private.h150 int count; member
/liblc3-latest/test/
Dsns_py.c107 (unsigned)gain < (unsigned)lc3_sns_vq_gains[shape].count); in unquantize_py()
Dctypes.h673 new_scalar(NPY_INT, &plc->count)); in new_plc_state()
691 PyDict_GetItemString(obj, "count"), NPY_INT, &plc->count)); in to_plc_state()