Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_lossless_jpeg.cpp360 int16 nextRestartNum; /* # of next RSTn marker (0..7) */ member
1307 info.nextRestartNum = 0; in HuffDecoderInit()
1367 if (c != (M_RST0 + info.nextRestartNum)) in ProcessRestart()
1375 info.nextRestartNum = (info.nextRestartNum + 1) & 7; in ProcessRestart()