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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
H A Djquant2.c229 register histptr histp; local
239 histp = & histogram[GETJSAMPLE(ptr[0]) >> C0_SHIFT]
243 if (++(*histp) <= 0)
244 (*histp)--;
319 histptr histp; local
332 histp = & histogram[c0][c1][c2min];
334 if (*histp++ != 0) {
343 histp = & histogram[c0][c1][c2min];
345 if (*histp++ != 0) {
354 histp
506 histptr histp; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Djquant2.c229 register histptr histp; local
239 histp = & histogram[GETJSAMPLE(ptr[0]) >> C0_SHIFT]
243 if (++(*histp) <= 0)
244 (*histp)--;
319 histptr histp; local
332 histp = & histogram[c0][c1][c2min];
334 if (*histp++ != 0) {
343 histp = & histogram[c0][c1][c2min];
345 if (*histp++ != 0) {
354 histp
506 histptr histp; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dquantize.cpp342 register histptr histp; local
355 histp = & histogram[GETJSAMPLE(ptr[0]) >> C0_SHIFT]
359 if (++(*histp) <= 0)
360 (*histp)--;
436 histptr histp; local
449 histp = & histogram[c0][c1][c2min];
451 if (*histp++ != 0) {
460 histp = & histogram[c0][c1][c2min];
462 if (*histp++ != 0) {
471 histp
639 histptr histp; local
[all...]

Completed in 179 milliseconds