Searched refs:GetJpegChar (Results 1 – 1 of 1) sorted by relevance
420 uint8 GetJpegChar () in GetJpegChar() function in dng_lossless_decoder532 uint16 a = GetJpegChar (); in Get2bytes()534 return (uint16) ((a << 8) + GetJpegChar ()); in Get2bytes()593 int32 index = GetJpegChar (); in GetDht()618 htblptr->bits [i] = GetJpegChar (); in GetDht()632 htblptr->huffval [j] = GetJpegChar (); in GetDht()723 info.dataPrecision = GetJpegChar (); in GetSof()726 info.numComponents = GetJpegChar (); in GetSof()775 compptr->componentId = GetJpegChar (); in GetSof()777 int32 c = GetJpegChar (); in GetSof()[all …]