HomeSort by relevance Sort by last modified time
    Searched refs:col (Results 151 - 175 of 887) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_mcomp.c 28 return &buf->buf[mv->row * buf->stride + mv->col];
32 int col_min = (mv->col >> 3) - MAX_FULL_PEL_VAL + (mv->col & 7 ? 1 : 0);
34 int col_max = (mv->col >> 3) + MAX_FULL_PEL_VAL;
69 comp_cost[0][mv->row] + comp_cost[1][mv->col];
75 mv->col - ref->col };
84 mv->col - ref->col };
95 mv->col - ref->col }
    [all...]
  /external/eigen/Eigen/src/Core/
Visitor.h 21 col = (UnrollCount-1) / Derived::RowsAtCompileTime, enumerator in enum:Eigen::internal::visitor_impl::__anon280
28 visitor(mat.coeff(row, col), row, col);
99 Index row, col; member in struct:Eigen::internal::coeff_visitor
105 col = j;
125 this->col = j;
153 this->col = j;
167 /** \returns the minimum of all coefficients of *this and puts in *row and *col its location.
180 if (colId) *colId = minVisitor.col;
197 *index = (RowsAtCompileTime==1) ? minVisitor.col : minVisitor.row
    [all...]
DiagonalProduct.h 61 EIGEN_STRONG_INLINE const Scalar coeff(Index row, Index col) const
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
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
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
110 return internal::pmul(m_matrix.template packet<LoadMode>(row, col),
    [all...]
TriangularMatrix.h 54 inline Scalar coeff(Index row, Index col) const { return derived().coeff(row,col); }
55 inline Scalar& coeffRef(Index row, Index col) { return derived().coeffRef(row,col); }
57 /** \see MatrixBase::copyCoeff(row,col)
60 EIGEN_STRONG_INLINE void copyCoeff(Index row, Index col, Other& other)
62 derived().coeffRef(row, col) = other.coeff(row, col);
65 inline Scalar operator()(Index row, Index col) const
67 check_coordinates(row, col);
436 col = (UnrollCount-1) \/ Derived1::RowsAtCompileTime, enumerator in enum:Eigen::internal::triangular_assignment_selector::__anon270
    [all...]
  /external/fio/
ghelpers.c 106 GtkTreeViewColumn *col; local
117 col = gtk_tree_view_column_new();
119 gtk_tree_view_column_set_title(col, title);
121 gtk_tree_view_column_set_sort_column_id(col, index);
122 gtk_tree_view_column_set_resizable(col, TRUE);
123 gtk_tree_view_column_pack_start(col, renderer, TRUE);
124 gtk_tree_view_column_set_expand(col, TRUE);
125 gtk_tree_view_column_add_attribute(col, renderer, "text", index);
139 gtk_tree_view_column_set_visible(col, visible);
140 gtk_tree_view_append_column(GTK_TREE_VIEW(tree_view), col); local
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/util/
Hex.java 270 int col = 0; local
273 if (col == 0) {
283 } else if ((col & 1) == 0) {
289 col++;
290 if (col == bpl) {
292 col = 0;
297 if (col != 0) {
  /dalvik/dx/src/com/android/dx/util/
Hex.java 270 int col = 0; local
273 if (col == 0) {
283 } else if ((col & 1) == 0) {
289 col++;
290 if (col == bpl) {
292 col = 0;
297 if (col != 0) {
  /external/chromium_org/third_party/libjpeg_turbo/
rdcolmap.c 174 unsigned int w, h, maxval, row, col; local
195 for (col = 0; col < w; col++) {
206 for (col = 0; col < w; col++) {
  /external/deqp/framework/common/
tcuSurface.hpp 56 void setPixel (int x, int y, RGBA col);
73 inline void Surface::setPixel (int x, int y, RGBA col)
81 *pixAddr = col.getPacked();
83 *((deUint8*)pixAddr + 0) = (deUint8)col.getRed();
84 *((deUint8*)pixAddr + 1) = (deUint8)col.getGreen();
85 *((deUint8*)pixAddr + 2) = (deUint8)col.getBlue();
86 *((deUint8*)pixAddr + 3) = (deUint8)col.getAlpha();
  /external/dexmaker/src/dx/java/com/android/dx/util/
Hex.java 270 int col = 0; local
273 if (col == 0) {
283 } else if ((col & 1) == 0) {
289 col++;
290 if (col == bpl) {
292 col = 0;
297 if (col != 0) {
  /external/jpeg/
rdcolmap.c 174 unsigned int w, h, maxval, row, col; local
195 for (col = 0; col < w; col++) {
206 for (col = 0; col < w; col++) {
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texstore.c 1199 GLint row, col; local
1331 int img, row, col; local
1358 int img, row, col; local
1384 GLint img, row, col; local
1483 GLint img, row, col; local
1556 int img, row, col; local
1717 GLint img, row, col; local
1781 GLint img, row, col; local
1886 GLint img, row, col; local
1960 GLint img, row, col; local
2032 GLint img, row, col; local
2085 GLint img, row, col; local
2146 GLint img, row, col; local
2277 GLint img, row, col; local
2463 GLint img, row, col; local
2517 GLint img, row, col; local
2573 GLint img, row, col; local
2630 GLint img, row, col; local
2676 GLint img, row, col; local
2735 GLint img, row, col; local
3752 GLint img, row, col; local
3800 GLint img, row, col; local
3911 GLint img, row, col; local
3977 GLint img, row, col; local
    [all...]
  /external/mesa3d/src/mesa/main/
texstore.c 1199 GLint row, col; local
1331 int img, row, col; local
1358 int img, row, col; local
1384 GLint img, row, col; local
1483 GLint img, row, col; local
1556 int img, row, col; local
1717 GLint img, row, col; local
1781 GLint img, row, col; local
1886 GLint img, row, col; local
1960 GLint img, row, col; local
2032 GLint img, row, col; local
2085 GLint img, row, col; local
2146 GLint img, row, col; local
2277 GLint img, row, col; local
2463 GLint img, row, col; local
2517 GLint img, row, col; local
2573 GLint img, row, col; local
2630 GLint img, row, col; local
2676 GLint img, row, col; local
2735 GLint img, row, col; local
3752 GLint img, row, col; local
3800 GLint img, row, col; local
3911 GLint img, row, col; local
3977 GLint img, row, col; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
reconinter.c 131 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 >> 3) * pre_stride + (d->bmi.mv.as_mv.col >> 3)
    [all...]
  /external/libvpx/libvpx/vp8/common/
reconinter.c 131 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 >> 3) * pre_stride + (d->bmi.mv.as_mv.col >> 3)
    [all...]
  /external/chromium_org/third_party/skia/include/utils/
SkMatrix44.h 209 * get a value from the matrix. The row,col parameters work as follows:
214 inline SkMScalar get(int row, int col) const {
216 SkASSERT((unsigned)col <= 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) {
228 SkASSERT((unsigned)col <= 3);
229 fMat[col][row] = value;
233 inline double getDouble(int row, int col) const {
234 return SkMScalarToDouble(this->get(row, col));
    [all...]
  /external/libvterm/src/
pen.c 36 static void lookup_colour_ansi(long index, VTermColor *col)
39 *col = ansi_colors[index];
43 static void lookup_colour_palette(long index, VTermColor *col)
47 lookup_colour_ansi(index, col);
53 col->blue = ramp6[index % 6];
54 col->green = ramp6[index/6 % 6];
55 col->red = ramp6[index/6/6 % 6];
61 col->red = ramp24[index];
62 col->green = ramp24[index];
63 col->blue = ramp24[index]
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
capitst.c 269 UCollator *col, *ruled; local
292 col = ucol_open("en_US", &status);
298 ucol_getVersion(col, versionArray);
312 ucol_getUCAVersion(col, versionUCAArray);
321 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_LESS, "ab < abc comparison failed");
326 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_LESS, "ab < AB comparison failed");
331 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_GREATER, "black-bird > blackbird comparison failed");
336 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_LESS, "black bird < black-bird comparison failed");
341 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_GREATER, "Hello > hello comparison failed");
346 doAssert( (ucol_getStrength(col) == UCOL_TERTIARY), "collation object has the wrong strength")
552 UCollator *col; local
645 UCollator * col; local
797 UCollator * col = ucol_open("en_US", &err); local
1056 UCollator *col; local
1201 UCollator *col; local
1256 UCollator *col; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
capitst.c 272 UCollator *col, *ruled; local
295 col = ucol_open("en_US", &status);
301 ucol_getVersion(col, versionArray);
315 ucol_getUCAVersion(col, versionUCAArray);
324 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_LESS, "ab < abc comparison failed");
329 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_LESS, "ab < AB comparison failed");
334 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_GREATER, "black-bird > blackbird comparison failed");
339 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_LESS, "black bird < black-bird comparison failed");
344 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_GREATER, "Hello > hello comparison failed");
349 doAssert( (ucol_getStrength(col) == UCOL_TERTIARY), "collation object has the wrong strength")
550 UCollator *col; local
643 UCollator * col; local
795 UCollator * col = ucol_open("en_US", &err); local
1054 UCollator *col; local
1199 UCollator *col; local
1254 UCollator *col; local
    [all...]
  /external/libhevc/common/arm/
ihevc_intra_pred_filters_neon_intr.c 669 /* named it in the way (nt - 1 - col) --> const_nt_1_col(const denotes g_ihevc_planar_factor) */
676 WORD32 row, col = 0; local
741 for(col = nt; col > 0; col -= 8)
815 for(col = nt; col > 0; col -= 4)
906 WORD32 row = 0, col = 0, col_count; local
936 uint64x1_t acc_dc = vdup_n_u64(col);
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/eigen/Eigen/src/SparseCore/
SparseVector.h 98 inline Scalar coeff(Index row, Index col) const
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)
111 eigen_assert(IsColVector ? (col==0 && row>=0 && row<m_size) : (row==0 && col>=0 && col<m_size));
112 return coeff(IsColVector ? row : col);
369 inline Index col() const { return IsColVector ? 0 : index(); } function in class:Eigen::SparseVector::InnerIterator
401 inline Index col() const { return IsColVector ? 0 : index(); } function in class:Eigen::SparseVector::ReverseInnerIterator
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertificateFactorySpiTest.java 92 Collection col = certFactorySpi local
94 assertNull("Not null Collection", col);
160 Collection col = certFactorySpi local
162 assertNull("Result must be null", col);
176 col = certFactorySpi.engineGenerateCRLs(dis);
177 assertNull("Result must be null", col);
230 Collection col = certFactorySpi local
232 assertNull("Result must be null", col);
246 col = certFactorySpi.engineGenerateCRLs(dis);
247 assertNull("Result must be null", col);
    [all...]
  /external/eigen/test/
