Searched refs:spare_full (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jdmerge.c68 boolean spare_full; /* T if spare buffer is occupied */ member in struct:__anon13311
135 upsample->spare_full = FALSE;
159 if (upsample->spare_full) {
164 upsample->spare_full = FALSE;
181 upsample->spare_full = TRUE;
191 if (! upsample->spare_full)
/external/jpeg/
H A Djdmerge.c82 boolean spare_full; /* T if spare buffer is occupied */ member in struct:__anon6496
149 upsample->spare_full = FALSE;
173 if (upsample->spare_full) {
184 upsample->spare_full = FALSE;
201 upsample->spare_full = TRUE;
211 if (! upsample->spare_full)

Completed in 258 milliseconds