Home
last modified time | relevance | path

Searched refs:LOCFSERROR (Results 1 – 2 of 2) sorted by relevance

/external/libjpeg-turbo/
Djquant1.c130 typedef int LOCFSERROR; /* use 'int' for calculation temps */ typedef
133 typedef JLONG LOCFSERROR; /* be sure calculation temps are big enough */ typedef
619 register LOCFSERROR cur; /* current error or pixel value */ in quantize_fs_dither()
620 LOCFSERROR belowerr; /* error for pixel below cur */ in quantize_fs_dither()
621 LOCFSERROR bpreverr; /* error for below/prev col */ in quantize_fs_dither()
622 LOCFSERROR bnexterr; /* error for below/next col */ in quantize_fs_dither()
623 LOCFSERROR delta; in quantize_fs_dither()
Djquant2.c161 typedef int LOCFSERROR; /* use 'int' for calculation temps */ typedef
164 typedef JLONG LOCFSERROR; /* be sure calculation temps are big enough */ typedef
934 register LOCFSERROR cur0, cur1, cur2; /* current error or pixel value */ in pass2_fs_dither()
935 LOCFSERROR belowerr0, belowerr1, belowerr2; /* error for pixel below cur */ in pass2_fs_dither()
936 LOCFSERROR bpreverr0, bpreverr1, bpreverr2; /* error for below/prev col */ in pass2_fs_dither()
1027 register LOCFSERROR bnexterr; in pass2_fs_dither()