OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fserrors
(Results
1 - 4
of
4
) sorted by null
/external/jpeg/
jquant1.c
105
* Errors are accumulated into the array
fserrors
[], at a resolution of
119
* The
fserrors
[] array is indexed [component#][position].
163
FSERRPTR
fserrors
[MAX_Q_COMPS]; /* accumulated errors */
member in struct:__anon19658
620
register FSERRPTR errorptr; /* =>
fserrors
[] at column before current */
649
errorptr = cquantize->
fserrors
[ci] + (width+1); /* => entry after last column */
654
errorptr = cquantize->
fserrors
[ci]; /* => entry before first column */
707
* final
fserrors
[] entry. Note we need not unload belowerr because
730
cquantize->
fserrors
[i] = (FSERRPTR)
779
if (cquantize->
fserrors
[0] == NULL)
784
jzero_far((void FAR *) cquantize->
fserrors
[i], arraysize)
[
all
...]
jquant2.c
158
* Errors are accumulated into the array
fserrors
[], at a resolution of
172
* The
fserrors
[] array has (#columns + 2) entries; the extra entry at
206
FSERRPTR
fserrors
; /* accumulated errors */
member in struct:__anon19659
[
all
...]
/external/qemu/distrib/jpeg-6b/
jquant1.c
105
* Errors are accumulated into the array
fserrors
[], at a resolution of
119
* The
fserrors
[] array is indexed [component#][position].
163
FSERRPTR
fserrors
[MAX_Q_COMPS]; /* accumulated errors */
member in struct:__anon24923
620
register FSERRPTR errorptr; /* =>
fserrors
[] at column before current */
649
errorptr = cquantize->
fserrors
[ci] + (width+1); /* => entry after last column */
654
errorptr = cquantize->
fserrors
[ci]; /* => entry before first column */
707
* final
fserrors
[] entry. Note we need not unload belowerr because
730
cquantize->
fserrors
[i] = (FSERRPTR)
779
if (cquantize->
fserrors
[0] == NULL)
784
jzero_far((void FAR *) cquantize->
fserrors
[i], arraysize)
[
all
...]
jquant2.c
158
* Errors are accumulated into the array
fserrors
[], at a resolution of
172
* The
fserrors
[] array has (#columns + 2) entries; the extra entry at
206
FSERRPTR
fserrors
; /* accumulated errors */
member in struct:__anon24924
[
all
...]
Completed in 40 milliseconds