Searched refs:hd (Results 1 – 2 of 2) sorted by relevance
296 const uint8_t *hd = jd->huffdata[id][cls]; /* Data table */ in huffext() local329 return *hd; /* Return the decoded data */ in huffext()331 hd++; in huffext()337 const uint8_t *hb, *hd; in huffext() local389 hd = jd->huffdata[id][cls] + jd->longofs[id][cls]; /* Data table */ in huffext()395 hd = jd->huffdata[id][cls]; /* Data table */ in huffext()405 return *hd; /* Return the decoded data */ in huffext()407 hd++; in huffext()
5323 stbtt_uint32 nm, hd; local5328 hd = stbtt__find_table(fc, offset, "head");5329 if((ttUSHORT(fc, hd + 44) & 7) != (flags & 7)) return 0;