Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/samsung/s5p-jpeg/
H A Djpeg-core.c1115 int c, components = 0, notfound, n_dht = 0, n_dqt = 0; in s5p_jpeg_parse_hdr() local
1194 if (n_dht >= S5P_JPEG_MAX_MARKER) in s5p_jpeg_parse_hdr()
1196 dht[n_dht] = jpeg_buffer.curr; /* after 0xffc4 */ in s5p_jpeg_parse_hdr()
1197 dht_len[n_dht++] = length; in s5p_jpeg_parse_hdr()
1228 result->dht.n = n_dht; in s5p_jpeg_parse_hdr()
1229 while (n_dht--) { in s5p_jpeg_parse_hdr()
1230 result->dht.marker[n_dht] = dht[n_dht]; in s5p_jpeg_parse_hdr()
1231 result->dht.len[n_dht] = dht_len[n_dht]; in s5p_jpeg_parse_hdr()