Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/lpc10/
H A Dlpc10.h51 #define lpc10_decode lsx_lpc10_decode macro
275 int lpc10_decode (INT32 *bits, real *speech, struct lpc10_decoder_state *st);
H A Dlpcdec.c80 /* Subroutine */ int lpc10_decode(integer *bits, real *speech, in lpc10_decode() function
H A DREADME16 create_lpc10_decoder_state(), and lpc10_decode(). Those four routines
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dlpc10.c160 lpc10_decode(bits, lpc->speech, lpc->decst); in read_samples()