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

  /external/libjpeg-turbo/
jquant1.c 130 typedef int LOCFSERROR; /* use 'int' for calculation temps */
133 typedef JLONG LOCFSERROR; /* be sure calculation temps are big enough */
619 register LOCFSERROR cur; /* current error or pixel value */
620 LOCFSERROR belowerr; /* error for pixel below cur */
621 LOCFSERROR bpreverr; /* error for below/prev col */
622 LOCFSERROR bnexterr; /* error for below/next col */
623 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 263 milliseconds