Searched defs:row (Results 176 - 200 of 652) sorted by relevance

1234567891011>>

/external/libpng/contrib/libtests/
H A Dtimepng.c13 * reading each file by row. The test does nothing with the read result and
42 png_bytep row = NULL, display = NULL; local
50 if (row != NULL) free(row);
66 row = malloc(rowbytes);
69 if (row == NULL || display == NULL)
70 png_error(png_ptr, "OOM allocating row buffers");
83 /* NOTE: this trashes the row each time; interlace handling won't
87 png_read_row(png_ptr, row, display);
95 free(row);
[all...]
/external/libpng/contrib/pngminus/
H A Dpng2pnm.c205 int row, col; local
375 for (row = 0; row < height; row++)
421 } /* end for row */
/external/libvpx/libvpx/vp8/encoder/
H A Dlookahead.c112 int row, col, active_end; local
128 for (row = 0; row < mb_rows; ++row)
134 /* Find the first active macroblock in this row. */
141 /* No more active macroblock in this row. */
145 /* Find the end of active region in this row. */
156 row << 4,
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_lookahead.c97 int row, col, active_end; local
116 for (row = 0; row < mb_rows; ++row) {
120 // Find the first active macroblock in this row.
126 // No more active macroblock in this row.
130 // Find the end of active region in this row.
140 row << 4,
/external/libvpx/libvpx/vpx_scale/generic/
H A Dyv12extend.c127 int row; local
139 for (row = 0; row < src_ybc->y_height; ++row) {
148 for (row = 0; row < src_ybc->uv_height; ++row) {
157 for (row = 0; row < src_ybc->uv_height; ++row) {
168 int row; local
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
H A Dscripts.c76 void *entry, int row)
79 bool current_entry = ui_browser__is_current_entry(browser, row);
75 script_browser__write(struct ui_browser *browser, void *entry, int row) argument
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/tui/
H A Dutil.c17 void *entry, int row)
20 bool current_entry = ui_browser__is_current_entry(browser, row);
16 ui_browser__argv_write(struct ui_browser *browser, void *entry, int row) argument
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_tile.c42 unsigned row; /* current source row */ local
49 for (row = 0; row < height; row += tile_height)
53 uint8_t *src2 = (uint8_t *)src + src_pitch * row + col;
54 uint8_t *dst2 = (uint8_t *)dst + row * dst_pitch +
58 for (j = 0; j < MIN2(tile_height, height - row); ++j)
73 unsigned row; /* current source row */ local
104 unsigned row; /* current source row */ local
135 unsigned row; /* current source row */ local
166 unsigned row; /* current source row */ local
256 unsigned row; /* current destination row */ local
289 unsigned row; /* current destination row */ local
322 unsigned row; /* current destination row */ local
355 unsigned row; /* current destination row */ local
388 unsigned row; /* current destination row */ local
[all...]
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_tile.c42 unsigned row; /* current source row */ local
49 for (row = 0; row < height; row += tile_height)
53 uint8_t *src2 = (uint8_t *)src + src_pitch * row + col;
54 uint8_t *dst2 = (uint8_t *)dst + row * dst_pitch +
58 for (j = 0; j < MIN2(tile_height, height - row); ++j)
73 unsigned row; /* current source row */ local
104 unsigned row; /* current source row */ local
135 unsigned row; /* current source row */ local
166 unsigned row; /* current source row */ local
256 unsigned row; /* current destination row */ local
289 unsigned row; /* current destination row */ local
322 unsigned row; /* current destination row */ local
355 unsigned row; /* current destination row */ local
388 unsigned row; /* current destination row */ local
[all...]
/external/mesa3d/src/mesa/drivers/dri/swrast/
H A Dswrast_priv.h88 /* scratch row for optimized front-buffer rendering */
89 char *row; member in struct:dri_drawable
/external/mesa3d/src/mesa/main/
H A Dconvolve.c155 GLsizei rowBufSize, GLvoid *row,
167 GLvoid *row, GLvoid *column, GLvoid *span)
169 _mesa_GetnSeparableFilterARB(target, format, type, INT_MAX, row,
175 _mesa_SeparableFilter2D(GLenum target, GLenum internalFormat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *row, const GLvoid *column) argument
154 _mesa_GetnSeparableFilterARB(GLenum target, GLenum format, GLenum type, GLsizei rowBufSize, GLvoid *row, GLsizei columnBufSize, GLvoid *column, GLvoid *span) argument
166 _mesa_GetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid *row, GLvoid *column, GLvoid *span) argument
/external/openssl/crypto/txt_db/
H A Dtxt_db.c303 int TXT_DB_insert(TXT_DB *db, OPENSSL_STRING *row) argument
313 (db->qual[i](row) == 0)) continue;
314 r=lh_OPENSSL_STRING_retrieve(db->index[i],row);
325 if (!sk_OPENSSL_PSTRING_push(db->data,row))
336 (db->qual[i](row) == 0)) continue;
337 (void)lh_OPENSSL_STRING_insert(db->index[i],row);
369 if (max == NULL) /* new row */
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jcprepct.c34 * For the simple (no-context-row) case, we just need to buffer one
35 * row group's worth of pixels for the downsampling step. At the bottom of
36 * the image, we pad to a full row group by replicating the last pixel row.
37 * The downsampler's last output row is then replicated if needed to pad
38 * out to a full iMCU row.
40 * When providing context rows, we must buffer three row groups' worth of
41 * pixels. Three row groups are physically allocated, but the row pointer
42 * arrays are made five row group
110 register int row; local
220 int row; local
[all...]
/external/pdfium/core/src/fxge/agg/agg23/
H A Dagg_rendering_buffer.h113 int8u* row(unsigned y) function in class:agg::rendering_buffer
117 const int8u* row(unsigned y) const function in class:agg::rendering_buffer
/external/qemu/distrib/jpeg-6b/
H A Djcprepct.c33 * For the simple (no-context-row) case, we just need to buffer one
34 * row group's worth of pixels for the downsampling step. At the bottom of
35 * the image, we pad to a full row group by replicating the last pixel row.
36 * The downsampler's last output row is then replicated if needed to pad
37 * out to a full iMCU row.
39 * When providing context rows, we must buffer three row groups' worth of
40 * pixels. Three row groups are physically allocated, but the row pointer
41 * arrays are made five row group
109 register int row; local
219 int row; local
[all...]
H A Djddctmgr.c229 * coefficients scaled by scalefactor[row]*scalefactor[col], where
285 * coefficients scaled by scalefactor[row]*scalefactor[col], where
290 int row, col; local
297 for (row = 0; row < DCTSIZE; row++) {
301 aanscalefactor[row] * aanscalefactor[col]);
H A Drdrle.c59 * then fetch the required row from the virtual array on subsequent calls.
69 JDIMENSION row; /* current row # in the virtual array */ member in struct:_rle_source_struct
71 rle_pixel** rle_row; /* holds a row returned by rle_getrow() */
181 * Read one row of pixels.
191 source->row--;
193 ((j_common_ptr) cinfo, source->image, source->row, (JDIMENSION) 1, FALSE);
199 * Read one row of pixels.
215 source->row--;
217 ((j_common_ptr) cinfo, source->image, source->row, (JDIMENSIO
244 JDIMENSION row, col; local
[all...]
/external/qemu/distrib/zlib-1.2.8/
H A Dcrc32.c361 unsigned long row; local
371 row = 1;
373 odd[n] = row;
374 row <<= 1;
/external/skia/include/core/
H A DSkMask.h85 uint16_t* row = (uint16_t*)(fImage + (y - fBounds.fTop) * fRowBytes); local
86 return row + (x - fBounds.fLeft);
98 uint32_t* row = (uint32_t*)(fImage + (y - fBounds.fTop) * fRowBytes); local
99 return row + (x - fBounds.fLeft);
111 uint32_t* row = (uint32_t*)(fImage + (y - fBounds.fTop) * fRowBytes); local
112 return row + (x - fBounds.fLeft);
/external/skia/src/effects/
H A DSkColorFilterImageFilter.cpp39 bool component_needs_clamping(SkScalar row[5]) { argument
40 SkScalar maxValue = row[4] / 255;
41 SkScalar minValue = row[4] / 255;
43 if (row[i] > 0)
44 maxValue += row[i];
46 minValue += row[i];
/external/skia/src/gpu/effects/
H A DGrTextureStripAtlas.cpp101 // We already have the data in a row, so we can just return that row
102 AtlasRow* row = fKeyTable[index]; local
103 if (0 == row->fLocks) {
104 this->removeFromLRU(row);
106 ++row->fLocks;
110 // required for storing row numbers and just compute it with some pointer arithmetic
111 rowNumber = static_cast<int>(row - fRows);
116 // We don't have this data cached, so pick the least recently used row to copy into
117 AtlasRow* row local
172 unlockRow(int row) argument
188 AtlasRow* row = fLRUFront; local
236 appendLRU(AtlasRow* row) argument
248 removeFromLRU(AtlasRow* row) argument
[all...]
/external/smack/src/org/jivesoftware/smackx/
H A DReportedData.java105 * @param row the new row to add.
107 public void addRow(Row row){ argument
108 rows.add(row);
/external/webrtc/src/system_wrappers/source/
H A Ddata_log_unittest.cc48 int row = 0; local
65 EXPECT_EQ(str, it->second.values[row]);
66 if (str != it->second.values[row])
69 ++row;
92 // header or a cell of a row.
/external/wpa_supplicant_8/hs20/server/www/
H A Dest.php47 $row = $q->fetch(); variable
48 if (!$row) {
52 $rowid = $row['rowid'];
54 $oper = $row['operation'];
59 $pw = $row['password'];
/external/zlib/src/
H A Dcrc32.c361 unsigned long row; local
371 row = 1;
373 odd[n] = row;
374 row <<= 1;

Completed in 6384 milliseconds

1234567891011>>