/external/opencv/cv/src/ |
cvstereobm.cpp | 188 int width = left->cols, height = left->rows; 396 int width = left->cols, height = left->rows; 586 state->SADWindowSize >= MIN(left0->cols, left0->rows) ) 598 state->preFilteredImg0->cols*state->preFilteredImg0->rows < left0->cols*left0->rows ) 603 state->preFilteredImg0 = cvCreateMat( left0->rows, left0->cols, CV_8U ); 604 state->preFilteredImg1 = cvCreateMat( left0->rows, left0->cols, CV_8U ); 606 left = cvMat(left0->rows, left0->cols, CV_8U, state->preFilteredImg0->data.ptr); 607 right = cvMat(right0->rows, right0->cols, CV_8U, state->preFilteredImg1->data.ptr); 612 width = left0->cols; [all...] |
cvmotempl.cpp | 213 CV_CALL( dX_min = cvCreateMat( mhi->rows, mhi->cols, CV_32F )); 214 CV_CALL( dY_max = cvCreateMat( mhi->rows, mhi->cols, CV_32F )); 345 mhi_cols = mhi->cols; 442 CV_CALL( mask8u = cvCreateMat( mhi->rows + 2, mhi->cols + 2, CV_8UC1 )); 455 for( x = 0; x < mhi->cols; x++ ) 467 for( x = 0; x < mhi->cols; x++ ) 504 for( x = 0; x < mhi->cols; x++ )
|
cvcamshift.cpp | 87 if( windowIn.x < 0 || windowIn.x + windowIn.width > mat->cols || 116 else if( nx + cur_rect.width > mat->cols ) 117 nx = mat->cols - cur_rect.width;
|
/external/opencv/cxcore/src/ |
cxdxt.cpp | [all...] |
cxmatmul.cpp | [all...] |
/external/libvpx/libvpx/vp9/common/ |
vp9_postproc.c | 43 int cols, int flimit) { 55 for (col = 0; col < cols; col++) { 77 for (col = 0; col < cols; col++) { 115 int cols, int flimit) { 131 for (c = 0; c < cols + 8; c++) { 153 void vp9_highbd_mbpost_proc_down_c(uint16_t *dst, int pitch, int rows, int cols, 158 for (c = 0; c < cols; c++) {
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
deblock_sse2.asm | 92 ; int cols, 144 cmp edx, dword arg(4) ;cols 150 ; done with the all cols, start the across filtering in place 196 cmp edx, dword arg(4) ;cols 234 ; int pitch, int rows, int cols,int flimit) 266 ;for(c=0; c<cols; c+=8) 447 sub dword arg(3), 8 ; cols -= 8 466 ; int pitch, int rows, int cols,int flimit) 541 movsxd rdx, dword arg(3) ;cols
|
/external/eigen/Eigen/src/SparseCore/ |
SparseBlock.h | 40 EIGEN_STRONG_INLINE Index cols() const { return IsRowMajor ? m_matrix.cols() : m_outerSize.value(); } function in class:Eigen::BlockImpl 69 Index blockCols() const { return IsRowMajor ? m_matrix.cols() : m_outerSize.value(); } 267 EIGEN_STRONG_INLINE Index cols() const { return IsRowMajor ? m_matrix.cols() : m_outerSize.value(); } function in class:Eigen::internal::sparse_matrix_block_impl 274 Index blockCols() const { return IsRowMajor ? m_matrix.cols() : m_outerSize.value(); } 352 IsRowMajor ? outerSize : rows(), IsRowMajor ? cols() : outerSize); 365 IsRowMajor ? outerSize : rows(), IsRowMajor ? cols() : outerSize); 392 m_blockCols(BlockCols==1 ? 1 : xpr.cols()) 402 inline Index cols() const { return m_blockCols.value(); function in class:Eigen::BlockImpl [all...] |
/external/opencv/cxcore/include/ |
cxtypes.h | 570 int cols; member in union:CvMat::__anon28079 575 int cols; member in struct:CvMat 585 ((const CvMat*)(mat))->cols > 0 && ((const CvMat*)(mat))->rows > 0) 603 ((mat1)->rows == (mat2)->rows && (mat1)->cols == (mat2)->cols) 606 (((mat)->rows|(mat)->cols) == 1) 621 CV_INLINE CvMat cvMat( int rows, int cols, int type, void* data CV_DEFAULT(NULL)) 628 m.cols = cols; 630 m.step = rows > 1 ? m.cols*CV_ELEM_SIZE(type) : 0 [all...] |
/external/dng_sdk/source/ |
dng_read_image.cpp | 49 uint32 cols, 53 const uint32 dRowStep = cols * channels; 58 for (uint32 col = 1; col < cols; col++) 80 uint32 cols, 84 const uint32 dRowStep = cols * channels; 89 for (uint32 col = 1; col < cols; col++) 111 uint32 cols, 115 const uint32 dRowStep = cols * channels; 120 for (uint32 col = 1; col < cols; col++) 140 inline void DecodeDeltaBytes (uint8 *bytePtr, int32 cols, int32 channels [all...] |
dng_parse_utils.cpp | 1718 uint32 cols = count - (row << 4); local 1792 uint32 cols = count - (row << 4); local [all...] |
/external/eigen/Eigen/src/Cholesky/ |
LDLT.h | 106 : m_matrix(matrix.rows(), matrix.cols()), 246 inline Index cols() const { return m_matrix.cols(); } function in class:Eigen::LDLT 300 eigen_assert(mat.rows()==mat.cols()); 411 eigen_assert(mat.cols() == size && w.size()==size); 494 eigen_assert(a.rows()==a.cols());
|
/external/eigen/Eigen/src/Core/ |
Block.h | 122 ||((BlockRows==XprType::RowsAtCompileTime) && (BlockCols==1) && i<xpr.cols()))); 133 && startCol >= 0 && BlockCols >= 0 && startCol + BlockCols <= xpr.cols()); 147 && startCol >= 0 && blockCols >= 0 && startCol <= xpr.cols() - blockCols); 197 m_blockCols(BlockCols==1 ? 1 : xpr.cols()) 219 EIGEN_DEVICE_FUNC inline Index cols() const { return m_blockCols.value(); } function in class:Eigen::internal::BlockImpl_dense 350 BlockCols==1 ? 1 : xpr.cols()),
|
Redux.h | 192 eigen_assert(mat.rows()>0 && mat.cols()>0 && "you are using an empty matrix"); 276 eigen_assert(mat.rows()>0 && mat.cols()>0 && "you are using an empty matrix"); 319 eigen_assert(mat.rows()>0 && mat.cols()>0 && "you are using an empty matrix"); 358 EIGEN_DEVICE_FUNC Index cols() const { return m_xpr.cols(); } function in class:Eigen::internal::redux_evaluator 413 eigen_assert(this->rows()>0 && this->cols()>0 && "you are using an empty matrix");
|
/external/eigen/bench/ |
sparse_setter.cpp | 64 int cols = SIZE; local 73 pool.reserve(cols*NBPERROW); 75 for (int i=0; i<cols*NBPERROW; ) 78 Vector2i ij(internal::random<int>(0,rows-1),internal::random<int>(0,cols-1)); 88 int n = cols*NBPERROW*KK; 100 for (int j=0; j<cols; ++j)
|
/external/mesa3d/src/mesa/main/ |
uniform_query.cpp | 386 unsigned rows, unsigned cols, unsigned count, 394 const unsigned elems = rows * cols * count; 395 const char *const extra = (cols == 1) ? "uniform" : "uniform matrix"; 825 * Note: cols=2, rows=4 ==> array[2] of vec4 829 GLuint cols, GLuint rows, 859 if (vectors != cols || components != rows) { 912 for (unsigned c = 0; c < cols; c++) {
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/ |
TerminalBridge.java | 670 * Resize terminal to fit [rows]x[cols] in screen of size [width]x[height] 673 * @param cols 677 public synchronized void resizeComputed(int cols, int rows, int width, int height) { 684 while ((direction = fontSizeCompare(size, cols, rows, width, height)) < 0) { 696 while ((direction = fontSizeCompare(size, cols, rows, width, height)) != 0 && step >= limit) { 709 columns = cols; 715 private int fontSizeCompare(float size, int cols, int rows, int width, int height) { 722 int termWidth = (int) widths[0] * cols;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_curses.py | 255 lines, cols = curses.LINES, curses.COLS
256 curses.resizeterm(lines - 1, cols + 1)
258 if curses.LINES != lines - 1 or curses.COLS != cols + 1:
259 raise RuntimeError, "Expected resizeterm to update LINES and COLS"
|
/external/doclava/res/assets/templates-sdk/ |
footer.cs | 4 <div class="cols dac-footer-main"> 88 <div class="cols"> 115 <div class="cols"> 163 <div class="cols"> 197 <div class="cols"> 206 <div class="cols">
|
/frameworks/support/tv-provider/tests/src/android/support/media/tv/ |
ChannelTest.java | 238 String[] cols = Channel.PROJECTION; local 239 MatrixCursor cursor = new MatrixCursor(cols); 241 for (String col : cols) {
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_curses.py | 260 lines, cols = curses.LINES, curses.COLS 261 curses.resizeterm(lines - 1, cols + 1) 263 if curses.LINES != lines - 1 or curses.COLS != cols + 1: 264 raise RuntimeError, "Expected resizeterm to update LINES and COLS"
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_curses.py | 260 lines, cols = curses.LINES, curses.COLS 261 curses.resizeterm(lines - 1, cols + 1) 263 if curses.LINES != lines - 1 or curses.COLS != cols + 1: 264 raise RuntimeError, "Expected resizeterm to update LINES and COLS"
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_curses.py | 260 lines, cols = curses.LINES, curses.COLS 261 curses.resizeterm(lines - 1, cols + 1) 263 if curses.LINES != lines - 1 or curses.COLS != cols + 1: 264 raise RuntimeError, "Expected resizeterm to update LINES and COLS"
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_curses.py | 260 lines, cols = curses.LINES, curses.COLS 261 curses.resizeterm(lines - 1, cols + 1) 263 if curses.LINES != lines - 1 or curses.COLS != cols + 1: 264 raise RuntimeError, "Expected resizeterm to update LINES and COLS"
|
/system/media/camera/docs/ |
html.mako | 151 cols = 1 152 if prop.details: cols = cols + 2 153 if prop.hal_details: cols = cols + 2 154 return cols
|