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

  /external/jpeg/
jquant1.c 129 typedef int LOCFSERROR; /* use 'int' for calculation temps */
132 typedef INT32 LOCFSERROR; /* be sure calculation temps are big enough */
615 register LOCFSERROR cur; /* current error or pixel value */
616 LOCFSERROR belowerr; /* error for pixel below cur */
617 LOCFSERROR bpreverr; /* error for below/prev col */
618 LOCFSERROR bnexterr; /* error for below/next col */
619 LOCFSERROR delta;
jquant2.c 182 typedef int LOCFSERROR; /* use 'int' for calculation temps */
185 typedef INT32 LOCFSERROR; /* be sure calculation temps are big enough */
    [all...]

Completed in 51 milliseconds