HomeSort by relevance Sort by last modified time
    Searched refs:num_rows (Results 76 - 100 of 186) sorted by null

1 2 34 5 6 7 8

  /external/chromium_org/third_party/libwebp/utils/
rescaler.h 57 int WebPRescalerImport(WebPRescaler* const rescaler, int num_rows,
  /external/webp/src/utils/
rescaler.h 57 int WebPRescalerImport(WebPRescaler* const rescaler, int num_rows,
  /external/jpeg/
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/ceres-solver/internal/ceres/
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 141 virtual int num_rows() const;
218 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());
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
sparse_normal_cholesky_solver.cc 174 outer_product_->num_rows(),
175 outer_product_->num_rows(),
181 const Vector b = VectorRef(rhs_and_solution, outer_product_->num_rows());
206 VectorRef(rhs_and_solution, outer_product_->num_rows()) =
  /external/chromium_org/third_party/libjpeg_turbo/
jutils.c 113 int num_rows, JDIMENSION num_cols)
115 * num_rows rows are copied from input_array[source_row++]
131 for (row = num_rows; row > 0; row--) {
jdsample.c 103 JDIMENSION num_rows; local
122 num_rows = (JDIMENSION) (cinfo->max_v_samp_factor - upsample->next_row_out);
126 if (num_rows > upsample->rows_to_go)
127 num_rows = upsample->rows_to_go;
130 if (num_rows > out_rows_avail)
131 num_rows = out_rows_avail;
136 (int) num_rows);
139 *out_row_ctr += num_rows;
140 upsample->rows_to_go -= num_rows;
141 upsample->next_row_out += num_rows;
    [all...]
jsimd_none.c 42 JDIMENSION output_row, int num_rows)
49 JDIMENSION output_row, int num_rows)
56 JSAMPARRAY output_buf, int num_rows)
jquant1.c 465 JSAMPARRAY output_buf, int num_rows)
477 for (row = 0; row < num_rows; row++) {
493 JSAMPARRAY output_buf, int num_rows)
506 for (row = 0; row < num_rows; row++) {
521 JSAMPARRAY output_buf, int num_rows)
536 for (row = 0; row < num_rows; row++) {
571 JSAMPARRAY output_buf, int num_rows)
589 for (row = 0; row < num_rows; row++) {
616 JSAMPARRAY output_buf, int num_rows)
641 for (row = 0; row < num_rows; row++)
    [all...]
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jutils.c 114 int num_rows, JDIMENSION num_cols)
116 * num_rows rows are copied from input_array[source_row++]
132 for (row = num_rows; row > 0; row--) {
fpdfapi_jccolor.c 133 JDIMENSION output_row, int num_rows)
143 while (--num_rows >= 0) {
189 JDIMENSION output_row, int num_rows)
199 while (--num_rows >= 0) {
228 JDIMENSION output_row, int num_rows)
238 while (--num_rows >= 0) {
283 JDIMENSION output_row, int num_rows)
291 while (--num_rows >= 0) {
312 JDIMENSION output_row, int num_rows)
321 while (--num_rows >= 0) {
    [all...]
fpdfapi_jdmerge.c 157 JDIMENSION num_rows; /* number of rows returned to caller */ local
163 num_rows = 1;
167 num_rows = 2;
169 if (num_rows > upsample->rows_to_go)
170 num_rows = upsample->rows_to_go;
173 if (num_rows > out_rows_avail)
174 num_rows = out_rows_avail;
177 if (num_rows > 1) {
188 *out_row_ctr += num_rows;
189 upsample->rows_to_go -= num_rows;
    [all...]
fpdfapi_jdsample.c 99 JDIMENSION num_rows; local
118 num_rows = (JDIMENSION) (cinfo->max_v_samp_factor - upsample->next_row_out);
122 if (num_rows > upsample->rows_to_go)
123 num_rows = upsample->rows_to_go;
126 if (num_rows > out_rows_avail)
127 num_rows = out_rows_avail;
132 (int) num_rows);
135 *out_row_ctr += num_rows;
136 upsample->rows_to_go -= num_rows;
137 upsample->next_row_out += num_rows;
    [all...]
  /external/qemu/distrib/jpeg-6b/
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...]
  /external/chromium_org/third_party/libjpeg_turbo/simd/
jsimd_arm64.c 118 JDIMENSION output_row, int num_rows)
125 JDIMENSION output_row, int num_rows)
132 JSAMPARRAY output_buf, int num_rows)
165 neonfct(cinfo->output_width, input_buf, input_row, output_buf, num_rows);
171 JSAMPARRAY output_buf, int num_rows)
175 output_buf, 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

Completed in 471 milliseconds

1 2 34 5 6 7 8