HomeSort by relevance Sort by last modified time
    Searched defs:num_rows (Results 51 - 66 of 66) sorted by null

1 23

  /external/ceres-solver/internal/ceres/
covariance_impl.cc 269 int num_rows = 0; local
275 parameter_block_to_row_index_[parameter_block] = num_rows;
276 num_rows += parameter_block_size;
320 new CompressedRowSparseMatrix(num_rows, num_rows, num_nonzeros));
375 rows[num_rows] = cursor;
416 const int num_rows = jacobian.num_rows; local
432 for (int r = 0; r < num_rows; ++r) {
448 cholmod_jacobian.nrow = num_rows;
640 const int num_rows = covariance_matrix_->num_rows(); local
    [all...]
visibility_based_preconditioner.cc 114 m_->num_rows(),
115 m_->num_rows()));
345 const int num_rows = m_->num_rows(); local
346 CHECK_GT(num_rows, 0);
356 Vector rhs = Vector::Zero(m_->num_rows());
357 Vector b = Vector::Zero(A.num_rows());
464 const int num_rows = m_->num_rows(); local
465 memcpy(CHECK_NOTNULL(tmp_rhs_)->x, x, m_->num_rows() * sizeof(*x))
474 int VisibilityBasedPreconditioner::num_rows() const { function in class:ceres::internal::VisibilityBasedPreconditioner
    [all...]
  /external/chromium_org/third_party/libwebp/dec/
io.c 173 const uint8_t** alpha, int* const num_rows) {
175 *num_rows = io->mb_h;
182 --*num_rows;
192 *num_rows = io->crop_bottom - io->crop_top - start_y;
206 int num_rows; local
207 const int start_y = GetAlphaSourceRow(io, &alpha, &num_rows);
213 for (j = 0; j < num_rows; ++j) {
225 mb_w, num_rows, buf->stride);
237 int num_rows; local
238 const int start_y = GetAlphaSourceRow(io, &alpha, &num_rows);
    [all...]
vp8l.c 574 int mb_w, int num_rows) {
576 while (num_rows-- > 0) {
635 static void ApplyInverseTransforms(VP8LDecoder* const dec, int num_rows,
638 const int cache_pixs = dec->width_ * num_rows;
640 const int end_row = start_row + num_rows;
655 static void ApplyInverseTransformsAlpha(VP8LDecoder* const dec, int num_rows,
658 const int end_row = start_row + num_rows;
672 const int num_rows = row - dec->last_row_; local
674 if (num_rows <= 0) return; // Nothing to be done.
675 ApplyInverseTransforms(dec, num_rows, rows)
727 const int num_rows = row - dec->last_row_; local
1227 const int num_rows = row - dec->last_row_; local
    [all...]
  /external/libhevc/decoder/
ihevcd_process_slice.c 98 WORD32 num_rows);
1599 WORD32 num_rows; local
    [all...]
  /external/webp/src/dec/
io.c 173 const uint8_t** alpha, int* const num_rows) {
175 *num_rows = io->mb_h;
182 --*num_rows;
192 *num_rows = io->crop_bottom - io->crop_top - start_y;
206 int num_rows; local
207 const int start_y = GetAlphaSourceRow(io, &alpha, &num_rows);
213 for (j = 0; j < num_rows; ++j) {
225 mb_w, num_rows, buf->stride);
237 int num_rows; local
238 const int start_y = GetAlphaSourceRow(io, &alpha, &num_rows);
    [all...]
vp8l.c 574 int mb_w, int num_rows) {
576 while (num_rows-- > 0) {
635 static void ApplyInverseTransforms(VP8LDecoder* const dec, int num_rows,
638 const int cache_pixs = dec->width_ * num_rows;
640 const int end_row = start_row + num_rows;
655 static void ApplyInverseTransformsAlpha(VP8LDecoder* const dec, int num_rows,
658 const int end_row = start_row + num_rows;
672 const int num_rows = row - dec->last_row_; local
674 if (num_rows <= 0) return; // Nothing to be done.
675 ApplyInverseTransforms(dec, num_rows, rows)
727 const int num_rows = row - dec->last_row_; local
1227 const int num_rows = row - dec->last_row_; local
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngstruct.h 102 png_uint_32 num_rows; /* number of rows in current pass */ member in struct:png_struct_def
  /external/libpng/
pngstruct.h 263 png_uint_32 num_rows; /* number of rows in current pass */ member in struct:png_struct_def
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
XKBgeom.h 239 unsigned short num_rows; member in struct:_XkbSection
266 unsigned short num_rows; member in struct:_XkbOverlay
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XKBgeom.h 239 unsigned short num_rows; member in struct:_XkbSection
266 unsigned short num_rows; member in struct:_XkbOverlay
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation.cc 1930 GLint num_rows = size \/ padded_row_size; local
1957 GLint num_rows = ComputeNumRowsThatFitInBuffer( local
2375 GLint num_rows = ComputeNumRowsThatFitInBuffer( local
    [all...]
  /external/chromium_org/cc/output/
gl_renderer.cc 2585 int num_rows = size.height(); local
    [all...]
  /external/chromium_org/net/http/
http_network_transaction_unittest.cc 467 const int num_rows = static_cast<int>( local
469 const int sizeof_data = num_rows * sizeof_row;
473 for (int i = 0; i < num_rows; ++i)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 2389 milliseconds

1 23