Home
last modified time | relevance | path

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

/liblc3-3.7.0-3.6.0/src/
Dplc.c36 plc->count = 1; in lc3_plc_suspend()
50 alpha *= (plc->count < 4 ? 1.0f : in lc3_plc_synthesize()
51 plc->count < 8 ? 0.9f : 0.85f); in lc3_plc_synthesize()
60 plc->count++; in lc3_plc_synthesize()
Dtables.h58 int count; const float *v; member
Dsns.c517 for (int ig = 0; ig < cgains->count; ig++) { in quantize()
/liblc3-3.7.0-3.6.0/tools/
Dwave.h48 int nch, int count, void *_buffer);
70 const void *pcm, int nch, int off, int count);
Dwave.c132 int nch, int count, void *buffer) in wave_read_pcm() argument
134 return fread(buffer, nch * samplesize, count, fp); in wave_read_pcm()
178 const void *_pcm, int nch, int off, int count) in wave_write_pcm() argument
181 fwrite(pcm + nch * off * samplesize, nch * samplesize, count, fp); in wave_write_pcm()
/liblc3-3.7.0-3.6.0/include/
Dlc3_private.h137 int count; member
/liblc3-3.7.0-3.6.0/test/
Dsns_py.c106 (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()