HomeSort by relevance Sort by last modified time
    Searched refs:row (Results 851 - 875 of 1110) sorted by null

<<31323334353637383940>>

  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_intra_prediction.c 548 u32 row, col; local
562 row = mbNum / width;
563 col = mbNum - row * width;
566 ptr = image->data + row * 16 * width + col * 16;
569 * sense when current mb is the right-most mb in a row. Same applies to
573 if (row)
588 ptr = image->data + picSize * 256 + row * 8 * width + col * 8;
590 if (row)
    [all...]
  /external/libpng/
pngwutil.c     [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngwutil.c     [all...]
  /external/icu4c/common/
ucnvmbcs.c 155 * The data structure begins with a state table consisting of a row
156 * per state, with 256 entries (columns) per row for each possible input
500 const int32_t *row; local
505 row=mbcsTable->stateTable[state];
519 int32_t entry=row[b];
597 const int32_t *row; local
600 row=stateTable[state];
605 entry=row[min];
626 entry=row[max];
643 entry=row[min]
2259 const int32_t *row=stateTable[state]; local
2302 const int32_t *row=stateTable[state]; local
    [all...]
  /external/icu4c/i18n/
dtptngen.cpp 199 {0, UDATPG_FIELD_COUNT, 0, 0, 0} , // last row of dtTypes[]
1031 const dtTypeElem *row = &dtTypes[canonicalIndex]; local
1588 const dtTypeElem *row = &dtTypes[canonicalIndex]; local
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
ContactsSyncAdapter.java 115 private static final String COMMON_TYPE_ROW = Phone.TYPE; // Could have been any typed row
1740 String row = EasChildren.ROWS[i]; local
    [all...]
  /external/quake/quake/src/QW/client/
gl_model.c 117 int row; local
119 row = (model->numleafs+7)>>3;
123 memcpy (out, in, row);
127 while (row)
130 row--;
150 } while (out - decompressed < row);
    [all...]
model.c 115 int row; local
117 row = (model->numleafs+7)>>3;
121 memcpy (out, in, row);
125 while (row)
128 row--;
148 } while (out - decompressed < row);
    [all...]
  /external/quake/quake/src/WinQuake/
gl_draw.cpp 620 int row, col; local
625 row = num>>4;
627 source = draw_chars + (row<<10) + (col<<3);
845 int row, col; local
856 row = num>>4;
859 frow = row*0.0625;
    [all...]
gl_model.cpp 117 int row; local
119 row = (model->numleafs+7)>>3;
123 memcpy (out, in, row);
127 while (row)
130 row--;
150 } while (out - decompressed < row);
    [all...]
  /frameworks/native/opengl/tests/hwc/
hwcCommit.cpp 637 // has limits on the number of objects it can handle on any single row.
    [all...]
  /external/icu4c/test/cintltst/
cloctst.c 387 int row = 0; local
439 for(row=0;testData[row][0] != NULL;row++) {
440 loc = testData[row][NAME];
441 log_verbose("Test #%d: %s\n", row, loc);
486 row, testTitles[n], loc, u_errorName(err));
489 row, testTitles[n], loc, buf, len);
493 row, testTitles[n], loc, buf, len, strlen(buf)+1);
500 row, testTitles[n], loc, buf, buf[len+1])
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Images_MediaTest.java 64 for (Uri row : mRowsAdded) {
65 mContentResolver.delete(row, null, null);
  /external/chromium/chrome/browser/resources/bookmark_manager/css/
bmm.css 174 html[os=mac] .tree-row[selected] > .tree-label {
  /external/eigen/Eigen/src/Core/
CwiseNullaryOp.h 75 EIGEN_STRONG_INLINE PacketScalar packet(Index row, Index col) const
77 return m_functor.packetOp(row, col);
DenseBase.h 150 * a row-vector (if there is only one row). */
157 IsRowMajor = int(Flags) & RowMajorBit, /**< True if this expression has row-major storage order. */
185 * column-major matrix, and the number of rows for a row-major matrix. */
196 * column-major matrix, and the number of columns for a row-major matrix. */
416 typename internal::traits<Derived>::Scalar minCoeff(IndexType* row, IndexType* col) const;
418 typename internal::traits<Derived>::Scalar maxCoeff(IndexType* row, IndexType* col) const;
MatrixBase.h 33 * a matrix, vector, or expression \a x, prints the first row of \a x.
39 cout << x.row(0) << endl;
489 Minor<Derived> minor(Index row, Index col);
490 const Minor<Derived> minor(Index row, Index col) const;
VectorwiseOp.h 88 return m_functor(m_matrix.row(i));
96 return m_functor(m_matrix.row(index));
244 /** \returns a row or column vector expression of \c *this reduxed by \a func
256 /** \returns a row (or column) vector expression of the smallest coefficient
257 * of each column (or row) of the referenced expression.
266 /** \returns a row (or column) vector expression of the largest coefficient
267 * of each column (or row) of the referenced expression.
276 /** \returns a row (or column) vector expression of the squared norm
277 * of each column (or row) of the referenced expression.
286 /** \returns a row (or column) vector expression of the nor
    [all...]
  /external/eigen/Eigen/src/Jacobi/
Jacobi.h 263 * with \f$ B = \left ( \begin{array}{cc} \text{*this.row}(p) \\ \text{*this.row}(q) \end{array} \right ) \f$.
271 RowXpr x(this->row(p));
272 RowXpr y(this->row(q));
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixFunction.h 169 DynamicIntVectorType m_blockStart; /**< \brief Row index at which block corresponding to i-th cluster starts */
456 Matrix<Scalar,1,1> AXmatrix = A.row(i).tail(m-1-i) * X.col(j).tail(m-1-i);
465 Matrix<Scalar,1,1> XBmatrix = X.row(i).head(j) * B.col(j).head(j);
MatrixSquareRoot.h 164 Scalar tmp = (sqrtT.row(i).segment(i+1,j-i-1) * sqrtT.col(j).segment(i+1,j-i-1)).value();
308 Scalar tmp = (result.row(i).segment(i+1,j-i-1) * result.col(j).segment(i+1,j-i-1)).value();
  /external/libvpx/libvpx/vp8/common/ppc/
recon_altivec.asm 75 stwux r0, \Dst, \Stride ;# advance dst to next row
  /external/skia/legacy/src/core/
SkMatrix.cpp 539 static inline bool rowcol3(const float row[], const float col[],
541 *result = row[0] * col[0] + row[1] * col[3] + row[2] * col[6];
572 static inline bool rowcol3(const SkFixed row[], const SkFixed col[],
576 tmp1.setMul(row[0], col[0]); // N * fixed
577 tmp2.setMul(row[1], col[3]); // N * fixed
580 tmp2.setMul(row[2], col[6]); // N * fract
    [all...]
  /external/skia/src/core/
SkMatrix.cpp 605 static inline bool rowcol3(const float row[], const float col[],
607 *result = row[0] * col[0] + row[1] * col[3] + row[2] * col[6];
638 static inline bool rowcol3(const SkFixed row[], const SkFixed col[],
642 tmp1.setMul(row[0], col[0]); // N * fixed
643 tmp2.setMul(row[1], col[3]); // N * fixed
646 tmp2.setMul(row[2], col[6]); // N * fract
    [all...]

Completed in 4707 milliseconds

<<31323334353637383940>>