Searched refs:fserrors (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/jpeg/
H A Djquant1.c105 * 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:__anon3985
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[
[all...]
H A Djquant2.c158 * 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:__anon3986
958 register FSERRPTR errorptr; /* => fserrors[] at column before current */
983 errorptr = cquantize->fserrors + (width+1)*3; /* => entry after last column */
989 errorptr = cquantize->fserrors; /* => entry before first real column */
1080 * final fserrors[] entry. Note we need not unload belowerrN because
1202 if (cquantize->fserrors == NULL)
1203 cquantize->fserrors = (FSERRPTR) (*cinfo->mem->alloc_large)
1206 jzero_far((void FAR *) cquantize->fserrors, arraysiz
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/jpeg/
H A Djquant1.c105 * 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:__anon4890
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[
[all...]
H A Djquant2.c158 * 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:__anon4891
958 register FSERRPTR errorptr; /* => fserrors[] at column before current */
983 errorptr = cquantize->fserrors + (width+1)*3; /* => entry after last column */
989 errorptr = cquantize->fserrors; /* => entry before first real column */
1080 * final fserrors[] entry. Note we need not unload belowerrN because
1202 if (cquantize->fserrors == NULL)
1203 cquantize->fserrors = (FSERRPTR) (*cinfo->mem->alloc_large)
1206 jzero_far((void FAR *) cquantize->fserrors, arraysiz
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/jpeg/
H A Djquant1.c105 * 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:__anon38915
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[
[all...]
H A Djquant2.c158 * 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:__anon38916
958 register FSERRPTR errorptr; /* => fserrors[] at column before current */
983 errorptr = cquantize->fserrors + (width+1)*3; /* => entry after last column */
989 errorptr = cquantize->fserrors; /* => entry before first real column */
1080 * final fserrors[] entry. Note we need not unload belowerrN because
1202 if (cquantize->fserrors == NULL)
1203 cquantize->fserrors = (FSERRPTR) (*cinfo->mem->alloc_large)
1206 jzero_far((void FAR *) cquantize->fserrors, arraysiz
[all...]

Completed in 90 milliseconds