Searched refs:count (Results 1 – 8 of 8) sorted by relevance
/liblc3-3.7.0-3.6.0/src/ |
D | plc.c | 36 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()
|
D | tables.h | 58 int count; const float *v; member
|
D | sns.c | 517 for (int ig = 0; ig < cgains->count; ig++) { in quantize()
|
/liblc3-3.7.0-3.6.0/tools/ |
D | wave.h | 48 int nch, int count, void *_buffer); 70 const void *pcm, int nch, int off, int count);
|
D | wave.c | 132 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/ |
D | lc3_private.h | 137 int count; member
|
/liblc3-3.7.0-3.6.0/test/ |
D | sns_py.c | 106 (unsigned)gain < (unsigned)lc3_sns_vq_gains[shape].count); in unquantize_py()
|
D | ctypes.h | 673 new_scalar(NPY_INT, &plc->count)); in new_plc_state() 691 PyDict_GetItemString(obj, "count"), NPY_INT, &plc->count)); in to_plc_state()
|