Home
last modified time | relevance | path

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

/lvgl-3.6.0/src/extra/libs/sjpg/
Dtjpgd.h70 uint8_t* hufflut_dc[2]; /* Fast huffman decode tables for DC short code [id] */ member
Dtjpgd.c252 jd->hufflut_dc[num] = tbl_dc; in create_huffman_tbl()
379 d = jd->hufflut_dc[id][d]; /* Table decode */ in huffext()