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

  /external/libjpeg-turbo/
jquant1.c 129 typedef int LOCFSERROR; /* use 'int' for calculation temps */
132 typedef JLONG LOCFSERROR; /* be sure calculation temps are big enough */
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;
jquant2.c 161 typedef int LOCFSERROR; /* use 'int' for calculation temps */
164 typedef JLONG LOCFSERROR; /* be sure calculation temps are big enough */
    [all...]

Completed in 427 milliseconds