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

<<21222324252627282930>>

  /external/eigen/test/
ref.cpp 190 VERIFY_EVALUATION_COUNT( call_ref_1(A.col(3),A.col(3)), 0);
196 MatrixXf tmp = A*A.col(1);
197 VERIFY_EVALUATION_COUNT( call_ref_2(A*A.col(1), tmp), 1); // evaluated into a temp
  /external/eigen/unsupported/Eigen/src/SparseExtra/
BlockOfDynamicSparseMatrix.h 42 inline Index col() const { return IsRowMajor ? this->index() : m_outer; }
  /external/libhevc/common/arm/
ihevc_intra_pred_luma_mode_3_to_9.s 157 mov r11, r4 @col counter to be inc/dec by #8
158 vmull.s8 q11, d30, d31 @(col+1)*intra_pred_angle [0:7](col)
308 vmull.s8 q6, d30, d31 @(col+1)*intra_pred_angle [0:7](col)
398 vmull.s8 q7, d30, d31 @(col+1)*intra_pred_angle [0:7](col)
489 vmull.s8 q11, d30, d31 @(col+1)*intra_pred_angle [0:7](col)
  /external/libpng/contrib/pngminus/
pnm2png.c 211 int row, col; local
386 for (col = 0; col < width; col++)
420 } /* end for col */
  /external/libvpx/libvpx/vp8/encoder/
temporal_filter.c 166 best_ref_mv1_full.as_mv.col = best_ref_mv1.as_mv.col >>3;
289 mbd->block[0].bmi.mv.as_mv.col = 0;
327 mbd->block[0].bmi.mv.as_mv.col,
  /external/libvpx/libvpx/vp9/common/
vp9_scale.c 49 scaled_x(mv->col, sf) + x_off_q4
  /external/libvpx/libvpx/vp9/encoder/
vp9_temporal_filter.c 145 best_ref_mv1_full.col = best_ref_mv1.col >> 3;
257 mbd->mi[0]->bmi[0].as_mv[0].as_mv.col = 0;
291 mbd->mi[0]->bmi[0].as_mv[0].as_mv.col,
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/
hists.c 136 GtkTreeIter *parent, int col, u64 total)
166 gtk_tree_store_set(store, &iter, col, buf, -1);
184 perf_gtk__add_callchain(&node->rb_root, store, &iter, col,
190 GtkTreeViewColumn *col __maybe_unused,
  /external/lldb/tools/driver/
Driver.h 156 ResizeWindow (unsigned short col);
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_swtcl.c 752 GLint row, col; local
864 for (col=0; col<width; col++) {
866 vert.tv.x = px+col;
881 for (col=0; col<width; col++) {
883 vert.tv.x = px+col;
  /external/mesa3d/src/mesa/main/
image.c 393 GLint row, col; local
395 #define SET_PIXEL(COL, ROW) \
396 destBuffer[(ROW) * destStride + (COL)] = onValue;
404 for (col = 0; col < width; col++) {
407 SET_PIXEL(col, row);
426 for (col = 0; col < width; col++)
    [all...]
  /external/tcpdump/
print-olsr.c 497 int col = 0; local
505 if (col == 0)
517 col = (col + 1) % 4;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
temporal_filter.c 166 best_ref_mv1_full.as_mv.col = best_ref_mv1.as_mv.col >>3;
289 mbd->block[0].bmi.mv.as_mv.col = 0;
327 mbd->block[0].bmi.mv.as_mv.col,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_scale.c 49 scaled_x(mv->col, sf) + x_off_q4
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_temporal_filter.c 145 best_ref_mv1_full.col = best_ref_mv1.col >> 3;
257 mbd->mi[0]->bmi[0].as_mv[0].as_mv.col = 0;
291 mbd->mi[0]->bmi[0].as_mv[0].as_mv.col,
  /libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataNotSupportedTest.java 259 int col = rsmd.getColumnCount(); local
260 assertEquals("Incorrect number of columns", 13, col);
265 for (int c = 1; c <= col; ++c) {
313 int col = rsmd.getColumnCount(); local
314 assertEquals("Incorrect number of columns", 8, col);
318 for (int c = 1; c <= col; ++c) {
351 int col = rsmd.getColumnCount(); local
352 assertEquals("Incorrect number of columns", 14, col);
358 for (int c = 1; c <= col; ++c) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpcsvc/
nis.h 514 #define ENTRY_VAL(obj, col) (obj)->EN_data.en_cols.en_cols_val[col].ec_value.ec_value_val
515 #define ENTRY_LEN(obj, col) (obj)->EN_data.en_cols.en_cols_val[col].ec_value.ec_value_len
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
nis.h 514 #define ENTRY_VAL(obj, col) (obj)->EN_data.en_cols.en_cols_val[col].ec_value.ec_value_val
515 #define ENTRY_LEN(obj, col) (obj)->EN_data.en_cols.en_cols_val[col].ec_value.ec_value_len
  /external/deqp/modules/gles2/functional/
es2fRasterizationTests.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableSection.cpp 245 unsigned col = m_cCol; local
272 cell->setCol(table()->effColToCol(col));
282 for (unsigned col = 0; col < totalCols; col++) {
283 const CellStruct& rowSpanCell = cellAt(row, col);
494 for (unsigned col = 0; col < totalCols; col++) {
495 const CellStruct& rowSpanCell = cellAt(row, col);
    [all...]
  /external/eigen/Eigen/src/Geometry/
Transform.h 359 /** shortcut for m_matrix(row,col);
361 inline Scalar operator() (Index row, Index col) const { return m_matrix(row,col); }
362 /** shortcut for m_matrix(row,col);
364 inline Scalar& operator() (Index row, Index col) { return m_matrix(row,col); }
    [all...]
  /libcore/luni/src/test/java/libcore/java/sql/
OldResultSetGetterTests.java 1060 String col = it.next(); local
1133 String col = it.next(); local
1313 String col = it.next(); local
    [all...]
  /external/chromium_org/tools/gyp/test/lib/
TestCmd.py     [all...]
  /external/opencv/cv/src/
cvhough.cpp 214 int row, col; local
275 for( col = 0; col < w; col++ )
276 fn += _POINT( row, col ) != 0;
285 for( col = 0; col < w; col++ )
287 if( _POINT( row, col ))
297 x[fi] = col;
    [all...]
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jpx_opj.cpp 676 int i, wid, hei, row, col, channel, src; local
716 for (col = 0; col < wid; col++) {
717 pPixel = pScanline + col * image->numcomps;
718 src = image->comps[channel].data[row * wid + col];
730 for (col = 0; col < wid; col++) {
731 pPixel = pScanline + col * image->numcomps;
    [all...]

Completed in 728 milliseconds

<<21222324252627282930>>