Searched refs:col (Results 51 - 75 of 926) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_tile.c43 unsigned col; /* current source column */ local
51 for (col = 0; col < width; col += tile_width, ++k)
53 uint8_t *src2 = (uint8_t *)src + src_pitch * row + col;
60 unsigned columns = MIN2(tile_width, width - col);
74 unsigned col; /* current source column */ local
82 for (col = 0; col < width; col
105 unsigned col; /* current source column */ local
136 unsigned col; /* current source column */ local
167 unsigned col; /* current source column */ local
257 unsigned col; /* current destination column */ local
290 unsigned col; /* current destination column */ local
323 unsigned col; /* current destination column */ local
356 unsigned col; /* current destination column */ local
389 unsigned col; /* current destination column */ local
[all...]
/external/eigen/blas/
H A DBandTriangularSolver.h38 for(int col=0 ; col<other.cols() ; ++col)
47 other.coeffRef(i,col) -= cjLhs.row(i).segment(actual_start,actual_k).transpose()
48 .cwiseProduct(other.col(col).segment(IsLower ? i-actual_k : i+1,actual_k)).sum();
51 other.coeffRef(i,col) /= cjLhs(i,IsLower ? k : 0);
74 for(int col=0 ; col<other.cols() ; ++col)
[all...]
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_tile.c43 unsigned col; /* current source column */ local
51 for (col = 0; col < width; col += tile_width, ++k)
53 uint8_t *src2 = (uint8_t *)src + src_pitch * row + col;
60 unsigned columns = MIN2(tile_width, width - col);
74 unsigned col; /* current source column */ local
82 for (col = 0; col < width; col
105 unsigned col; /* current source column */ local
136 unsigned col; /* current source column */ local
167 unsigned col; /* current source column */ local
257 unsigned col; /* current destination column */ local
290 unsigned col; /* current destination column */ local
323 unsigned col; /* current destination column */ local
356 unsigned col; /* current destination column */ local
389 unsigned col; /* current destination column */ local
[all...]
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_tile.c43 unsigned col; /* current source column */ local
51 for (col = 0; col < width; col += tile_width, ++k)
53 uint8_t *src2 = (uint8_t *)src + src_pitch * row + col;
60 unsigned columns = MIN2(tile_width, width - col);
74 unsigned col; /* current source column */ local
82 for (col = 0; col < width; col
105 unsigned col; /* current source column */ local
136 unsigned col; /* current source column */ local
167 unsigned col; /* current source column */ local
257 unsigned col; /* current destination column */ local
290 unsigned col; /* current destination column */ local
323 unsigned col; /* current destination column */ local
356 unsigned col; /* current destination column */ local
389 unsigned col; /* current destination column */ local
[all...]
/external/eigen/unsupported/Eigen/src/Skyline/
H A DSkylineInplaceLU.h131 const Index& col = row; local
132 for (typename MatrixType::InnerLowerIterator lIt(m_lu, col); lIt; ++lIt) {
137 typename MatrixType::InnerLowerIterator lIt(m_lu, col);
156 typename MatrixType::InnerLowerIterator lIt3(m_lu, col);
169 typename MatrixType::InnerLowerIterator lIt2(m_lu, col);
195 for (Index col = llIt.col(); col < row; col++) {
196 if (m_lu.coeffExistLower(row, col)) {
235 const Index col = row; local
317 Index col = lIt.col(); local
[all...]
/external/eigen/Eigen/src/Core/
H A DFlagged.h58 inline CoeffReturnType coeff(Index row, Index col) const
60 return m_matrix.coeff(row, col);
68 inline const Scalar& coeffRef(Index row, Index col) const
70 return m_matrix.const_cast_derived().coeffRef(row, col);
78 inline Scalar& coeffRef(Index row, Index col) argument
80 return m_matrix.const_cast_derived().coeffRef(row, col);
89 inline const PacketScalar packet(Index row, Index col) const
91 return m_matrix.template packet<LoadMode>(row, col);
95 inline void writePacket(Index row, Index col, const PacketScalar& x) argument
97 m_matrix.const_cast_derived().template writePacket<LoadMode>(row, col,
[all...]
/external/libhevc/common/x86/
H A Dihevc_inter_pred_filters_sse42_intr.c117 WORD32 row, col; local
127 for(col = 0; col < wd; col += 8)
140 src0_16x8b = _mm_slli_epi16(src0_16x8b, SHIFT_14_MINUS_BIT_DEPTH); /* (pu1_src[col] << SHIFT_14_MINUS_BIT_DEPTH */
163 for(col = 0; col < wd; col += 4)
176 src0_16x8b = _mm_slli_epi16(src0_16x8b, SHIFT_14_MINUS_BIT_DEPTH); /* (pu1_src[col] << SHIFT_14_MINUS_BIT_DEPTH */
244 WORD32 row, col, wdx local
465 WORD32 row, col, wdx2; local
[all...]
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
H A DSQLiteStatement.cpp194 String SQLiteStatement::getColumnName(int col) argument
196 ASSERT(col >= 0);
200 if (columnCount() <= col)
202 return String(reinterpret_cast<const UChar*>(sqlite3_column_name16(m_statement, col)));
205 SQLValue SQLiteStatement::getColumnValue(int col) argument
207 ASSERT(col >= 0);
211 if (columnCount() <= col)
216 sqlite3_value* value = sqlite3_column_value(m_statement, col);
236 String SQLiteStatement::getColumnText(int col) argument
238 ASSERT(col >
248 getColumnInt(int col) argument
259 getColumnInt64(int col) argument
[all...]
/external/eigen/Eigen/src/OrderingMethods/
H A DEigen_Colamd.h147 /* col, if the column is alive */
153 Index score ; /* the score used to maintain heap, if col is alive */
154 Index order ; /* pivot ordering of this column, if col is dead */
158 Index headhash ; /* head of a hash bucket, if col is at the head of */
160 Index hash ; /* hash value, if col is not in a degree list */
161 Index prev ; /* previous column in degree list, if col is in a */
166 Index degree_next ; /* next column, if col is in a degree list */
167 Index hash_next ; /* next column, if col is in a hash list */
175 Index start ; /* index for A of first col in this row */
218 static Index init_rows_cols (Index n_row, Index n_col, Colamd_Row<Index> Row [], colamd_col<Index> col [], Inde
504 Index col ; /* a column index */ local
975 Index col ; /* a column index */ local
1577 Index col ; /* a column index in the row to check */ local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Derror_concealment.c27 int col; member in struct:ec_position
137 int row, col; local
157 for (col = 0; col < end_col; ++col)
163 (((first_blk_col + col) *
165 assign_overlap(b_ol_ul[row * 4 + col].overlaps, bmi, overlap);
176 int row, col, rel_row, rel_col; local
184 col = (4 * b_col) << 3; /* Q3 */
188 new_col = col
286 int row, col; local
499 int row, col, i; local
[all...]
/external/libvpx/libvpx/vp8/decoder/
H A Derror_concealment.c29 int col; member in struct:ec_position
139 int row, col; local
159 for (col = 0; col < end_col; ++col)
165 (((first_blk_col + col) *
167 assign_overlap(b_ol_ul[row * 4 + col].overlaps, bmi, overlap);
178 int row, col, rel_row, rel_col; local
186 col = (4 * b_col) << 3; /* Q3 */
190 new_col = col
288 int row, col; local
501 int row, col, i; local
[all...]
/external/libhevc/common/
H A Dihevc_intra_pred_filters.c735 WORD32 row, col; local
762 for(col = 0; col < nt; col++)
764 pu1_dst[row * dst_strd + col] = ((nt - 1 - col)
766 + (col + 1) * pu1_ref[three_nt + 1]
767 + (nt - 1 - row) * pu1_ref[two_nt + 1 + col]
823 WORD32 row, col; local
865 for(col
936 WORD32 row, col; local
1015 WORD32 row, col; local
1093 WORD32 row, col; local
1157 WORD32 row, col; local
1234 WORD32 row, col; local
1315 WORD32 row, col, k; local
1420 WORD32 row, col, k; local
1517 WORD32 row, col; local
[all...]
/external/chromium_org/third_party/libjpeg_turbo/
H A Dtjunittest.c92 int index, row, col, halfway=16; local
99 for(col=0; col<w; col++)
101 if(flags&TJFLAG_BOTTOMUP) index=(h-row-1)*w+col;
102 else index=row*w+col;
103 if(((row/8)+(col/8))%2==0) buf[index]=(row<halfway)? 255:0;
112 for(col=0; col<w; col
164 int index, row, col, retval=1; local
240 int row, col; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dmcomp.c36 return ((mvcost[0][(mv->as_mv.row - ref->as_mv.row) >> 1] + mvcost[1][(mv->as_mv.col - ref->as_mv.col) >> 1]) * Weight) >> 7;
44 mvcost[1][(mv->as_mv.col - ref->as_mv.col) >> 1])
55 mvsadcost[1][(mv->as_mv.col - ref->as_mv.col)])
68 x->ss[search_site_count].mv.col = 0;
77 x->ss[search_site_count].mv.col = 0;
83 x->ss[search_site_count].mv.col = 0;
89 x->ss[search_site_count].mv.col
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Dmcomp.c35 return ((mvcost[0][(mv->as_mv.row - ref->as_mv.row) >> 1] + mvcost[1][(mv->as_mv.col - ref->as_mv.col) >> 1]) * Weight) >> 7;
43 mvcost[1][(mv->as_mv.col - ref->as_mv.col) >> 1])
54 mvsadcost[1][(mv->as_mv.col - ref->as_mv.col)])
67 x->ss[search_site_count].mv.col = 0;
76 x->ss[search_site_count].mv.col = 0;
82 x->ss[search_site_count].mv.col = 0;
88 x->ss[search_site_count].mv.col
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dfindnearmv.h31 mvp->as_mv.col *= -1;
39 if (mv->as_mv.col < (xd->mb_to_left_edge - LEFT_TOP_MARGIN))
40 mv->as_mv.col = xd->mb_to_left_edge - LEFT_TOP_MARGIN;
41 else if (mv->as_mv.col > xd->mb_to_right_edge + RIGHT_BOTTOM_MARGIN)
42 mv->as_mv.col = xd->mb_to_right_edge + RIGHT_BOTTOM_MARGIN;
53 mv->as_mv.col = (mv->as_mv.col < mb_to_left_edge) ?
54 mb_to_left_edge : mv->as_mv.col;
55 mv->as_mv.col = (mv->as_mv.col > mb_to_right_edg
[all...]
/external/libvpx/libvpx/vp8/common/
H A Dfindnearmv.h31 mvp->as_mv.col *= -1;
39 if (mv->as_mv.col < (xd->mb_to_left_edge - LEFT_TOP_MARGIN))
40 mv->as_mv.col = xd->mb_to_left_edge - LEFT_TOP_MARGIN;
41 else if (mv->as_mv.col > xd->mb_to_right_edge + RIGHT_BOTTOM_MARGIN)
42 mv->as_mv.col = xd->mb_to_right_edge + RIGHT_BOTTOM_MARGIN;
53 mv->as_mv.col = (mv->as_mv.col < mb_to_left_edge) ?
54 mb_to_left_edge : mv->as_mv.col;
55 mv->as_mv.col = (mv->as_mv.col > mb_to_right_edg
[all...]
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCResultSet.java229 int col = findColumn(columnName);
230 return getString(col);
256 int col = findColumn(columnName);
257 return getInt(col);
266 int col = findColumn(columnName);
267 return getBoolean(col);
300 int col = findColumn(columnName);
301 return getShort(col);
337 int col = findColumn(columnName);
338 return getTime(col);
[all...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DTextLinkColors.cpp90 for (const ColorValue* col = colorValues; col->cssValueId; ++col) {
91 if (col->cssValueId == cssValueId)
92 return col->color;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_tile_common.c29 void vp9_tile_set_col(TileInfo *tile, const VP9_COMMON *cm, int col) { argument
30 tile->mi_col_start = get_tile_offset(col, cm->mi_cols, cm->log2_tile_cols);
31 tile->mi_col_end = get_tile_offset(col + 1, cm->mi_cols, cm->log2_tile_cols);
34 void vp9_tile_init(TileInfo *tile, const VP9_COMMON *cm, int row, int col) { argument
36 vp9_tile_set_col(tile, cm, col);
/external/deqp/framework/common/
H A DtcuPixelFormat.hpp91 inline RGBA convertColor (const RGBA& col) const
93 return RGBA(convertChannel(col.getRed(), redBits),
94 convertChannel(col.getGreen(), greenBits),
95 convertChannel(col.getBlue(), blueBits),
96 alphaBits ? convertChannel(col.getAlpha(), alphaBits) : 0xff);
/external/openfst/src/include/fst/script/
H A Dcompile-impl.h66 vector<char *> col; local
68 SplitToVector(line, separator.c_str(), &col, true);
69 if (col.size() == 0 || col[0][0] == '\0') // empty line
71 if (col.size() > 5 ||
72 (col.size() > 4 && accep) ||
73 (col.size() == 3 && !accep)) {
80 StateId s = StrToStateId(col[0]);
88 switch (col.size()) {
93 fst_.SetFinal(s, StrToWeight(col[
[all...]
/external/qemu/distrib/jpeg-6b/
H A Djccolor.c141 register JDIMENSION col; local
150 for (col = 0; col < num_cols; col++) {
161 outptr0[col] = (JSAMPLE)
165 outptr1[col] = (JSAMPLE)
169 outptr2[col] = (JSAMPLE)
188 register JDIMENSION col; local
197 for (col = 0; col < num_col
234 register JDIMENSION col; local
290 register JDIMENSION col; local
329 register JDIMENSION col; local
381 register JDIMENSION col; local
440 register JDIMENSION col; local
452 int col = num_cols; local
[all...]
/external/jpeg/
H A Djccolor.c141 register JDIMENSION col; local
150 for (col = 0; col < num_cols; col++) {
161 outptr0[col] = (JSAMPLE)
165 outptr1[col] = (JSAMPLE)
169 outptr2[col] = (JSAMPLE)
197 register JDIMENSION col; local
204 for (col = 0; col < num_col
236 register JDIMENSION col; local
288 register JDIMENSION col; local
347 register JDIMENSION col; local
359 int col = num_cols; local
[all...]
/external/libhevc/decoder/
H A Dihevcd_deblk.c119 WORD32 col, row; local
235 for(col = 0; col < ctb_size / 8; col++)
240 * shift = (col & ((MAX_CTB_SIZE >> log2_ctb_size) - 1)) << (log2_ctb_size - 1);
245 shift = (col & 1) << (log2_ctb_size - 1);
282 if(0 == col)
292 pu1_qp[col - 1 - qp_strd];
297 pu1_qp[col - qp_strd];
301 if(0 == col)
[all...]

Completed in 522 milliseconds

1234567891011>>