Home
last modified time | relevance | path

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

/dports/audio/kexis/kexis/
H A Ddecode.c75 pcmBlock.currentAve = bit_suck(&kexisBlock, 3, &pcmBlock, options); in decompress()
76 pcmBlock.currentMid = bit_suck(&kexisBlock, 3, &pcmBlock, options); in decompress()
190 pcmBlock->currentAve = bit_suck(kexisBlock, 3, pcmBlock, options); in write_pcmblock()
191 pcmBlock->currentMid = bit_suck(kexisBlock, 3, pcmBlock, options); in write_pcmblock()
H A Drice.c36 sign = bit_suck(kexisBlock, 1, pcmBlock, options); in rice_decode()
38 loop = bit_suck(kexisBlock, 1, pcmBlock, options); in rice_decode()
41 loop = bit_suck(kexisBlock, 1, pcmBlock, options); in rice_decode()
45 *data = bit_suck(kexisBlock, K, pcmBlock, options); in rice_decode()
H A Dbits.h25 long bit_suck(KEXISBLOCKSTRUCT *kexisBlock, long len, PCMBLOCKSTRUCT *pcmBlock,
H A Dbits.c163 long bit_suck(KEXISBLOCKSTRUCT *kexisBlock, long len, PCMBLOCKSTRUCT *pcmBlock, in bit_suck() function