HomeSort by relevance Sort by last modified time
    Searched refs:fserrors (Results 1 - 2 of 2) sorted by null

  /external/libjpeg-turbo/
jquant1.c 108 * Errors are accumulated into the array fserrors[], at a resolution of
122 * The fserrors[] array is indexed [component#][position].
163 FSERRPTR fserrors[MAX_Q_COMPS]; /* accumulated errors */ member in struct:__anon25056
622 register FSERRPTR errorptr; /* => fserrors[] at column before current */
650 errorptr = cquantize->fserrors[ci] + (width+1); /* => entry after last column */
655 errorptr = cquantize->fserrors[ci]; /* => entry before first column */
708 * final fserrors[] entry. Note we need not unload belowerr because
731 cquantize->fserrors[i] = (FSERRPTR)
780 if (cquantize->fserrors[0] == NULL)
785 jzero_far((void *) cquantize->fserrors[i], arraysize)
    [all...]
jquant2.c 140 * Errors are accumulated into the array fserrors[], at a resolution of
154 * The fserrors[] array has (#columns + 2) entries; the extra entry at
185 FSERRPTR fserrors; /* accumulated errors */ member in struct:__anon25057
    [all...]

Completed in 1987 milliseconds