Searched refs:colorindex (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
H A Djquant1.c37 * can be precalculated and stored in the lookup table colorindex[].
38 * colorindex[i][j] maps pixel value j in component i to the nearest
42 * sum( colorindex[component-number][pixel-component-value] )
66 * this to 0..MAXJSAMPLE, and then index into the colorindex table as usual.
67 * We can skip the separate range-limiting step by extending the colorindex
149 JSAMPARRAY colorindex; /* Precomputed mapping for speed */ member in struct:__anon660
150 /* colorindex[i][j] = index of color closest to pixel value j in component i,
154 wxjpeg_boolean is_padded; /* is the colorindex padded for odither? */
352 cquantize->colorindex = (*cinfo->mem->alloc_sarray)
361 /* fill in colorindex entrie
464 JSAMPARRAY colorindex = cquantize->colorindex; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Djquant1.c37 * can be precalculated and stored in the lookup table colorindex[].
38 * colorindex[i][j] maps pixel value j in component i to the nearest
42 * sum( colorindex[component-number][pixel-component-value] )
66 * this to 0..MAXJSAMPLE, and then index into the colorindex table as usual.
67 * We can skip the separate range-limiting step by extending the colorindex
149 JSAMPARRAY colorindex; /* Precomputed mapping for speed */ member in struct:__anon3956
150 /* colorindex[i][j] = index of color closest to pixel value j in component i,
154 boolean is_padded; /* is the colorindex padded for odither? */
352 cquantize->colorindex = (*cinfo->mem->alloc_sarray)
361 /* fill in colorindex entrie
464 JSAMPARRAY colorindex = cquantize->colorindex; local
[all...]

Completed in 65 milliseconds