Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjpeg/
Djquant1.c130 typedef int LOCFSERROR; /* use 'int' for calculation temps */ typedef
133 typedef INT32 LOCFSERROR; /* be sure calculation temps are big enough */ typedef
616 register LOCFSERROR cur; /* current error or pixel value */ in quantize_fs_dither()
617 LOCFSERROR belowerr; /* error for pixel below cur */ in quantize_fs_dither()
618 LOCFSERROR bpreverr; /* error for below/prev col */ in quantize_fs_dither()
619 LOCFSERROR bnexterr; /* error for below/next col */ in quantize_fs_dither()
620 LOCFSERROR delta; in quantize_fs_dither()
Djquant2.c183 typedef int LOCFSERROR; /* use 'int' for calculation temps */ typedef
186 typedef INT32 LOCFSERROR; /* be sure calculation temps are big enough */ typedef
956 register LOCFSERROR cur0, cur1, cur2; /* current error or pixel value */ in pass2_fs_dither()
957 LOCFSERROR belowerr0, belowerr1, belowerr2; /* error for pixel below cur */ in pass2_fs_dither()
958 LOCFSERROR bpreverr0, bpreverr1, bpreverr2; /* error for below/prev col */ in pass2_fs_dither()
1045 { register LOCFSERROR bnexterr, delta; in pass2_fs_dither()
/external/libjpeg-turbo/
Djquant1.c128 typedef int LOCFSERROR; /* use 'int' for calculation temps */ typedef
131 typedef INT32 LOCFSERROR; /* be sure calculation temps are big enough */ typedef
616 register LOCFSERROR cur; /* current error or pixel value */ in quantize_fs_dither()
617 LOCFSERROR belowerr; /* error for pixel below cur */ in quantize_fs_dither()
618 LOCFSERROR bpreverr; /* error for below/prev col */ in quantize_fs_dither()
619 LOCFSERROR bnexterr; /* error for below/next col */ in quantize_fs_dither()
620 LOCFSERROR delta; in quantize_fs_dither()
Djquant2.c160 typedef int LOCFSERROR; /* use 'int' for calculation temps */ typedef
163 typedef INT32 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()
1023 { register LOCFSERROR bnexterr; in pass2_fs_dither()