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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/jpeg-7/
H A Djcsample.c21 * The downsampler may request "context rows" by setting need_context_rows
492 downsample->pub.need_context_rows = FALSE;
514 downsample->pub.need_context_rows = TRUE;
527 downsample->pub.need_context_rows = TRUE;
H A Djdmainct.c48 * The upsampler is required to set need_context_rows TRUE at global selection
49 * time if so. When need_context_rows is FALSE, this controller can simply
53 * When need_context_rows is TRUE, this controller guarantees that the buffer
313 if (cinfo->upsample->need_context_rows) {
494 if (cinfo->upsample->need_context_rows) {
H A Djpegint.h99 boolean need_context_rows; /* TRUE if need rows above & below */ member in struct:jpeg_downsampler
245 boolean need_context_rows; /* TRUE if need rows above & below */ member in struct:jpeg_upsampler
H A Djdsample.c308 upsample->pub.need_context_rows = FALSE; /* until we find out differently */
H A Djcprepct.c337 if (cinfo->downsample->need_context_rows) {
H A Djdmerge.c379 upsample->pub.need_context_rows = FALSE;

Completed in 101 milliseconds