Searched refs:HNIBBLE (Results 1 – 1 of 1) sorted by relevance
29 #define HNIBBLE(byte) (((byte) >> 4) & 0xf) macro226 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()