HomeSort by relevance Sort by last modified time
    Searched full:rows (Results 376 - 400 of 3134) sorted by null

<<11121314151617181920>>

  /external/eigen/unsupported/test/
matrix_square_root.cpp 16 generateTestMatrix<MatrixType>::run(A, m.rows());
  /external/libvpx/libvpx/vp8/common/ppc/
systemdependent.c 27 extern void (*vp8_mbpost_proc_down)(unsigned char *dst, int pitch, int rows, int cols, int flimit);
28 extern void vp8_mbpost_proc_down_c(unsigned char *dst, int pitch, int rows, int cols, int flimit);
29 extern void (*vp8_mbpost_proc_across_ip)(unsigned char *src, int pitch, int rows, int cols, int flimit);
30 extern void vp8_mbpost_proc_across_ip_c(unsigned char *src, int pitch, int rows, int cols, int flimit);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
svghelper.h 6 extern void open_svg(const char *filename, int cpus, int rows, u64 start, u64 end);
  /external/lldb/test/pexpect-2.4/
screen.py 52 self.rows = r
59 self.scroll_row_end = self.rows
60 self.w = [ [SPACE] * self.cols for c in range(self.rows)]
87 self.fill_region (1,1,self.rows,self.cols, ch)
91 rs = constrain (rs, 1, self.rows)
92 re = constrain (re, 1, self.rows)
141 r = constrain (r, 1, self.rows)
160 r = constrain (r, 1, self.rows)
172 r = constrain (r, 1, self.rows)
185 rs = constrain (rs, 1, self.rows)
    [all...]
  /external/mesa3d/docs/
index.html 8 <frameset rows="80,*" border="0" frameborder="yes">
  /external/mesa3d/src/glsl/builtins/tools/
generate_matrixCompMultGLSL.py 23 gen_matrix(2,3) # mat2x3 means 2 columns, 3 rows
generate_transposeGLSL.py 21 gen(2,3) # mat2x3 means 2 columns, 3 rows
  /external/opencv/cvaux/src/
cvvideo.cpp 65 frame->rows != even->rows*2 || odd->rows != even->rows )
  /external/replicaisland/src/com/replica/replicaisland/
