Home
last modified time | relevance | path

Searched refs:iavgp (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/lpc10/
H A Ddecode.c153 integer *iavgp; in decode_() local
294 iavgp = &(st->iavgp); in decode_()
330 *iavgp = (*iavgp * 15 + i4 + 8) / 16; in decode_()
333 dpit[0] = *iavgp; in decode_()
H A Dlpc10.h177 integer iavgp; /* initial value 60 */ member
H A Dlpcini.c277 st->iavgp = 60; in init_lpc10_decoder_state()