Searched refs:n_dht (Results 1 – 1 of 1) sorted by relevance
1143 int c, components = 0, notfound, n_dht = 0, n_dqt = 0; in s5p_jpeg_parse_hdr() local1222 if (n_dht >= S5P_JPEG_MAX_MARKER) in s5p_jpeg_parse_hdr()1224 dht[n_dht] = jpeg_buffer.curr; /* after 0xffc4 */ in s5p_jpeg_parse_hdr()1225 dht_len[n_dht++] = length; in s5p_jpeg_parse_hdr()1256 result->dht.n = n_dht; in s5p_jpeg_parse_hdr()1257 while (n_dht--) { in s5p_jpeg_parse_hdr()1258 result->dht.marker[n_dht] = dht[n_dht]; in s5p_jpeg_parse_hdr()1259 result->dht.len[n_dht] = dht_len[n_dht]; in s5p_jpeg_parse_hdr()