Searched refs:need_context_rows (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djcsample.c25 * The downsampler may request "context rows" by setting need_context_rows
481 downsample->pub.need_context_rows = FALSE;
494 downsample->pub.need_context_rows = TRUE;
507 downsample->pub.need_context_rows = TRUE;
H A Djdmainct.c52 * The upsampler is required to set need_context_rows TRUE at global selection
53 * time if so. When need_context_rows is FALSE, this controller can simply
57 * When need_context_rows is TRUE, this controller guarantees that the buffer
317 if (cinfo->upsample->need_context_rows) {
498 if (cinfo->upsample->need_context_rows) {
H A Djdsample.c417 upsample->pub.need_context_rows = FALSE; /* until we find out differently */
463 upsample->pub.need_context_rows = TRUE;
H A Djpegint.h102 boolean need_context_rows; /* TRUE if need rows above & below */ member in struct:jpeg_downsampler
246 boolean need_context_rows; /* TRUE if need rows above & below */ member in struct:jpeg_upsampler
H A Djcprepct.c338 if (cinfo->downsample->need_context_rows) {
H A Djdmerge.c383 upsample->pub.need_context_rows = FALSE;

Completed in 36 milliseconds