Home
last modified time | relevance | path

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

/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixJpeg/
H A Dfinepix-jpeg.c181 unsigned char huffvals[256]; in readtables() local
195 huffvals[k++] = getbyte(); in readtables()
198 dec_makehuff(dhuff + tt, hufflen, huffvals); in readtables()
544 unsigned char *huffvals) in dec_makehuff() argument
565 hu->vals[k] = *huffvals++; in dec_makehuff()