Searched defs:row (Results 226 - 250 of 652) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_mvref_common.h27 int row; member in struct:position
152 mv.as_mv.row *= -1;
193 return !(mi_row + mi_pos->row < 0 ||
195 mi_row + mi_pos->row >= mi_rows ||
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
H A Dyv12extend.c225 int row; local
240 for (row = 0; row < src_ybc->y_height; ++row) {
249 for (row = 0; row < src_ybc->uv_height; ++row) {
258 for (row = 0; row < src_ybc->uv_height; ++row) {
300 int row; local
[all...]
/external/chromium_org/third_party/libwebp/utils/
H A Dfilters.c28 assert(row >= 0 && num_rows > 0 && row + num_rows <= height); \
46 int row, int num_rows,
49 const size_t start_offset = row * stride;
50 const int last_row = row + num_rows;
56 if (row == 0) {
60 row = 1;
67 while (row < last_row) {
71 ++row;
83 static void HorizontalUnfilter(int width, int height, int stride, int row, argument
44 DoHorizontalFilter(const uint8_t* in, int width, int height, int stride, int row, int num_rows, int inverse, uint8_t* out) argument
91 DoVerticalFilter(const uint8_t* in, int width, int height, int stride, int row, int num_rows, int inverse, uint8_t* out) argument
131 VerticalUnfilter(int width, int height, int stride, int row, int num_rows, uint8_t* data) argument
144 DoGradientFilter(const uint8_t* in, int width, int height, int stride, int row, int num_rows, int inverse, uint8_t* out) argument
189 GradientUnfilter(int width, int height, int stride, int row, int num_rows, uint8_t* data) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_surface.c330 uint16_t *row = (uint16_t *)dst_map; local
332 *row++ = (uint16_t) zstencil;
339 uint32_t *row = (uint32_t *)dst_map; local
341 *row++ = zstencil;
356 uint32_t *row = (uint32_t *)dst_map; local
358 uint32_t tmp = *row & dst_mask;
359 *row++ = tmp | (zstencil & ~dst_mask);
374 uint64_t *row = (uint64_t *)dst_map; local
376 *row++ = zstencil;
389 uint64_t *row local
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlower_mat_op_to_vec.cpp31 * column or row.
49 ir_rvalue *get_element(ir_dereference *val, int col, int row);
100 ir_mat_op_to_vec_visitor::get_element(ir_dereference *val, int col, int row) argument
104 return new(mem_ctx) ir_swizzle(val, row, 0, 0, 0, 1);
108 ir_mat_op_to_vec_visitor::get_column(ir_dereference *val, int row) argument
114 new(mem_ctx) ir_constant(row));
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/
H A Dcheck_table.cpp1600 gl_dispatch_stub_359(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span) argument
1605 (void) row;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_pixel_bitmap.c114 GLint row, col; local
135 for (row = first; row != (last+incr); row += incr) {
139 y + row, x);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_pixel_bitmap.c114 GLint row, col; local
135 for (row = first; row != (last+incr); row += incr) {
139 y + row, x);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_pixel_bitmap.c114 GLint row, col; local
135 for (row = first; row != (last+incr); row += incr) {
139 y + row, x);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Daccum.c162 GLshort *row = (GLshort *) accMap; local
165 row[i * 4 + 0] = clearR;
166 row[i * 4 + 1] = clearG;
167 row[i * 4 + 2] = clearB;
168 row[i * 4 + 3] = clearA;
H A Dtexgetimage.c82 GLint img, row; local
100 for (row = 0; row < height; row++) {
103 img, row, 0);
104 const GLubyte *src = srcMap + row * srcRowStride;
132 GLint img, row; local
144 for (row = 0; row < height; row
177 GLint img, row; local
238 GLuint row; local
330 GLuint img, row; local
506 GLuint row; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_statevars.c287 /* state[2] = first row to fetch */
288 /* state[3] = last row to fetch */
297 GLuint row, i; local
335 for (i = 0, row = firstRow; row <= lastRow; row++) {
336 value[i++] = m[row * 4 + 0];
337 value[i++] = m[row * 4 + 1];
338 value[i++] = m[row * 4 + 2];
339 value[i++] = m[row *
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_copypix.c103 GLint sy, dy, stepy, row; local
149 for (row = 0; row < height; row++) {
151 width, srcx, sy + row, p );
163 for (row = 0; row < height; row++, sy += stepy, dy += stepy) {
166 /* Get row/span of source pixels */
451 GLint row; local
[all...]
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/chromium_org/third_party/opus/src/celt/
H A Dcwrs.c144 This allows us to construct a row of one of the tables above given the
145 previous row or the next row.
149 When encoding, we build up from the U(2,K) row and work our way forwards.
150 When decoding, we need to start at the U(N,K) row and work our way backwards,
158 This allows us to construct an arbitrary row of the U(N,K) table by starting
202 Thus, the number of entries in row I is the larger of the maximum number of
473 const opus_uint32 *row; local
474 row=CELT_PVQ_U_ROW[_n];
476 p=row[_
[all...]
/external/chromium_org/third_party/skia/gm/
H A Dbeziereffects.cpp85 int row = 0; variable
111 SkScalar y = SkScalarMul(row, h);
184 ++row;
243 int row = 0; variable
269 SkScalar y = SkScalarMul(row, h);
339 ++row;
433 int row = 0; variable
458 SkScalar y = SkScalarMul(row, h);
523 ++row;
/external/chromium_org/third_party/skia/include/utils/
H A DSkCamera.h42 void setRow(int row, SkScalar a, SkScalar b, SkScalar c, SkScalar d = 0) { argument
43 SkASSERT((unsigned)row < 3);
44 fMat[row][0] = a;
45 fMat[row][1] = b;
46 fMat[row][2] = c;
47 fMat[row][3] = d;
/external/chromium_org/third_party/skia/src/effects/
H A DSkColorMatrix.cpp106 static void setrow(SkScalar row[], SkScalar r, SkScalar g, SkScalar b) { argument
107 row[0] = r;
108 row[1] = g;
109 row[2] = b;
/external/chromium_org/third_party/skia/src/images/
H A Dbmpdecoderhelper.cpp272 int row = 0; local
274 for (int h = height_ - 1; h >= 0; h--, row++) {
/external/chromium_org/third_party/skia/src/ports/
H A DSkImageDecoder_CG.cpp54 static void argb_4444_force_opaque(void* row, int count) { argument
55 uint16_t* row16 = (uint16_t*)row;
61 static void argb_8888_force_opaque(void* row, int count) { argument
64 uint32_t* row32 = (uint32_t*)row;
70 static void alpha_8_force_opaque(void* row, int count) { argument
71 memset(row, 0xFF, count);
96 char* row = (char*)bm->getPixels(); local
98 proc(row, bm->width());
99 row += bm->rowBytes();
/external/chromium_org/ui/views/controls/
H A Dprefix_selector.cc167 // while search after the current row, otherwise search starting from the
168 // current row.
169 int row = std::max(0, prefix_delegate_->GetSelectedRow()); local
176 row = (row + 1) % row_count;
180 const int start_row = row;
183 if (TextAtRowMatchesText(row, lower_text)) {
184 prefix_delegate_->SetSelectedRow(row);
187 row = (row
191 TextAtRowMatchesText(int row, const base::string16& lower_text) argument
[all...]
/external/chromium_org/ui/views/controls/table/
H A Dtable_view_unittest.cc59 // Adds a new row at index |row| with values |c1_value| and |c2_value|.
60 void AddRow(int row, int c1_value, int c2_value);
62 // Removes the row at index |row|.
63 void RemoveRow(int row);
65 // Changes the values of the row at |row|.
66 void ChangeRow(int row, int c1_value, int c2_value);
70 virtual base::string16 GetText(int row, in
90 AddRow(int row, int c1_value, int c2_value) argument
99 RemoveRow(int row) argument
106 ChangeRow(int row, int c1_value, int c2_value) argument
118 GetText(int row, int column_id) argument
190 ClickOnRow(int row, int flags) argument
199 TapOnRow(int row) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/
H A Dsearchcvs.php75 $row = mysql_fetch_row($count); variable
76 $rows = $row[0];
88 while ($row = mysql_fetch_assoc($result))
90 $file = basename($row["cvsname"], ",v");
91 $row["cvsname"] = preg_replace("#^/cvsroot/[^\/]+/(.+),v$#", "$1", $row["cvsname"]);
93 print "<div>{$row['date']}</div>";
94 print ($row["bugid"] ? "[<a href=\"https://bugs.eclipse.org/bugs/show_bug.cgi?id={$row['bugid']}\">{$row['bugi
[all...]
/external/eigen/Eigen/src/Core/
H A DDenseCoeffsBase.h87 * parameters \a row and \a col are in range.
94 EIGEN_STRONG_INLINE CoeffReturnType coeff(Index row, Index col) const argument
96 eigen_internal_assert(row >= 0 && row < rows()
98 return derived().coeff(row, col);
107 /** \returns the coefficient at given the given row and column.
111 EIGEN_STRONG_INLINE CoeffReturnType operator()(Index row, Index col) const argument
113 eigen_assert(row >= 0 && row < rows()
115 return derived().coeff(row, co
208 packet(Index row, Index col) const argument
314 coeffRef(Index row, Index col) argument
334 operator ()(Index row, Index col) argument
429 writePacket(Index row, Index col, const typename internal::packet_traits<Scalar>::type& val) argument
476 copyCoeff(Index row, Index col, const DenseBase<OtherDerived>& other) argument
502 const Index row = rowIndexByOuterInner(outer,inner); local
517 copyPacket(Index row, Index col, const DenseBase<OtherDerived>& other) argument
545 const Index row = rowIndexByOuterInner(outer,inner); local
[all...]
H A DReverse.h110 inline Scalar& operator()(Index row, Index col) argument
112 eigen_assert(row >= 0 && row < rows() && col >= 0 && col < cols());
113 return coeffRef(row, col);
116 inline Scalar& coeffRef(Index row, Index col) argument
118 return m_matrix.const_cast_derived().coeffRef(ReverseRow ? m_matrix.rows() - row - 1 : row,
122 inline CoeffReturnType coeff(Index row, Index col) const argument
124 return m_matrix.coeff(ReverseRow ? m_matrix.rows() - row - 1 : row,
145 packet(Index row, Index col) const argument
153 writePacket(Index row, Index col, const PacketScalar& x) argument
[all...]

Completed in 1522 milliseconds

1234567891011>>