Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_lossless_jpeg.cpp316 int32 dataPrecision; member
723 info.dataPrecision = GetJpegChar (); in GetSof()
744 if ((info.dataPrecision < MinPrecisionBits) || in GetSof()
745 (info.dataPrecision > MaxPrecisionBits)) in GetSof()
1169 (info.dataPrecision == 15) && in DecoderStructInit()
1180 (info.dataPrecision == 15) && in DecoderStructInit()
1770 int32 Pr = info.dataPrecision; in DecodeFirstRow()