Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dhcom.c58 long huffcount; member
90 uint32_t huffcount, checksum, compresstype, divisor; in startread() local
129 lsx_readdw(ft, &huffcount); in startread()
150 ft->signal.length = huffcount; in startread()
177 p->huffcount = huffcount; in startread()
193 if (p->huffcount == 0) in read_samples()
201 p->huffcount--; in read_samples()
209 while (p->huffcount > 0) { in read_samples()
235 p->huffcount--; in read_samples()
252 if (p->huffcount != 0) in stopread()