HomeSort by relevance Sort by last modified time
    Searched full:dest_row (Results 1 - 6 of 6) sorted by null

  /external/jpeg/
jutils.c 118 JSAMPARRAY output_array, int dest_row,
122 * to output_array[dest_row++]; these areas may overlap for duplication.
135 output_array += dest_row;
rdrle.c 208 JSAMPROW src_row, dest_row; local
214 dest_row = source->pub.buffer[0];
221 *dest_row++ = (JSAMPLE) (colormap[val ] >> 8);
222 *dest_row++ = (JSAMPLE) (colormap[val + 256] >> 8);
223 *dest_row++ = (JSAMPLE) (colormap[val + 512] >> 8);
jpegint.h 407 JSAMPARRAY output_array, int dest_row,
  /external/qemu/distrib/jpeg-6b/
jutils.c 118 JSAMPARRAY output_array, int dest_row,
122 * to output_array[dest_row++]; these areas may overlap for duplication.
135 output_array += dest_row;
rdrle.c 208 JSAMPROW src_row, dest_row; local
214 dest_row = source->pub.buffer[0];
221 *dest_row++ = (JSAMPLE) (colormap[val ] >> 8);
222 *dest_row++ = (JSAMPLE) (colormap[val + 256] >> 8);
223 *dest_row++ = (JSAMPLE) (colormap[val + 512] >> 8);
jpegint.h 407 JSAMPARRAY output_array, int dest_row,

Completed in 184 milliseconds