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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
H A Djcsample.c21 * The downsampler may request "context rows" by setting need_context_rows
477 downsample->pub.need_context_rows = FALSE;
490 downsample->pub.need_context_rows = TRUE;
503 downsample->pub.need_context_rows = TRUE;
H A Djdmainct.c50 * The upsampler is required to set need_context_rows TRUE at global selection
51 * time if so. When need_context_rows is FALSE, this controller can simply
55 * When need_context_rows is TRUE, this controller guarantees that the buffer
321 if (cinfo->upsample->need_context_rows) {
502 if (cinfo->upsample->need_context_rows) {
H A Djdsample.c413 upsample->pub.need_context_rows = FALSE; /* until we find out differently */
459 upsample->pub.need_context_rows = TRUE;
H A Djpegint.h98 wxjpeg_boolean need_context_rows; /* TRUE if need rows above & below */ member in struct:jpeg_downsampler
250 wxjpeg_boolean need_context_rows; /* TRUE if need rows above & below */ member in struct:jpeg_upsampler
H A Djcprepct.c334 if (cinfo->downsample->need_context_rows) {
H A Djdmerge.c378 upsample->pub.need_context_rows = FALSE;
/netgear-R7000-V1.0.7.12_1.2.5/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 273 milliseconds