product.h 125 res.col(i) = m1 * m2.transpose().col(i);
136 VERIFY_IS_APPROX(res.col(r).noalias() = square.adjoint() * square.col(r), (square.adjoint() * square.col(r)).eval());
137 VERIFY_IS_APPROX(res.col(r).noalias() = square * square.col(r), (square * square.col(r)).eval());
140 Scalar x = square2.row(c) * square2.col(c2);
141 VERIFY_IS_APPROX(x, square2.row(c).transpose().cwiseProduct(square2.col(c2)).sum())
    [all...]
umeyama.cpp 38 for (int col = 0; col < size; ++col)
40 typename MatrixType::ColXpr colVec = Q.col(col);
41 for (int prevCol = 0; prevCol < col; ++prevCol)
43 typename MatrixType::ColXpr prevColVec = Q.col(prevCol);
46 Q.col(col) = colVec.normalized();
85 Q.col(0) *= numext::conj(Q.determinant())
    [all...]
  /external/eigen/unsupported/Eigen/src/SVD/
BDCSVD.h 439 MatrixXr q1 (m_naiveU.col(firstCol + k).segment(firstCol, k + 1));
443 m_naiveU.col(i + 1).segment(firstCol, k + 1) << m_naiveU.col(i).segment(firstCol, k + 1);
446 m_naiveU.col(firstCol).segment( firstCol, k + 1) << (q1 * c0);
448 m_naiveU.col(lastCol + 1).segment(firstCol, k + 1) << (q1 * ( - s0));
450 m_naiveU.col(firstCol).segment(firstCol + k + 1, n - k) <<
451 m_naiveU.col(lastCol + 1).segment(firstCol + k + 1, n - k) *s0;
453 m_naiveU.col(lastCol + 1).segment(firstCol + k + 1, n - k) *= c0;
475 m_computed.col(firstCol + shift).segment(firstCol + shift + 1, k) << alphaK * l.transpose().real();
476 m_computed.col(firstCol + shift).segment(firstCol + shift + k + 1, n - k - 1) << betaK * f.transpose().real()
    [all...]

Completed in 439 milliseconds

1 2 3 4 5 67 8 91011>>