HomeSort by relevance Sort by last modified time
    Searched refs:need_context_rows (Results 1 - 7 of 7) sorted by null

  /external/libjpeg-turbo/
jdapistd.c 415 if (cinfo->upsample->need_context_rows) {
467 if (cinfo->upsample->need_context_rows)
484 if (cinfo->upsample->need_context_rows) {
521 if (cinfo->upsample->need_context_rows) {
jcsample.c 26 * The downsampler may request "context rows" by setting need_context_rows
484 downsample->pub.need_context_rows = FALSE;
497 downsample->pub.need_context_rows = TRUE;
518 downsample->pub.need_context_rows = TRUE;
jdsample.c 424 upsample->pub.need_context_rows = FALSE; /* until we find out differently */
477 upsample->pub.need_context_rows = TRUE;
486 upsample->pub.need_context_rows = TRUE;
jdmainct.c 50 * 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
260 if (cinfo->upsample->need_context_rows) {
442 if (cinfo->upsample->need_context_rows) {
jpegint.h 110 boolean need_context_rows; /* TRUE if need rows above & below */ member in struct:jpeg_downsampler
253 boolean need_context_rows; /* TRUE if need rows above & below */ member in struct:jpeg_upsampler
jcprepct.c 331 if (cinfo->downsample->need_context_rows) {
jdmerge.c 578 upsample->pub.need_context_rows = FALSE;

Completed in 124 milliseconds