Searched refs:LOCFSERROR (Results 1 – 4 of 4) sorted by relevance
/external/qemu/distrib/jpeg-6b/ |
D | jquant1.c | 129 typedef int LOCFSERROR; /* use 'int' for calculation temps */ typedef 132 typedef INT32 LOCFSERROR; /* be sure calculation temps are big enough */ typedef 615 register LOCFSERROR cur; /* current error or pixel value */ in quantize_fs_dither() 616 LOCFSERROR belowerr; /* error for pixel below cur */ in quantize_fs_dither() 617 LOCFSERROR bpreverr; /* error for below/prev col */ in quantize_fs_dither() 618 LOCFSERROR bnexterr; /* error for below/next col */ in quantize_fs_dither() 619 LOCFSERROR delta; in quantize_fs_dither()
|
D | jquant2.c | 182 typedef int LOCFSERROR; /* use 'int' for calculation temps */ typedef 185 typedef INT32 LOCFSERROR; /* be sure calculation temps are big enough */ typedef 955 register LOCFSERROR cur0, cur1, cur2; /* current error or pixel value */ in pass2_fs_dither() 956 LOCFSERROR belowerr0, belowerr1, belowerr2; /* error for pixel below cur */ in pass2_fs_dither() 957 LOCFSERROR bpreverr0, bpreverr1, bpreverr2; /* error for below/prev col */ in pass2_fs_dither() 1044 { register LOCFSERROR bnexterr, delta; in pass2_fs_dither()
|
/external/jpeg/ |
D | jquant1.c | 129 typedef int LOCFSERROR; /* use 'int' for calculation temps */ typedef 132 typedef INT32 LOCFSERROR; /* be sure calculation temps are big enough */ typedef 615 register LOCFSERROR cur; /* current error or pixel value */ in quantize_fs_dither() 616 LOCFSERROR belowerr; /* error for pixel below cur */ in quantize_fs_dither() 617 LOCFSERROR bpreverr; /* error for below/prev col */ in quantize_fs_dither() 618 LOCFSERROR bnexterr; /* error for below/next col */ in quantize_fs_dither() 619 LOCFSERROR delta; in quantize_fs_dither()
|
D | jquant2.c | 182 typedef int LOCFSERROR; /* use 'int' for calculation temps */ typedef 185 typedef INT32 LOCFSERROR; /* be sure calculation temps are big enough */ typedef 955 register LOCFSERROR cur0, cur1, cur2; /* current error or pixel value */ in pass2_fs_dither() 956 LOCFSERROR belowerr0, belowerr1, belowerr2; /* error for pixel below cur */ in pass2_fs_dither() 957 LOCFSERROR bpreverr0, bpreverr1, bpreverr2; /* error for below/prev col */ in pass2_fs_dither() 1044 { register LOCFSERROR bnexterr, delta; in pass2_fs_dither()
|