Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dxa.c65 static const int32_t EA_ADPCM_Table[]= { variable
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()