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

/external/libjpeg-turbo/
H A Djdsample.c165 register JSAMPLE invalue; local
181 invalue = *inptr++; /* don't need GETJSAMPLE() here */
183 *outptr++ = invalue;
208 register JSAMPLE invalue; local
217 invalue = *inptr++; /* don't need GETJSAMPLE() here */
218 *outptr++ = invalue;
219 *outptr++ = invalue;
236 register JSAMPLE invalue; local
246 invalue = *inptr++; /* don't need GETJSAMPLE() here */
247 *outptr++ = invalue;
279 register int invalue; local
[all...]
/external/pdfium/third_party/libjpeg/
H A Dfpdfapi_jdsample.c195 register JSAMPLE invalue; local
211 invalue = *inptr++; /* don't need GETJSAMPLE() here */
213 *outptr++ = invalue;
238 register JSAMPLE invalue; local
247 invalue = *inptr++; /* don't need GETJSAMPLE() here */
248 *outptr++ = invalue;
249 *outptr++ = invalue;
266 register JSAMPLE invalue; local
276 invalue = *inptr++; /* don't need GETJSAMPLE() here */
277 *outptr++ = invalue;
309 register int invalue; local
[all...]

Completed in 94 milliseconds