Searched refs:n_dht (Results 1 – 1 of 1) sorted by relevance
1119 int c, components = 0, notfound, n_dht = 0, n_dqt = 0; in s5p_jpeg_parse_hdr() local1198 if (n_dht >= S5P_JPEG_MAX_MARKER) in s5p_jpeg_parse_hdr()1200 dht[n_dht] = jpeg_buffer.curr; /* after 0xffc4 */ in s5p_jpeg_parse_hdr()1201 dht_len[n_dht++] = length; in s5p_jpeg_parse_hdr()1233 result->dht.n = n_dht; in s5p_jpeg_parse_hdr()1234 while (n_dht--) { in s5p_jpeg_parse_hdr()1235 result->dht.marker[n_dht] = dht[n_dht]; in s5p_jpeg_parse_hdr()1236 result->dht.len[n_dht] = dht_len[n_dht]; in s5p_jpeg_parse_hdr()