Searched refs:LOCFSERROR (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/3rdparty/libjpeg/ |
D | jquant1.c | 130 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()
|
D | jquant2.c | 183 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/ |
D | jquant1.c | 128 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()
|
D | jquant2.c | 160 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()
|