Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dxa.c29 #define HNIBBLE(byte) (((byte) >> 4) & 0xf) macro
226 xa->state[i].c1 = EA_ADPCM_Table[HNIBBLE(inByte)]; in read_samples()
227 xa->state[i].c2 = EA_ADPCM_Table[HNIBBLE(inByte) + 4]; in read_samples()
235 sample = HNIBBLE(xa->buf[xa->bufPos+i]); in read_samples()