HomeSort by relevance Sort by last modified time
    Searched refs:num_rows (Results 1 - 25 of 45) sorted by null

1 2

  /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...]
jdcolor.c 141 JSAMPARRAY output_buf, int num_rows)
157 while (--num_rows >= 0) {
182 JSAMPARRAY output_buf, int num_rows)
198 while (--num_rows >= 0) {
223 JSAMPARRAY output_buf, int num_rows)
239 while (--num_rows >= 0) {
295 JSAMPARRAY output_buf, int num_rows)
312 while (--num_rows >= 0) {
373 JSAMPARRAY output_buf, int num_rows)
381 while (--num_rows >= 0)
    [all...]
jccolor.c 134 JDIMENSION output_row, int num_rows)
144 while (--num_rows >= 0) {
190 JDIMENSION output_row, int num_rows)
200 while (--num_rows >= 0) {
229 JDIMENSION output_row, int num_rows)
239 while (--num_rows >= 0) {
284 JDIMENSION output_row, int num_rows)
292 while (--num_rows >= 0) {
343 JDIMENSION output_row, int num_rows)
353 if (1 == num_rows && 3 == nc && num_cols > 0)
    [all...]
jutils.c 119 int num_rows, JDIMENSION num_cols)
121 * num_rows rows are copied from input_array[source_row++]
137 for (row = num_rows; row > 0; row--) {
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...]
jquant1.c 460 JSAMPARRAY output_buf, int num_rows)
472 for (row = 0; row < num_rows; row++) {
488 JSAMPARRAY output_buf, int num_rows)
501 for (row = 0; row < num_rows; row++) {
516 JSAMPARRAY output_buf, int num_rows)
531 for (row = 0; row < num_rows; row++) {
566 JSAMPARRAY output_buf, int num_rows)
584 for (row = 0; row < num_rows; row++) {
611 JSAMPARRAY output_buf, int num_rows)
636 for (row = 0; row < num_rows; row++)
    [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...]
jpegint.h 87 JDIMENSION output_row, int num_rows));
280 JSAMPARRAY output_buf, int num_rows));
288 int num_rows));
408 int num_rows, JDIMENSION num_cols));
jmemmgr.c 514 * num_rows = maxaccess. This means we can get good performance with simple
757 JDIMENSION start_row, JDIMENSION num_rows,
760 /* and extending for num_rows rows. writable is true if */
763 JDIMENSION end_row = start_row + num_rows;
767 if (end_row > ptr->rows_in_array || num_rows > ptr->maxaccess ||
842 JDIMENSION start_row, JDIMENSION num_rows,
845 /* and extending for num_rows rows. writable is true if */
848 JDIMENSION end_row = start_row + num_rows;
852 if (end_row > ptr->rows_in_array || num_rows > ptr->maxaccess ||
    [all...]
jquant2.c 225 JSAMPARRAY output_buf, int num_rows)
235 for (row = 0; row < num_rows; row++) {
    [all...]
jcsample.c 87 expand_right_edge (JSAMPARRAY image_data, int num_rows,
97 for (row = 0; row < num_rows; row++) {
  /external/qemu/distrib/jpeg-6b/
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...]
jdcolor.c 141 JSAMPARRAY output_buf, int num_rows)
157 while (--num_rows >= 0) {
182 JSAMPARRAY output_buf, int num_rows)
198 while (--num_rows >= 0) {
223 JSAMPARRAY output_buf, int num_rows)
239 while (--num_rows >= 0) {
295 JSAMPARRAY output_buf, int num_rows)
312 while (--num_rows >= 0) {
373 JSAMPARRAY output_buf, int num_rows)
381 while (--num_rows >= 0)
    [all...]
jutils.c 119 int num_rows, JDIMENSION num_cols)
121 * num_rows rows are copied from input_array[source_row++]
137 for (row = num_rows; row > 0; row--) {
jccolor.c 134 JDIMENSION output_row, int num_rows)
144 while (--num_rows >= 0) {
181 JDIMENSION output_row, int num_rows)
191 while (--num_rows >= 0) {
227 JDIMENSION output_row, int num_rows)
237 while (--num_rows >= 0) {
283 JDIMENSION output_row, int num_rows)
293 while (--num_rows >= 0) {
322 JDIMENSION output_row, int num_rows)
332 while (--num_rows >= 0)
    [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...]
jquant1.c 460 JSAMPARRAY output_buf, int num_rows)
472 for (row = 0; row < num_rows; row++) {
488 JSAMPARRAY output_buf, int num_rows)
501 for (row = 0; row < num_rows; row++) {
516 JSAMPARRAY output_buf, int num_rows)
531 for (row = 0; row < num_rows; row++) {
566 JSAMPARRAY output_buf, int num_rows)
584 for (row = 0; row < num_rows; row++) {
611 JSAMPARRAY output_buf, int num_rows)
636 for (row = 0; row < num_rows; row++)
    [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...]
jpegint.h 87 JDIMENSION output_row, int num_rows));
280 JSAMPARRAY output_buf, int num_rows));
288 int num_rows));
408 int num_rows, JDIMENSION num_cols));
jmemmgr.c 514 * num_rows = maxaccess. This means we can get good performance with simple
757 JDIMENSION start_row, JDIMENSION num_rows,
760 /* and extending for num_rows rows. writable is true if */
763 JDIMENSION end_row = start_row + num_rows;
767 if (end_row > ptr->rows_in_array || num_rows > ptr->maxaccess ||
842 JDIMENSION start_row, JDIMENSION num_rows,
845 /* and extending for num_rows rows. writable is true if */
848 JDIMENSION end_row = start_row + num_rows;
852 if (end_row > ptr->rows_in_array || num_rows > ptr->maxaccess ||
    [all...]
jquant2.c 225 JSAMPARRAY output_buf, int num_rows)
235 for (row = 0; row < num_rows; row++) {
    [all...]
jcsample.c 87 expand_right_edge (JSAMPARRAY image_data, int num_rows,
97 for (row = 0; row < num_rows; row++) {
  /external/webp/src/dec/
alpha.c 26 int row, int num_rows) {
29 if (row < 0 || row + num_rows > dec->pic_hdr_.height_) {
  /prebuilts/gcc/linux-x86/host/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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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

Completed in 1305 milliseconds

1 2