HomeSort by relevance Sort by last modified time
    Searched refs:col (Results 251 - 275 of 1242) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/icu/source/test/intltest/
canittst.h 45 UnicodeString collectionToString(Hashtable *col);
46 //static UnicodeString collectionToString(Collection col);
  /external/chromium_org/third_party/libjpeg_turbo/
rdtarga.c 179 register JDIMENSION col; local
182 for (col = cinfo->image_width; col > 0; col--) {
196 register JDIMENSION col; local
200 for (col = cinfo->image_width; col > 0; col--) {
217 register JDIMENSION col; local
220 for (col = cinfo->image_width; col > 0; col--)
244 register JDIMENSION col; local
    [all...]
jdmrgext.c 33 JDIMENSION col; local
47 for (col = cinfo->output_width >> 1; col > 0; col--) {
106 JDIMENSION col; local
122 for (col = cinfo->output_width >> 1; col > 0; col--) {
  /external/eigen/Eigen/src/Core/
BooleanRedux.h 21 col = (UnrollCount-1) / Derived::RowsAtCompileTime, enumerator in enum:Eigen::internal::all_unroller::__anon25131
27 return all_unroller<Derived, UnrollCount-1>::run(mat) && mat.coeff(row, col);
47 col = (UnrollCount-1) / Derived::RowsAtCompileTime, enumerator in enum:Eigen::internal::any_unroller::__anon25132
53 return any_unroller<Derived, UnrollCount-1>::run(mat) || mat.coeff(row, col);
  /external/eigen/Eigen/src/Geometry/
OrthoMethods.h 118 res.col(0) = (_expression().col(1) * other.coeff(2) - _expression().col(2) * other.coeff(1)).conjugate();
119 res.col(1) = (_expression().col(2) * other.coeff(0) - _expression().col(0) * other.coeff(2)).conjugate();
120 res.col(2) = (_expression().col(0) * other.coeff(1) - _expression().col(1) * other.coeff(0)).conjugate();
  /external/eigen/Eigen/src/Householder/
BlockHouseholder.h 34 triFactor.col(i).head(i).noalias() = -hCoeffs(i) * vectors.block(i, 0, rs, i).adjoint()
35 * vectors.col(i).tail(rs);
38 triFactor.col(i).head(i) = triFactor.block(0,0,i,i).template triangularView<Upper>()
39 * triFactor.col(i).head(i);
  /external/eigen/test/
sparseqr.cpp 31 A.col(j0) = s * A.col(j1);
32 dA.col(j0) = s * dA.col(j1);
  /external/icu/icu4c/source/test/intltest/
canittst.h 45 UnicodeString collectionToString(Hashtable *col);
46 //static UnicodeString collectionToString(Collection col);
  /external/jpeg/
rdtarga.c 179 register JDIMENSION col; local
182 for (col = cinfo->image_width; col > 0; col--) {
196 register JDIMENSION col; local
200 for (col = cinfo->image_width; col > 0; col--) {
217 register JDIMENSION col; local
220 for (col = cinfo->image_width; col > 0; col--)
244 register JDIMENSION col; local
    [all...]
  /external/qemu/distrib/jpeg-6b/
rdtarga.c 179 register JDIMENSION col; local
182 for (col = cinfo->image_width; col > 0; col--) {
196 register JDIMENSION col; local
200 for (col = cinfo->image_width; col > 0; col--) {
217 register JDIMENSION col; local
220 for (col = cinfo->image_width; col > 0; col--)
244 register JDIMENSION col; local
    [all...]
  /external/smack/src/org/jivesoftware/smackx/workgroup/ext/macros/
MacroGroup.java 53 Collection<Macro> col = Collections.unmodifiableList(macros); local
54 Iterator<Macro> iter = col.iterator();
77 Collection<MacroGroup> col = Collections.unmodifiableList(macroGroups); local
78 Iterator<MacroGroup> iter = col.iterator();
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_util.c 268 u32 row, col; local
274 col = mbNum % width;
279 image->luma = (u8*)(image->data + col * 16 + tmp * 256);
280 image->cb = (u8*)(image->data + picSize * 256 + tmp * 64 + col * 8);
  /hardware/ti/omap4-aah/ion/
ion_test.c 67 size_t row, col; local
70 for (col = 0; col < width; col++) {
71 int i = (row * stride) + col;
75 for (col = 0; col < width; col++) {
76 int i = (row * stride) + col;
  /external/pdfium/core/src/fxge/dib/
fx_dib_engine.cpp 373 for (int col = m_DestClip.left; col < m_DestClip.right; col ++) {
374 PixelWeight* pPixelWeights = m_WeightTable.GetPixelWeight(col);
390 for (int col = m_DestClip.left; col < m_DestClip.right; col ++) {
391 PixelWeight* pPixelWeights = m_WeightTable.GetPixelWeight(col);
405 for (int col = m_DestClip.left; col < m_DestClip.right; col ++) {
    [all...]
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
DGMRES.h 168 dgmres(*mp_matrix, b.col(j), xj, Base::m_preconditioner);
306 m_V.col(0) = r0/beta;
317 dgmresApplyDeflation(m_V.col(it), tv1); // Deflation
322 tv2 = precond.solve(m_V.col(it)); // User's selected preconditioner
330 coef = tv1.dot(m_V.col(i));
331 tv1 = tv1 - coef * m_V.col(i);
337 m_V.col(it+1) = tv1/coef;
346 m_H.col(it).applyOnTheLeft(i-1,i,gr[i-1].adjoint());
351 m_H.col(it).applyOnTheLeft(it,it+1,gr[it].adjoint());
469 Sr.col(j) = schurofH.matrixU().col(perm(it-j-1))
    [all...]
  /external/libhevc/common/arm/
ihevc_intra_pred_chroma_planar.s 167 vld1.s8 {d10,d11}, [r14]! @load src[2nt+1+col]
171 vsub.s8 d30, d2, d8 @[nt-1-col]
182 vmlal.u8 q6, d6, d10 @(nt-1-row) * src[2nt+1+col]
184 vmlal.u8 q6, d8, d1 @(col+1) * src[3nt+1]
186 vmlal.u8 q6, d30, d4 @(nt-1-col) * src[2nt-1-row]
203 vmlal.u8 q13, d19, d10 @(nt-1-row) * src[2nt+1+col]
205 vmlal.u8 q13, d8, d1 @(col+1) * src[3nt+1]
207 vmlal.u8 q13, d30, d3 @(nt-1-col) * src[2nt-1-row]
229 vmlal.u8 q11, d6, d10 @(nt-1-row) * src[2nt+1+col]
231 vmlal.u8 q11, d8, d1 @(col+1) * src[3nt+1
    [all...]
  /external/eigen/Eigen/src/Eigen2Support/
SVD.h 124 m_sigma[k] = matA.col(k).end(m-k).norm();
129 matA.col(k).end(m-k) /= m_sigma[k];
140 Scalar t = matA.col(k).end(m-k).eigen2_dot(matA.col(j).end(m-k)); // FIXME dot product or cwise prod + .sum() ??
142 matA.col(j).end(m-k) += t * matA.col(k).end(m-k);
152 m_matU.col(k).end(m-k) = matA.col(k).end(m-k);
172 matA.col(j).end(m-k-1) += (-e[j]/e[k+1]) * work.end(m-k-1);
177 m_matV.col(k).end(n-k-1) = e.end(n-k-1)
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_postproc.c 143 int col; local
155 for (col = 0; col < cols; col++) {
157 int v = p_src[col];
160 if (abs(v - p_src[col + i * pitch]) > flimit)
163 kernel += kernel5[2 + i] * p_src[col + i * pitch];
168 p_dst[col] = v;
178 for (col = 0; col < cols; col++)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_postproc.c 143 int col; local
155 for (col = 0; col < cols; col++) {
157 int v = p_src[col];
160 if (abs(v - p_src[col + i * pitch]) > flimit)
163 kernel += kernel5[2 + i] * p_src[col + i * pitch];
168 p_dst[col] = v;
178 for (col = 0; col < cols; col++)
    [all...]
  /external/ceres-solver/internal/ceres/
block_random_access_diagonal_matrix.cc 94 int* col,
104 *col = 0;
  /external/chromium_org/third_party/WebKit/Source/core/paint/
TableSectionPainter.cpp 57 return elem1->col() < elem2->col();
79 unsigned col = c - 1; local
80 RenderTableSection::CellStruct& current = m_renderTableSection.cellAt(row, col);
82 if (!cell || (row > dirtiedRows.start() && m_renderTableSection.primaryCellAt(row - 1, col) == cell) || (col > dirtiedColumns.start() && m_renderTableSection.primaryCellAt(row, col - 1) == cell))
167 RenderTableCol* column = m_renderTableSection.table()->colElement(cell->col());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FixedTableLayout.cpp 84 // iterate over all <col> elements
90 for (RenderTableCol* col = m_table->firstColumn(); col; col = col->nextColumn()) {
92 // so that if we call setPreferredWidthsDirty(true) on a col or one of its descendants, we'll mark it's
94 col->clearPreferredLogicalWidthsDirtyBits();
97 if (col->isTableColumnGroupWithColumnChildren())
100 Length colStyleLogicalWidth = col->style()->logicalWidth();
105 unsigned span = col->span()
    [all...]
RenderTableCellTest.cpp 55 EXPECT_EQ(columnIndex, m_cell->col());
61 EXPECT_EQ(maxColumnIndex, m_cell->col());
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_mvref_common.c 43 const MODE_INFO *const candidate_mi = xd->mi[mv_ref->col + mv_ref->row *
51 ADD_MV_REF_LIST(get_sub_block_mv(candidate_mi, 0, mv_ref->col, block));
53 ADD_MV_REF_LIST(get_sub_block_mv(candidate_mi, 1, mv_ref->col, block));
63 const MB_MODE_INFO *const candidate = &xd->mi[mv_ref->col + mv_ref->row *
89 const MB_MODE_INFO *const candidate = &xd->mi[mv_ref->col + mv_ref->row
125 if (mv->col & 1)
126 mv->col += (mv->col > 0 ? -1 : 1);
  /external/chromium_org/third_party/polymer/components/core-splitter/
core-splitter.css 15 cursor: col-resize;

Completed in 1618 milliseconds

<<11121314151617181920>>