Home
last modified time | relevance | path

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

/lvgl-3.4.0/src/extra/libs/sjpg/
Dtjpgd.c290 unsigned int d, flg = 0; in huffext() local
311 if (flg) { /* In flag sequence? */ in huffext()
312 flg = 0; /* Exit flag sequence */ in huffext()
317 flg = 1; continue; /* Enter flag sequence, get trailing byte */ in huffext()
353 if (flg) { /* In flag sequence? */ in huffext()
354 flg = 0; /* Exit flag sequence */ in huffext()
359 flg = 1; continue; /* Enter flag sequence, get trailing byte */ in huffext()
430 unsigned int d, flg = 0; in bitext() local
446 if (flg) { /* In flag sequence? */ in bitext()
447 flg = 0; /* Exit flag sequence */ in bitext()
[all …]