Searched defs:LOCFSERROR (Results 1 - 2 of 2) sorted by relevance

/external/libjpeg-turbo/
H A Djquant1.c129 typedef int LOCFSERROR; /* use 'int' for calculation temps */ typedef
132 typedef JLONG LOCFSERROR; /* be sure calculation temps are big enough */ typedef
617 register LOCFSERROR cur; /* current error or pixel value */
618 LOCFSERROR belowerr; /* error for pixel below cur */
619 LOCFSERROR bpreverr; /* error for below/prev col */
620 LOCFSERROR bnexterr; /* error for below/next col */
621 LOCFSERROR delta;
H A Djquant2.c161 typedef int LOCFSERROR; /* use 'int' for calculation temps */ typedef
164 typedef JLONG LOCFSERROR; /* be sure calculation temps are big enough */ typedef
935 register LOCFSERROR cur0, cur1, cur2; /* current error or pixel value */
936 LOCFSERROR belowerr0, belowerr1, belowerr2; /* error for pixel below cur */
937 LOCFSERROR bpreverr0, bpreverr1, bpreverr2; /* error for below/prev col */
1024 { register LOCFSERROR bnexterr;

Completed in 129 milliseconds