Searched refs:histogram (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/jpeg-6b/
H A Djquant2.c34 * In the first pass over the image, we accumulate a histogram showing the
35 * usage count of each possible color. To keep the histogram to a reasonable
38 * in the same histogram cell.
81 * you'll probably want to tweak the histogram sizes too.
102 * First we have the histogram data structure and routines for creating it.
109 * To maintain a fully accurate histogram, we'd need to allocate a "long"
113 * enough results. This reduces the recommended histogram size from 256Kb
115 * (In the second pass the histogram space is re-used for pixel mapping data;
119 * machines, we can't just allocate the histogram in one chunk. Instead
132 #define HIST_C0_BITS 5 /* bits of precision in R/B histogram */
201 hist3d histogram; /* pointer to the histogram */ member in struct:__anon11853
230 register hist3d histogram = cquantize->histogram; local
318 hist3d histogram = cquantize->histogram; local
505 hist3d histogram = cquantize->histogram; local
861 hist3d histogram = cquantize->histogram; local
920 hist3d histogram = cquantize->histogram; local
954 hist3d histogram = cquantize->histogram; local
1170 hist3d histogram = cquantize->histogram; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/
H A Dcomx-hw-comx.c91 u_long histogram[5]; member in struct:comx_privdata
438 hw->histogram[(int)buffers_emptied]++;
630 "hist[3]: %8lu hist[4]: %8lu\n",hw->histogram[0],hw->histogram[1],
631 hw->histogram[2],hw->histogram[3],hw->histogram[4]);
H A Dcomx-hw-munich.c322 unsigned histogram[MAX_WORK]; /* number of processed events in the interrupt loop */ member in struct:__anon1994
349 int tx_ring_hist[TX_DESC_MAX]; /* histogram: number of packets in Tx ring when _send_packet is called */
1368 board->histogram[work]++;
1436 board->histogram[i] = 0;
2142 len += snprintf(page + len, PAGE_SIZE - len, "Interrupt work histogram:\n");
2145 board->histogram[i], (i &&
2149 len += snprintf(page + len, PAGE_SIZE - len, "Tx ring histogram:\n");

Completed in 93 milliseconds