HomeSort by relevance Sort by last modified time
    Searched refs:num_rows (Results 51 - 75 of 138) sorted by null

1 23 4 5 6

  /external/ceres-solver/internal/ceres/
incomplete_lq_factorization_test.cc 45 EXPECT_EQ(expected.num_rows(), actual.num_rows());
47 for (int i = 0; i < expected.num_rows(); ++i) {
137 EXPECT_EQ(matrix.num_rows(), 1);
145 EXPECT_EQ(matrix.num_rows(), 2);
155 EXPECT_EQ(matrix.num_rows(), 3);
169 EXPECT_EQ(matrix.num_rows(), 4);
185 EXPECT_EQ(matrix.num_rows(), 5);
implicit_schur_complement.cc 79 tmp_rows_.resize(A_->num_rows());
175 const int num_rows = A_->num_rows(); local
182 tmp_rows_ = ConstVectorRef(b_, num_rows) - tmp_rows_;
220 tmp_rows_ = ConstVectorRef(b_, A_->num_rows()) - tmp_rows_;
visibility_based_preconditioner.cc 110 m_->num_rows(),
111 m_->num_rows()));
330 const int num_rows = m_->num_rows(); local
331 CHECK_GT(num_rows, 0);
341 Vector rhs = Vector::Zero(m_->num_rows());
342 Vector b = Vector::Zero(A.num_rows());
438 const int num_rows = m_->num_rows(); local
439 memcpy(CHECK_NOTNULL(tmp_rhs_)->x, x, m_->num_rows() * sizeof(*x))
445 int VisibilityBasedPreconditioner::num_rows() const { function in class:ceres::internal::VisibilityBasedPreconditioner
    [all...]
block_sparse_matrix.h 78 virtual int num_rows() const { return num_rows_; } function in class:ceres::internal::BlockSparseMatrix
implicit_schur_complement.h 129 virtual int num_rows() const { return A_->num_cols_f(); } function in class:ceres::internal::ImplicitSchurComplement
schur_complement_solver_test.cc 59 num_rows = A->num_rows();
71 TripletSparseMatrix triplet_A(A->num_rows(),
126 int num_rows; member in class:ceres::internal::SchurComplementSolverTest
iterative_schur_complement_solver_test.cc 71 num_rows_ = A_->num_rows();
76 TripletSparseMatrix triplet_A(A_->num_rows(),
triplet_sparse_matrix_test.cc 41 EXPECT_EQ(m.num_rows(), 0);
50 EXPECT_EQ(m.num_rows(), 2);
114 EXPECT_EQ(cpy.num_rows(), 2);
160 EXPECT_EQ(cpy.num_rows(), 2);
205 EXPECT_EQ(m.num_rows(), 12);
258 EXPECT_EQ(m.num_rows(), 2);
288 EXPECT_EQ(m->num_rows(), 10);
310 EXPECT_EQ(m.num_rows(), 5);
visibility_based_preconditioner.h 140 virtual int num_rows() const;
217 virtual int num_rows() const { return -1; } function in class:ceres::internal::VisibilityBasedPreconditioner
block_random_access_sparse_matrix.cc 111 DCHECK_LT(rows[pos], tsm_->num_rows());
112 DCHECK_LT(cols[pos], tsm_->num_rows());
numeric_diff_cost_function_test.cc 152 template<int num_rows, int num_cols>
153 class SizeTestingCostFunction : public SizedCostFunction<num_rows, num_cols> {
  /external/jpeg/
jdcolor.c 143 JSAMPARRAY output_buf, int num_rows)
159 while (--num_rows >= 0) {
184 JSAMPARRAY output_buf, int num_rows)
200 while (--num_rows >= 0) {
225 JSAMPARRAY output_buf, int num_rows)
241 while (--num_rows >= 0) {
297 JSAMPARRAY output_buf, int num_rows)
314 while (--num_rows >= 0) {
375 JSAMPARRAY output_buf, int num_rows)
383 while (--num_rows >= 0)
    [all...]
jccolor.c 134 JDIMENSION output_row, int num_rows)
144 while (--num_rows >= 0) {
190 JDIMENSION output_row, int num_rows)
200 while (--num_rows >= 0) {
229 JDIMENSION output_row, int num_rows)
239 while (--num_rows >= 0) {
284 JDIMENSION output_row, int num_rows)
292 while (--num_rows >= 0) {
343 JDIMENSION output_row, int num_rows)
353 if (1 == num_rows && 3 == nc && num_cols > 0)
    [all...]
jutils.c 119 int num_rows, JDIMENSION num_cols)
121 * num_rows rows are copied from input_array[source_row++]
137 for (row = num_rows; row > 0; row--) {
jdsample.c 98 JDIMENSION num_rows; local
117 num_rows = (JDIMENSION) (cinfo->max_v_samp_factor - upsample->next_row_out);
121 if (num_rows > upsample->rows_to_go)
122 num_rows = upsample->rows_to_go;
125 if (num_rows > out_rows_avail)
126 num_rows = out_rows_avail;
131 (int) num_rows);
134 *out_row_ctr += num_rows;
135 upsample->rows_to_go -= num_rows;
136 upsample->next_row_out += num_rows;
    [all...]
jquant1.c 460 JSAMPARRAY output_buf, int num_rows)
472 for (row = 0; row < num_rows; row++) {
488 JSAMPARRAY output_buf, int num_rows)
501 for (row = 0; row < num_rows; row++) {
516 JSAMPARRAY output_buf, int num_rows)
531 for (row = 0; row < num_rows; row++) {
566 JSAMPARRAY output_buf, int num_rows)
584 for (row = 0; row < num_rows; row++) {
611 JSAMPARRAY output_buf, int num_rows)
636 for (row = 0; row < num_rows; row++)
    [all...]
  /external/qemu/distrib/jpeg-6b/
