HomeSort by relevance Sort by last modified time
    Searched refs:fserrors (Results 1 - 2 of 2) 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:__anon4450
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:__anon4451
    [all...]

Completed in 35 milliseconds