HomeSort by relevance Sort by last modified time
    Searched refs:col (Results 226 - 250 of 1398) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libvpx/libvpx/vp9/common/
vp9_entropymv.h 32 return abs(ref->row) < kMvRefThresh && abs(ref->col) < kMvRefThresh;
106 return mv->col == 0 ? MV_JOINT_ZERO : MV_JOINT_HNZVZ;
108 return mv->col == 0 ? MV_JOINT_HZVNZ : MV_JOINT_HNZVNZ;
vp9_postproc.c 46 int row, col, i, v, kernel; local
55 for (col = 0; col < cols; col++) {
57 v = p_src[col];
60 if (abs(v - p_src[col + i * pitch]) > flimit) goto down_skip_convolve;
62 kernel += kernel5[2 + i] * p_src[col + i * pitch];
68 p_dst[col] = v;
77 for (col = 0; col < cols; col++)
    [all...]
  /frameworks/av/cmds/stagefright/
jpeg.cpp 76 for (int col = 0; col < width; col++) {
  /external/eigen/Eigen/src/Core/
CoreEvaluators.h 161 CoeffReturnType coeff(Index row, Index col) const
164 return m_data[row * m_outerStride.value() + col];
166 return m_data[row + col * m_outerStride.value()];
176 Scalar& coeffRef(Index row, Index col)
179 return const_cast<Scalar*>(m_data)[row * m_outerStride.value() + col];
181 return const_cast<Scalar*>(m_data)[row + col * m_outerStride.value()];
192 PacketType packet(Index row, Index col) const
195 return ploadt<PacketType, LoadMode>(m_data + row * m_outerStride.value() + col);
197 return ploadt<PacketType, LoadMode>(m_data + row + col * m_outerStride.value());
209 void writePacket(Index row, Index col, const PacketType& x
    [all...]
BooleanRedux.h 22 col = (UnrollCount-1) / Traits::RowsAtCompileTime, enumerator in enum:Eigen::internal::all_unroller::__anon17718
28 return all_unroller<Derived, UnrollCount-1>::run(mat) && mat.coeff(row, col);
49 col = (UnrollCount-1) / Traits::RowsAtCompileTime, enumerator in enum:Eigen::internal::any_unroller::__anon17719
55 return any_unroller<Derived, UnrollCount-1>::run(mat) || mat.coeff(row, col);
  /cts/tests/tests/widget/src/android/widget/cts/
GridLayoutTest.java 225 int col = j + 1; local
226 GridLayout.LayoutParams lp = new GridLayout.LayoutParams(spec(0), spec(col));
232 table[0][col] = v;
239 int col = j + 1; local
240 GridLayout.LayoutParams lp = new GridLayout.LayoutParams(spec(row), spec(col));
244 v.setTextSize(10 + 5 * row * col);
246 table[row][col] = v;
252 private void verifyCellAlignment(int row, int col, Alignment a, View v0, View v1,
256 assertEquals("View at row " + row + ", column " + col + " was not " + a.name +
270 int col = j + 1 local
285 int col = j + 1; local
    [all...]
  /external/deqp/scripts/khr_util/
format.py 62 for columnNdx, col in enumerate(line[:-1]):
63 colLen = len(col)
65 col += "\t"
67 indented.append(col)
69 # Append last col
  /external/eigen/Eigen/src/SparseCore/
SparseVector.h 102 inline Scalar coeff(Index row, Index col) const
104 eigen_assert(IsColVector ? (col==0 && row>=0 && row<m_size) : (row==0 && col>=0 && col<m_size));
105 return coeff(IsColVector ? row : col);
113 inline Scalar& coeffRef(Index row, Index col)
115 eigen_assert(IsColVector ? (col==0 && row>=0 && row<m_size) : (row==0 && col>=0 && col<m_size));
116 return coeffRef(IsColVector ? row : col);
    [all...]
  /external/eigen/test/
sparseqr.cpp 31 A.col(j0) = s * A.col(j1);
32 dA.col(j0) = s * dA.col(j1);
  /external/gemmlowp/public/
map.h 58 Scalar* data(int row, int col) const {
59 return data_ + row * rows_stride() + col * cols_stride();
61 Scalar& operator()(int row, int col) const { return *data(row, col); }
75 enum class VectorShape { Col, Row };
  /external/icu/icu4c/source/test/intltest/
canittst.h 47 UnicodeString collectionToString(Hashtable *col);
48 //static UnicodeString collectionToString(Collection col);
  /external/libjpeg-turbo/
rdtarga.c 181 register JDIMENSION col; local
184 for (col = cinfo->image_width; col > 0; col--) {
198 register JDIMENSION col; local
202 for (col = cinfo->image_width; col > 0; col--) {
219 register JDIMENSION col; local
222 for (col = cinfo->image_width; col > 0; col--)
246 register JDIMENSION col; local
    [all...]
jdcolor.c 336 register JDIMENSION col; local
345 for (col = 0; col < num_cols; col++) {
346 r = GETJSAMPLE(inptr0[col]);
347 g = GETJSAMPLE(inptr1[col]);
348 b = GETJSAMPLE(inptr2[col]);
350 outptr[col] = (JSAMPLE)
369 register JDIMENSION col; local
381 for (col = 0; col < num_cols; col++)
543 register JDIMENSION col; local
    [all...]
wrbmp.c 92 register JDIMENSION col; local
110 for (col = cinfo->output_width; col > 0; col--) {
124 for (col = cinfo->output_width; col > 0; col--) {
146 register JDIMENSION col; local
158 for (col = cinfo->output_width; col > 0; col--)
390 register JDIMENSION col; local
    [all...]
  /external/libmpeg2/common/
ideint.c 144 WORD32 i, row, col; local
280 for(col = 0; col < num_blks_x; col++)
306 if((((num_blks_x - 1) == col) && (ps_out_frm->ai4_wd[i] & 0x7)) ||
312 if(((num_blks_x - 1) == col) && (ps_out_frm->ai4_wd[i] & 0x7))
374 if((0 == row) || (0 == col) ||
375 ((num_blks_x - 1) == col) || ((num_blks_y - 1) == row))
381 col, num_blks_y, num_blks_x, blk_wd, blk_ht);
  /external/sl4a/Common/src/com/googlecode/android_scripting/
Exec.java 55 public static native void setPtyWindowSize(FileDescriptor fd, int row, int col, int xpixel,
  /external/syslinux/com32/cmenu/libmenu/
com32io.h 37 void getpos(char *row, char *col, char page);
  /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);
  /prebuilts/misc/windows/sdl2/test/
teststreaming.c 66 int row, col; local
77 for (col = 0; col < MOOSEPIC_W; ++col) {
  /external/doclava/res/assets/templates-sdk/assets/css/
default.css 435 /* This grid is deprecated in favor of .cols and .col-X */
442 .layout-content-col {
445 .layout-content-col:first-child {
447 .layout-content-col h3,
448 .layout-content-col h4 {
451 .layout-content-col.span-1 {
454 .layout-content-col.span-2 {
457 .layout-content-col.span-3 {
460 .layout-content-col.span-4 {
463 .layout-content-col.span-5
    [all...]
  /external/pdfium/core/fxge/dib/
fx_dib_engine.cpp 458 for (int col = m_DestClip.left; col < m_DestClip.right; col++) {
459 PixelWeight* pPixelWeights = m_WeightTable.GetPixelWeight(col);
481 for (int col = m_DestClip.left; col < m_DestClip.right; col++) {
482 PixelWeight* pPixelWeights = m_WeightTable.GetPixelWeight(col);
502 for (int col = m_DestClip.left; col < m_DestClip.right; col++)
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 34 return &buf->buf[mv->row * buf->stride + mv->col];
38 int col_min = (mv->col >> 3) - MAX_FULL_PEL_VAL + (mv->col & 7 ? 1 : 0);
40 int col_max = (mv->col >> 3) + MAX_FULL_PEL_VAL;
60 ref_mv->col - MAX_FULL_PEL_VAL * 8);
62 ref_mv->col + MAX_FULL_PEL_VAL * 8);
88 assert(mv->col >= -MV_MAX && mv->col < MV_MAX);
90 comp_cost[1][mv->col];
95 const MV diff = { mv->row - ref->row, mv->col - ref->col }
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
Array2DRowFieldMatrix.java 195 for (int col = 0; col < columnCount; col++) {
196 outDataRow[col] = dataRow[col].add(mRow[col]);
235 for (int col = 0; col < columnCount; col++) {
236 outDataRow[col] = dataRow[col].subtract(mRow[col])
    [all...]
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
DGMRES.h 155 dgmres(matrix(), b.col(j), xj, Base::m_preconditioner);
293 m_V.col(0) = r0/beta;
304 dgmresApplyDeflation(m_V.col(it), tv1); // Deflation
309 tv2 = precond.solve(m_V.col(it)); // User's selected preconditioner
317 coef = tv1.dot(m_V.col(i));
318 tv1 = tv1 - coef * m_V.col(i);
324 m_V.col(it+1) = tv1/coef;
333 m_H.col(it).applyOnTheLeft(i-1,i,gr[i-1].adjoint());
338 m_H.col(it).applyOnTheLeft(it,it+1,gr[it].adjoint());
456 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...]

Completed in 1347 milliseconds

1 2 3 4 5 6 7 8 91011>>