Lines Matching refs:GetJpegChar
420 uint8 GetJpegChar () in GetJpegChar() function in dng_lossless_decoder
532 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()
782 (void) GetJpegChar (); /* skip Tq */ in GetSof()
814 int32 n = GetJpegChar (); in GetSos()
831 int32 cc = GetJpegChar (); in GetSos()
832 int32 c = GetJpegChar (); in GetSos()
861 info.Ss = GetJpegChar (); in GetSos()
863 (void) GetJpegChar (); in GetSos()
865 info.Pt = GetJpegChar () & 0x0F; in GetSos()
928 c = GetJpegChar (); in NextMarker()
936 c = GetJpegChar(); in NextMarker()
1058 int32 c = GetJpegChar (); in ReadFileHeader()
1059 int32 c2 = GetJpegChar (); in ReadFileHeader()
1350 c = GetJpegChar (); in ProcessRestart()
1358 c = GetJpegChar (); in ProcessRestart()
1481 int32 c0 = GetJpegChar (); in FillBitBuffer()
1482 int32 c1 = GetJpegChar (); in FillBitBuffer()
1483 int32 c2 = GetJpegChar (); in FillBitBuffer()
1484 int32 c3 = GetJpegChar (); in FillBitBuffer()
1504 int32 c = GetJpegChar (); in FillBitBuffer()
1511 int32 c2 = GetJpegChar (); in FillBitBuffer()