Home
last modified time | relevance | path

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

/lvgl-3.5.0/src/extra/libs/sjpg/
Dtjpgd.h61 uint16_t* huffcode[2][2]; /* Huffman code word tables [id][dcac] */ member
Dtjpgd.c220 jd->huffcode[num][cls] = ph; in create_huffman_tbl()
295 const uint16_t *hc = jd->huffcode[id][cls]; /* Code word table */ in huffext()
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()