Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/lpc10/
H A Ddecode.c168 integer ipit, iout, i__, icorf, index, ivoic, ixcor, i1, i2, i4; in decode_() local
345 icorf = i1 / 8; in decode_()
347 icorf /= 64; in decode_()
361 voice[1] = icorf / 2 & 1; in decode_()
362 voice[2] = icorf & 1; in decode_()
381 if ((icorf & bit[3]) != 0) { in decode_()
427 if ((icorf & bit[1]) != 0) { in decode_()
444 if ((icorf & bit[2]) != 0) { in decode_()
455 if ((icorf & bit[4]) != 0) { in decode_()