Home
last modified time | relevance | path

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

/PHP-7.2/ext/gd/libgd/
H A Dgd_jpeg.c234 #if BITS_IN_JSAMPLE == 12 in gdImageJpegCtx()
262 #if BITS_IN_JSAMPLE == 8 in gdImageJpegCtx()
266 #elif BITS_IN_JSAMPLE == 12 in gdImageJpegCtx()
271 #error IJG JPEG library BITS_IN_JSAMPLE value must be 8 or 12 in gdImageJpegCtx()
459 #if BITS_IN_JSAMPLE == 12 in gdImageCreateFromJpegCtxEx()
H A Dgd_topal.c51 #define BITS_IN_JSAMPLE 8 macro
237 #define C0_SHIFT (BITS_IN_JSAMPLE-HIST_C0_BITS)
238 #define C1_SHIFT (BITS_IN_JSAMPLE-HIST_C1_BITS)
239 #define C2_SHIFT (BITS_IN_JSAMPLE-HIST_C2_BITS)
275 #if BITS_IN_JSAMPLE == 8

Completed in 11 milliseconds