jdcolor.c 141 JSAMPARRAY output_buf, int num_rows)
157 while (--num_rows >= 0) {
182 JSAMPARRAY output_buf, int num_rows)
198 while (--num_rows >= 0) {
223 JSAMPARRAY output_buf, int num_rows)
239 while (--num_rows >= 0) {
295 JSAMPARRAY output_buf, int num_rows)
312 while (--num_rows >= 0) {
373 JSAMPARRAY output_buf, int num_rows)
381 while (--num_rows >= 0)
    [all...]
jutils.c 119 int num_rows, JDIMENSION num_cols)
121 * num_rows rows are copied from input_array[source_row++]
137 for (row = num_rows; row > 0; row--) {
jccolor.c 134 JDIMENSION output_row, int num_rows)
144 while (--num_rows >= 0) {
181 JDIMENSION output_row, int num_rows)
191 while (--num_rows >= 0) {
227 JDIMENSION output_row, int num_rows)
237 while (--num_rows >= 0) {
283 JDIMENSION output_row, int num_rows)
293 while (--num_rows >= 0) {
322 JDIMENSION output_row, int num_rows)
332 while (--num_rows >= 0)
    [all...]
jdsample.c 98 JDIMENSION num_rows; local
117 num_rows = (JDIMENSION) (cinfo->max_v_samp_factor - upsample->next_row_out);
121 if (num_rows > upsample->rows_to_go)
122 num_rows = upsample->rows_to_go;
125 if (num_rows > out_rows_avail)
126 num_rows = out_rows_avail;
131 (int) num_rows);
134 *out_row_ctr += num_rows;
135 upsample->rows_to_go -= num_rows;
136 upsample->next_row_out += num_rows;
    [all...]
jquant1.c 460 JSAMPARRAY output_buf, int num_rows)
472 for (row = 0; row < num_rows; row++) {
488 JSAMPARRAY output_buf, int num_rows)
501 for (row = 0; row < num_rows; row++) {
516 JSAMPARRAY output_buf, int num_rows)
531 for (row = 0; row < num_rows; row++) {
566 JSAMPARRAY output_buf, int num_rows)
584 for (row = 0; row < num_rows; row++) {
611 JSAMPARRAY output_buf, int num_rows)
636 for (row = 0; row < num_rows; row++)
    [all...]
  /external/chromium_org/third_party/libwebp/utils/
rescaler.h 56 int WebPRescalerImport(WebPRescaler* const rescaler, int num_rows,
  /external/webp/src/utils/
rescaler.h 56 int WebPRescalerImport(WebPRescaler* const rescaler, int num_rows,
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
simple_grid_layout.h 81 int num_rows() const { return static_cast<int>(rows_.size()); } function in class:SimpleGridLayout
  /external/chromium_org/third_party/libwebp/dec/
vp8l.c 549 int mb_w, int num_rows) {
552 while (num_rows-- > 0) {
611 static void ApplyInverseTransforms(VP8LDecoder* const dec, int num_rows,
614 const int cache_pixs = dec->width_ * num_rows;
616 const int end_row = start_row + num_rows;
631 static void ApplyInverseTransformsAlpha(VP8LDecoder* const dec, int num_rows,
634 const int end_row = start_row + num_rows;
648 const int num_rows = row - dec->last_row_; local
650 if (num_rows <= 0) return; // Nothing to be done.
651 ApplyInverseTransforms(dec, num_rows, rows)
1092 const int num_rows = row - dec->last_row_; local
1113 const int num_rows = row - dec->last_row_; local
    [all...]

Completed in 392 milliseconds

1 23 4 5 6