Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/lpc10/
H A Ddecode.c145 integer *ivp2h; in decode_() local
292 ivp2h = &(st->ivp2h); in decode_()
342 index = (*ivp2h << 4) + (*iovoic << 2) + ivoic + 1; in decode_()
463 *ivp2h = voice[2]; in decode_()
H A Dlpc10.h175 integer ivp2h; member
H A Dlpcini.c275 st->ivp2h = 0; in init_lpc10_decoder_state()