Searched refs:LPC10_SAMPLES_PER_FRAME (Results 1 – 2 of 2) sorted by relevance
27 float speech[LPC10_SAMPLES_PER_FRAME];129 lpc->samples = LPC10_SAMPLES_PER_FRAME; in startread()154 if (lpc->samples == LPC10_SAMPLES_PER_FRAME) { in read_samples()164 while (nread < len && lpc->samples < LPC10_SAMPLES_PER_FRAME) in read_samples()177 while (len > 0 && lpc->samples < LPC10_SAMPLES_PER_FRAME) { in write_samples()183 if (lpc->samples == LPC10_SAMPLES_PER_FRAME) { in write_samples()
72 #define LPC10_SAMPLES_PER_FRAME 180 macro