Searched refs:row (Results 276 - 300 of 1435) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/resources/
H A Dgesture_config.js49 var row = $('section-row-template').cloneNode(true);
50 row.removeAttribute('id');
52 var label = row.querySelector('.row-label');
53 var input = row.querySelector('.input');
54 var units = row.querySelector('.row-units');
55 var reset = row.querySelector('.row
[all...]
/external/chromium_org/third_party/libjpeg_turbo/
H A Drdcolmap.c174 unsigned int w, h, maxval, row, col; local
194 for (row = 0; row < h; row++) {
205 for (row = 0; row < h; row++) {
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_drawpix.c267 GLint row; local
276 for (row = 0; row < height; row++) {
280 row, 0);
325 GLint row; local
326 for (row = 0; row < height; row++) {
329 GL_DEPTH_COMPONENT, type, row,
346 GLint row; local
373 GLint row; local
463 GLint row; local
[all...]
/external/jpeg/
H A Drdcolmap.c174 unsigned int w, h, maxval, row, col; local
194 for (row = 0; row < h; row++) {
205 for (row = 0; row < h; row++) {
/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/mesa3d/src/mesa/swrast/
H A Ds_drawpix.c267 GLint row; local
276 for (row = 0; row < height; row++) {
280 row, 0);
325 GLint row; local
326 for (row = 0; row < height; row++) {
329 GL_DEPTH_COMPONENT, type, row,
346 GLint row; local
373 GLint row; local
463 GLint row; local
[all...]
/external/qemu/distrib/jpeg-6b/
H A Drdcolmap.c174 unsigned int w, h, maxval, row, col; local
194 for (row = 0; row < h; row++) {
205 for (row = 0; row < h; row++) {
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dreconinter.c131 ptr = base_pre + d->offset + (d->bmi.mv.as_mv.row >> 3) * pre_stride + (d->bmi.mv.as_mv.col >> 3);
133 if (d->bmi.mv.as_mv.row & 7 || d->bmi.mv.as_mv.col & 7)
135 sppf(ptr, pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, pred_ptr, pitch);
154 ptr = base_pre + d->offset + (d->bmi.mv.as_mv.row >> 3) * pre_stride + (d->bmi.mv.as_mv.col >> 3);
156 if (d->bmi.mv.as_mv.row & 7 || d->bmi.mv.as_mv.col & 7)
158 x->subpixel_predict8x8(ptr, pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, dst, dst_stride);
169 ptr = base_pre + d->offset + (d->bmi.mv.as_mv.row >> 3) * pre_stride + (d->bmi.mv.as_mv.col >> 3);
171 if (d->bmi.mv.as_mv.row & 7 || d->bmi.mv.as_mv.col & 7)
173 x->subpixel_predict8x4(ptr, pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, dst, dst_stride);
185 ptr = base_pre + d->offset + (d->bmi.mv.as_mv.row >>
[all...]
/external/libvpx/libvpx/vp8/common/
H A Dreconinter.c131 ptr = base_pre + d->offset + (d->bmi.mv.as_mv.row >> 3) * pre_stride + (d->bmi.mv.as_mv.col >> 3);
133 if (d->bmi.mv.as_mv.row & 7 || d->bmi.mv.as_mv.col & 7)
135 sppf(ptr, pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, pred_ptr, pitch);
154 ptr = base_pre + d->offset + (d->bmi.mv.as_mv.row >> 3) * pre_stride + (d->bmi.mv.as_mv.col >> 3);
156 if (d->bmi.mv.as_mv.row & 7 || d->bmi.mv.as_mv.col & 7)
158 x->subpixel_predict8x8(ptr, pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, dst, dst_stride);
169 ptr = base_pre + d->offset + (d->bmi.mv.as_mv.row >> 3) * pre_stride + (d->bmi.mv.as_mv.col >> 3);
171 if (d->bmi.mv.as_mv.row & 7 || d->bmi.mv.as_mv.col & 7)
173 x->subpixel_predict8x4(ptr, pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, dst, dst_stride);
185 ptr = base_pre + d->offset + (d->bmi.mv.as_mv.row >>
[all...]
/external/chromium-trace/trace-viewer/src/tracing/analysis/
H A Dgeneric_object_view.js139 var row = document.createElement('div');
145 row.appendChild(indentSpan);
149 row.appendChild(labelSpan);
151 row.appendChild(dataElement);
154 row.appendChild(suffixSpan);
156 row.dataElement = dataElement;
157 this.appendChild(row);
/external/chromium_org/third_party/skia/include/utils/
H A DSkMatrix44.h140 /* When converting from SkMatrix44 to SkMatrix, the third row and
142 * the third row and column remain as identity:
209 * get a value from the matrix. The row,col parameters work as follows:
214 inline SkMScalar get(int row, int col) const { argument
215 SkASSERT((unsigned)row <= 3);
217 return fMat[col][row];
221 * set a value in the matrix. The row,col parameters work as follows:
226 inline void set(int row, int col, SkMScalar value) { argument
227 SkASSERT((unsigned)row <= 3);
229 fMat[col][row]
233 getDouble(int row, int col) const argument
236 setDouble(int row, int col, double value) argument
239 getFloat(int row, int col) const argument
242 setFloat(int row, int col, float value) argument
[all...]
/external/skia/include/utils/
H A DSkMatrix44.h140 /* When converting from SkMatrix44 to SkMatrix, the third row and
142 * the third row and column remain as identity:
205 * get a value from the matrix. The row,col parameters work as follows:
210 inline SkMScalar get(int row, int col) const { argument
211 SkASSERT((unsigned)row <= 3);
213 return fMat[col][row];
217 * set a value in the matrix. The row,col parameters work as follows:
222 inline void set(int row, int col, SkMScalar value) { argument
223 SkASSERT((unsigned)row <= 3);
225 fMat[col][row]
229 getDouble(int row, int col) const argument
232 setDouble(int row, int col, double value) argument
235 getFloat(int row, int col) const argument
238 setFloat(int row, int col, float value) argument
[all...]
/external/libhevc/common/x86/
H A Dihevc_chroma_intra_pred_filters_sse42_intr.c130 WORD32 row, col; local
160 // pu1_ref[2*(two_nt - 1 - row)]
182 for(row = 0; row < nt; row++)
187 const_temp2_4x32b = _mm_set_epi16(pu1_ref[2 * (two_nt - 1 - row) + 1], pu1_ref[2 * (two_nt - 1 - row)], pu1_ref[2 * (two_nt - 1 - row) + 1],
188 pu1_ref[2 * (two_nt - 1 - row)], pu1_ref[2 * (two_nt - 1 - row)
286 WORD32 row; local
[all...]
/external/libhevc/common/arm/
H A Dihevc_intra_pred_filters_neon_intr.c674 /* In width multiple of 4 case the row also has been unrolled by 2 and store has been taken care*/
676 WORD32 row, col = 0; local
725 for(row = 0; row < nt; row++)
727 pu1_ref_two_nt_1_row = pu1_ref[two_nt - 1 - row];
730 const_nt_1_row = nt - 1 - row;
733 const_row_1 = row + 1;
789 for(row = 0; row < n
906 WORD32 row = 0, col = 0, col_count; local
1193 WORD32 row, col; local
1424 WORD32 row, col; local
1728 WORD32 row, col; local
1892 WORD32 row, col, idx; local
2105 WORD32 row, col; local
2317 WORD32 row, col, k; local
2579 WORD32 row, col, k; local
2799 WORD32 row, col; local
[all...]
/external/libpng/contrib/gregbook/
H A Drpng2-x.c16 - fix expose/redraw code: don't draw entire row if only part exposed
169 static void rpng2_x_display_row (ulg row);
481 "\t\t row (for demo purposes)\n"
1064 ulg i, row; local
1103 for (row = 0; row < rpng2_info.height; ++row) {
1104 yidx = (int)(row % bgscale);
1105 even_odd_vert = (int)((row / bgscale) & 1);
1121 dest = (char *)bg_data + row*bg_rowbyte
1348 rpng2_x_display_row(ulg row) argument
1597 ulg i, row, lastrow = 0; local
1847 ulg i, row; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/armv6/
H A Dvp8_variance_halfpixvar16x16_hv_armv6.asm38 add r9, r0, r1 ; pointer to pixels on the next row
40 ldr r4, [r0, #0] ; load source pixels a, row N
41 ldr r6, [r0, #1] ; load source pixels b, row N
42 ldr r5, [r9, #0] ; load source pixels c, row N+1
43 ldr r7, [r9, #1] ; load source pixels d, row N+1
45 ; x = (a + b + 1) >> 1, interpolate pixels horizontally on row N
49 ; y = (c + d + 1) >> 1, interpolate pixels horizontally on row N+1
80 ldr r4, [r0, #4] ; load source pixels a, row N
81 ldr r6, [r0, #5] ; load source pixels b, row N
82 ldr r5, [r9, #4] ; load source pixels c, row
[all...]
/external/libvpx/libvpx/vp8/common/arm/armv6/
H A Dvp8_variance_halfpixvar16x16_hv_armv6.asm38 add r9, r0, r1 ; pointer to pixels on the next row
40 ldr r4, [r0, #0] ; load source pixels a, row N
41 ldr r6, [r0, #1] ; load source pixels b, row N
42 ldr r5, [r9, #0] ; load source pixels c, row N+1
43 ldr r7, [r9, #1] ; load source pixels d, row N+1
45 ; x = (a + b + 1) >> 1, interpolate pixels horizontally on row N
49 ; y = (c + d + 1) >> 1, interpolate pixels horizontally on row N+1
80 ldr r4, [r0, #4] ; load source pixels a, row N
81 ldr r6, [r0, #5] ; load source pixels b, row N
82 ldr r5, [r9, #4] ; load source pixels c, row
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DTransformationMatrix.cpp67 // the array refers to the column that the element lies in; the second index refers to the row.
156 // deleting the ith row and jth column from A.
365 Vector3 row[3], pdum3; local
369 row[i][0] = localMatrix[i][0];
370 row[i][1] = localMatrix[i][1];
371 row[i][2] = localMatrix[i][2];
374 // Compute X scale factor and normalize first row.
375 result.scaleX = v3Length(row[0]);
376 v3Scale(row[0], 1.0);
378 // Compute XY shear factor and make 2nd row orthogona
[all...]
/external/chromium_org/chrome/browser/predictors/
H A Dautocomplete_action_predictor_unittest.cc141 history::URLRow row(test_row.url);
142 row.set_title(test_row.title);
143 row.set_last_visit(visit_time);
145 return url_db->AddURL(row);
150 AutocompleteActionPredictorTable::Row row; local
151 row.id = base::GenerateGUID();
152 row.user_text = test_row.user_text;
153 row.url = test_row.url;
154 row.number_of_hits = test_row.number_of_hits;
155 row
165 AutocompleteActionPredictorTable::Row row = local
174 UpdateRow(const AutocompleteActionPredictorTable::Row& row) argument
[all...]
/external/eigen/Eigen/src/SparseCore/
H A DSparseVector.h98 inline Scalar coeff(Index row, Index col) const argument
100 eigen_assert(IsColVector ? (col==0 && row>=0 && row<m_size) : (row==0 && col>=0 && col<m_size));
101 return coeff(IsColVector ? row : col);
109 inline Scalar& coeffRef(Index row, Index col) argument
111 eigen_assert(IsColVector ? (col==0 && row>=0 && row<m_size) : (row==0 && col>=0 && col<m_size));
112 return coeff(IsColVector ? row
155 insert(Index row, Index col) argument
368 inline Index row() const { return IsColVector ? index() : 0; } function in class:Eigen::SparseVector::InnerIterator
400 inline Index row() const { return IsColVector ? index() : 0; } function in class:Eigen::SparseVector::ReverseInnerIterator
[all...]
/external/chromium_org/cc/resources/
H A Dtexture_uploader.cc199 // Use 4-byte row alignment (OpenGL default) for upload performance.
213 // Strides not equal, so do a row-by-row memcpy from the
215 for (int row = 0; row < source_rect.height(); ++row)
216 memcpy(&sub_image_[upload_image_stride * row],
218 (offset.x() + (offset.y() + row) * image_rect.width())],
254 // Use 4-byte row alignment (OpenGL default) for upload performance.
282 // Strides not equal, so do a row
[all...]
/external/chromium_org/chrome/browser/resources/inspect/
H A Dinspect.js321 var row = addTargetToList(page, pageList, ['name', 'url']);
323 addWebViewDetails(row, page);
325 addFavicon(row, page);
327 addActionLink(row, 'focus tab',
331 addActionLink(row, 'reload',
335 addActionLink(row, 'close',
344 var row = addTargetToList(data, $('pages-list'), ['name', 'url']);
345 addFavicon(row, data);
347 addGuestViews(row, data.guests);
351 var row
[all...]
/external/chromium_org/chrome/utility/media_galleries/
H A Dpmp_column_reader_unittest.cc45 bool DoRead(const PmpColumnReader* reader, uint32 row, std::string* target) { argument
46 return reader->ReadString(row, target);
49 bool DoRead(const PmpColumnReader* reader, uint32 row, uint32* target) { argument
50 return reader->ReadUInt32(row, target);
53 bool DoRead(const PmpColumnReader* reader, uint32 row, double* target) { argument
54 return reader->ReadDouble64(row, target);
57 bool DoRead(const PmpColumnReader* reader, uint32 row, uint8* target) { argument
58 return reader->ReadUInt8(row, target);
61 bool DoRead(const PmpColumnReader* reader, uint32 row, uint64* target) { argument
62 return reader->ReadUInt64(row, targe
[all...]
/external/eigen/Eigen/src/Core/
H A DDiagonalProduct.h61 EIGEN_STRONG_INLINE const Scalar coeff(Index row, Index col) const argument
63 return m_diagonal.diagonal().coeff(ProductOrder == OnTheLeft ? row : col) * m_matrix.coeff(row, col);
75 EIGEN_STRONG_INLINE PacketScalar packet(Index row, Index col) const argument
80 const Index indexInDiagonalVector = ProductOrder == OnTheLeft ? row : col;
81 return packet_impl<LoadMode>(row,col,indexInDiagonalVector,typename internal::conditional<
97 EIGEN_STRONG_INLINE PacketScalar packet_impl(Index row, Index col, Index id, internal::true_type) const argument
99 return internal::pmul(m_matrix.template packet<LoadMode>(row, col),
104 EIGEN_STRONG_INLINE PacketScalar packet_impl(Index row, Index col, Index id, internal::false_type) const argument
110 return internal::pmul(m_matrix.template packet<LoadMode>(row, co
[all...]
H A DTriangularMatrix.h54 inline Scalar coeff(Index row, Index col) const { return derived().coeff(row,col); } argument
55 inline Scalar& coeffRef(Index row, Index col) { return derived().coeffRef(row,col); } argument
57 /** \see MatrixBase::copyCoeff(row,col)
60 EIGEN_STRONG_INLINE void copyCoeff(Index row, Index col, Other& other) argument
62 derived().coeffRef(row, col) = other.coeff(row, col);
65 inline Scalar operator()(Index row, Index col) const argument
67 check_coordinates(row, co
70 operator ()(Index row, Index col) argument
95 check_coordinates(Index row, Index col) const argument
109 check_coordinates_internal(Index row, Index col) const argument
222 coeff(Index row, Index col) const argument
231 coeffRef(Index row, Index col) argument
437 row = (UnrollCount-1) % Derived1::RowsAtCompileTime enumerator in enum:Eigen::internal::triangular_assignment_selector::__anon20711
[all...]

Completed in 729 milliseconds

<<11121314151617181920>>