TiledWorld.java 35 public TiledWorld(int cols, int rows) {
37 mTilesArray = new int[cols][rows];
38 mRowCount = rows;
42 for (int y = 0; y < rows; y++) {
  /external/tagsoup/
TODO 13 Allow inline cruft in table bodies and rows
  /external/webp/src/utils/
rescaler.h 55 // Import multiple rows over all channels, until at least one row is ready to
67 // Return true if there is pending output rows ready.
73 // Export as many rows as possible. Return the numbers of rows written.
  /frameworks/base/core/java/android/provider/
BaseColumns.java 28 * The count of rows in a directory.
  /frameworks/base/core/tests/coretests/src/android/widget/gridview/
GridVerticalSpacing.java 22 * A grid with vertical spacing between rows
GridVerticalSpacingStackFromBottom.java 22 * A grid with vertical spacing between rows that stacks from the bottom
  /frameworks/base/docs/html/design/tv/
index.jd 4 page.image=design/tv/images/apps-games-rows.jpg
62 <p>Apps and Games rows both have special areas on the Home Screen. Within their respective
65 <img src="{@docRoot}design/tv/images/apps-games-rows.jpg" alt="Apps and Games Rows" />
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
systemdependent.c 27 extern void (*vp8_mbpost_proc_down)(unsigned char *dst, int pitch, int rows, int cols, int flimit);
28 extern void vp8_mbpost_proc_down_c(unsigned char *dst, int pitch, int rows, int cols, int flimit);
29 extern void (*vp8_mbpost_proc_across_ip)(unsigned char *src, int pitch, int rows, int cols, int flimit);
30 extern void vp8_mbpost_proc_across_ip_c(unsigned char *src, int pitch, int rows, int cols, int flimit);
  /packages/apps/Terminal/src/com/android/terminal/
Terminal.java 128 public void resize(int rows, int cols, int scrollRows) {
129 if (nativeResize(mNativePtr, rows, cols, scrollRows) != 0) {
165 private static native long nativeInit(TerminalCallbacks callbacks, int rows, int cols);
169 private static native int nativeResize(long ptr, int rows, int cols, int scrollRows);
  /external/chromium_org/third_party/libjpeg_turbo/
jcprepct.c 12 * Most of the complexity here is associated with buffering input rows
22 /* At present, jcsample.c can request context rows only for smoothing.
23 * In the future, we might also need context rows for CCIR601 sampling
25 * context rows should be compiled only if needed.
39 * When providing context rows, we must buffer three row groups' worth of
43 * This allows the downsampler to access the proper context rows.
44 * At the top and bottom of the image, we create dummy context rows by
61 JDIMENSION rows_to_go; /* counts rows remaining in source image */
122 * is defined to be v_samp_factor sample rows of each component.
124 * input rows
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
autoindex1.test 150 0 0 0 {SEARCH TABLE t501 USING INTEGER PRIMARY KEY (rowid=?) (~25 rows)}
152 1 0 0 {SCAN TABLE t502 (~100000 rows)}
159 0 0 0 {SCAN TABLE t501 (~500000 rows)}
161 1 0 0 {SEARCH TABLE t502 USING AUTOMATIC COVERING INDEX (y=?) (~7 rows)}
169 0 0 0 {SEARCH TABLE t501 USING INTEGER PRIMARY KEY (rowid=?) (~1 rows)}
171 1 0 0 {SCAN TABLE t502 (~100000 rows)}
243 1 0 0 {SCAN TABLE sheep AS s (~1000000 rows)}
244 1 1 1 {SEARCH TABLE flock_owner AS prev USING INDEX sqlite_autoindex_flock_owner_1 (flock_no=? AND owner_change_date<?) (~2 rows)}
246 2 0 0 {SEARCH TABLE flock_owner AS later USING COVERING INDEX sqlite_autoindex_flock_owner_1 (flock_no=? AND owner_change_date>? AND owner_change_date<?) (~1 rows)}
247 0 0 0 {SCAN TABLE sheep AS x USING INDEX sheep_reg_flock_index (~1000000 rows)}
    [all...]
  /external/eigen/Eigen/src/Core/
Array.h 151 /** constructs an uninitialized matrix with \a rows rows and \a cols columns.
156 Array(Index rows, Index cols);
186 : Base(other.rows() * other.cols(), other.rows(), other.cols())
193 : Base(other.rows() * other.cols(), other.rows(), other.cols())
203 Base::resize(other.rows(), other.cols());
210 : Base(other.derived().rows() * other.derived().cols(), other.derived().rows(), other.derived().cols()
    [all...]
  /external/eigen/Eigen/src/SparseCore/
TriangularSolver.h 35 for(int i=0; i<lhs.rows(); ++i)
69 for(int i=lhs.rows()-1 ; i>=0 ; --i)
168 eigen_assert(m_matrix.cols() == m_matrix.rows() && m_matrix.cols() == other.rows());
216 AmbiVector<Scalar,Index> tempVector(other.rows()*2);
217 tempVector.setBounds(0,other.rows());
219 Rhs res(other.rows(), other.cols());
225 tempVector.init(.99/*float(other.col(col).nonZeros())/float(other.rows())*/);
280 // std::cout << "tempVector.nonZeros() == " << int(count) << " / " << (other.rows()) << "\n";
293 eigen_assert(m_matrix.cols() == m_matrix.rows() && m_matrix.cols() == other.rows())
    [all...]
  /external/eigen/unsupported/Eigen/src/SparseExtra/
DynamicSparseMatrix.h 25 * nonzero and outer_size is the number of columns if the matrix is column-major and the number of rows
80 inline Index rows() const { return IsRowMajor ? outerSize() : m_innerSize; } function in class:Eigen::DynamicSparseMatrix
197 void resize(Index rows, Index cols)
199 const Index outerSize = IsRowMajor ? rows : cols;
200 m_innerSize = IsRowMajor ? cols : rows;
208 void resizeAndKeepData(Index rows, Index cols)
210 const Index outerSize = IsRowMajor ? rows : cols;
211 const Index innerSize = IsRowMajor ? cols : rows;
233 EIGEN_DEPRECATED inline DynamicSparseMatrix(Index rows, Index cols)
236 resize(rows, cols)
    [all...]
  /external/jpeg/
jcprepct.c 12 * Most of the complexity here is associated with buffering input rows
22 /* At present, jcsample.c can request context rows only for smoothing.
23 * In the future, we might also need context rows for CCIR601 sampling
25 * context rows should be compiled only if needed.
39 * When providing context rows, we must buffer three row groups' worth of
43 * This allows the downsampler to access the proper context rows.
44 * At the top and bottom of the image, we create dummy context rows by
61 JDIMENSION rows_to_go; /* counts rows remaining in source image */
122 * is defined to be v_samp_factor sample rows of each component.
124 * input rows
    [all...]
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jcprepct.c 13 * Most of the complexity here is associated with buffering input rows
23 /* At present, jcsample.c can request context rows only for smoothing.
24 * In the future, we might also need context rows for CCIR601 sampling
26 * context rows should be compiled only if needed.
40 * When providing context rows, we must buffer three row groups' worth of
44 * This allows the downsampler to access the proper context rows.
45 * At the top and bottom of the image, we create dummy context rows by
62 JDIMENSION rows_to_go; /* counts rows remaining in source image */
123 * is defined to be v_samp_factor sample rows of each component.
125 * input rows.
    [all...]
  /external/qemu/distrib/jpeg-6b/
jcprepct.c 12 * Most of the complexity here is associated with buffering input rows
22 /* At present, jcsample.c can request context rows only for smoothing.
23 * In the future, we might also need context rows for CCIR601 sampling
25 * context rows should be compiled only if needed.
39 * When providing context rows, we must buffer three row groups' worth of
43 * This allows the downsampler to access the proper context rows.
44 * At the top and bottom of the image, we create dummy context rows by
61 JDIMENSION rows_to_go; /* counts rows remaining in source image */
122 * is defined to be v_samp_factor sample rows of each component.
124 * input rows
    [all...]

Completed in 648 milliseconds

<<11121314151617181920>>