Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dxa.c30 #define LNIBBLE(byte) ((byte) & 0xf) macro
228 xa->state[i].shift = LNIBBLE(inByte) + 8; in read_samples()
249 sample = LNIBBLE(xa->buf[xa->bufPos+i]); in read_samples()