Home
last modified time | relevance | path

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

/lvgl-3.4.0/src/extra/libs/sjpg/
Dtjpgd.c203 uint16_t hc, *ph; in create_huffman_tbl() local
221 hc = 0; in create_huffman_tbl()
224 while (b--) ph[j++] = hc++; in create_huffman_tbl()
225 hc <<= 1; in create_huffman_tbl()
295 const uint16_t *hc = jd->huffcode[id][cls]; /* Code word table */ in huffext() local
327 if (d == *hc++) { /* Matched? */ in huffext()
338 const uint16_t *hc; in huffext() local
388 hc = jd->huffcode[id][cls] + jd->longofs[id][cls]; /* Code word table */ in huffext()
394 hc = jd->huffcode[id][cls]; /* Code word table */ in huffext()
403 if (d == *hc++) { /* Matched? */ in huffext()