Home
last modified time | relevance | path

Searched refs:BITS_IN_JSAMPLE (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/gd/libgd/
H A Dgd_jpeg.c223 #if BITS_IN_JSAMPLE == 12 in gdImageJpegCtx()
251 #if BITS_IN_JSAMPLE == 8 in gdImageJpegCtx()
255 #elif BITS_IN_JSAMPLE == 12 in gdImageJpegCtx()
260 #error IJG JPEG library BITS_IN_JSAMPLE value must be 8 or 12 in gdImageJpegCtx()
436 #if BITS_IN_JSAMPLE == 12 in gdImageCreateFromJpegCtxEx()
H A Dgd_topal.c65 #define BITS_IN_JSAMPLE 8 macro
253 #define C0_SHIFT (BITS_IN_JSAMPLE-HIST_C0_BITS)
254 #define C1_SHIFT (BITS_IN_JSAMPLE-HIST_C1_BITS)
255 #define C2_SHIFT (BITS_IN_JSAMPLE-HIST_C2_BITS)
291 #if BITS_IN_JSAMPLE == 8

Completed in 13 milliseconds