HomeSort by relevance Sort by last modified time
    Searched refs:num_rows (Results 1 - 25 of 48) 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...]
  /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...]
  /external/webp/src/dec/
alpha.c 118 int row, int num_rows) {
121 if (row < 0 || num_rows < 0 || row + num_rows > dec->pic_hdr_.height_) {
io.c 188 const uint8_t** alpha, int* const num_rows) {
190 *num_rows = io->mb_h;
197 --*num_rows;
207 *num_rows = io->crop_bottom - io->crop_top - start_y;
222 int num_rows; local
223 const int start_y = GetAlphaSourceRow(io, &alpha, &num_rows);
229 for (j = 0; j < num_rows; ++j) {
241 mb_w, num_rows, buf->stride);
254 int num_rows; local
255 const int start_y = GetAlphaSourceRow(io, &alpha, &num_rows);
    [all...]
vp8l.c 556 int mb_w, int num_rows) {
559 while (num_rows-- > 0) {
618 static void ApplyInverseTransforms(VP8LDecoder* const dec, int num_rows,
621 const int cache_pixs = dec->width_ * num_rows;
623 const int end_row = start_row + num_rows;
641 const int num_rows = row - dec->last_row_; local
643 if (num_rows <= 0) return; // Nothing to be done.
644 ApplyInverseTransforms(dec, num_rows, rows);
1067 const int num_rows = row - dec->last_row_; local
    [all...]
vp8i.h 324 int row, int num_rows);
  /external/webp/src/utils/
rescaler.h 54 int WebPRescalerImport(WebPRescaler* const rescaler, int num_rows,

Completed in 1030 milliseconds

1 2