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

  /external/jpeg/
jdpostct.c 133 JDIMENSION num_rows, max_rows; local
140 num_rows = 0;
143 post->buffer, &num_rows, max_rows);
146 post->buffer, output_buf + *out_row_ctr, (int) num_rows);
147 *out_row_ctr += num_rows;
165 JDIMENSION old_next_row, num_rows; local
183 num_rows = post->next_row - old_next_row;
185 (JSAMPARRAY) NULL, (int) num_rows);
186 *out_row_ctr += num_rows;
209 JDIMENSION num_rows, max_rows local
    [all...]
jdmerge.c 171 JDIMENSION num_rows; /* number of rows returned to caller */ local
183 num_rows = 1;
187 num_rows = 2;
189 if (num_rows > upsample->rows_to_go)
190 num_rows = upsample->rows_to_go;
193 if (num_rows > out_rows_avail)
194 num_rows = out_rows_avail;
197 if (num_rows > 1) {
208 *out_row_ctr += num_rows;
209 upsample->rows_to_go -= num_rows;
    [all...]
jdsample.c 98 JDIMENSION num_rows; local
117 num_rows = (JDIMENSION) (cinfo->max_v_samp_factor - upsample->next_row_out);
121 if (num_rows > upsample->rows_to_go)
122 num_rows = upsample->rows_to_go;
125 if (num_rows > out_rows_avail)
126 num_rows = out_rows_avail;
131 (int) num_rows);
134 *out_row_ctr += num_rows;
135 upsample->rows_to_go -= num_rows;
136 upsample->next_row_out += num_rows;
    [all...]
  /external/chromium/net/http/
http_network_transaction_unittest.cc 147 const int num_rows = static_cast<int>( local
149 const int sizeof_data = num_rows * sizeof_row;
153 for (int i = 0; i < num_rows; ++i)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XKBgeom.h 239 unsigned short num_rows; member in struct:_XkbSection
266 unsigned short num_rows; member in struct:_XkbOverlay
  /external/qemu/distrib/libpng-1.2.19/
png.h 1164 png_uint_32 num_rows; \/* number of rows in current pass *\/ member in struct:png_struct_def
    [all...]

Completed in 286 milliseconds