Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20070605-1.c
blob: 8bf53253cc798672103095361d5334a590147e88 [
file
] [
log
] [
blame
]
quantize_fs_dither
(
unsigned
width
,
short
*
errorptr
,
int
dir
)
{
short
bpreverr
;
unsigned
col
;
for
(
col
=
width
;
col
>
0
;
col
--)
errorptr
+=
dir
;
errorptr
[
0
]
=
(
short
)
bpreverr
;
}