Home
last modified time | relevance | path

Searched defs:num_rows (Results 1 – 25 of 112) sorted by relevance

12345

/external/ceres-solver/internal/ceres/
Dlapack.cc70 int num_rows, in SolveInPlaceUsingCholesky()
115 int LAPACK::EstimateWorkSizeForQR(int num_rows, int num_cols) { in EstimateWorkSizeForQR()
148 int num_rows, in SolveInPlaceUsingQR()
Dcorrector.cc112 void Corrector::CorrectResiduals(const int num_rows, double* residuals) { in CorrectResiduals()
118 void Corrector::CorrectJacobian(const int num_rows, in CorrectJacobian()
Ddense_sparse_matrix.cc42 DenseSparseMatrix::DenseSparseMatrix(int num_rows, int num_cols) in DenseSparseMatrix()
49 DenseSparseMatrix::DenseSparseMatrix(int num_rows, in DenseSparseMatrix()
129 int DenseSparseMatrix::num_rows() const { in num_rows() function in ceres::internal::DenseSparseMatrix
Ddynamic_compressed_row_sparse_matrix.cc38 int num_rows, in DynamicCompressedRowSparseMatrix()
60 int num_rows) { in ClearRows()
Dcompressed_row_sparse_matrix.h89 virtual int num_rows() const { return num_rows_; } in num_rows() function
122 void set_num_rows(const int num_rows) { num_rows_ = num_rows; } in set_num_rows()
Dschur_jacobi_preconditioner.cc86 const int num_rows = m_->num_rows(); in UpdateImpl() local
130 int SchurJacobiPreconditioner::num_rows() const { in num_rows() function in ceres::internal::SchurJacobiPreconditioner
Ddense_qr_solver.cc71 const int num_rows = A->num_rows(); in SolveUsingLAPACK() local
129 const int num_rows = A->num_rows(); in SolveUsingEigen() local
Dnormal_prior_test.cc58 for (int num_rows = 1; num_rows < 5; ++num_rows) { in TEST() local
95 for (int num_rows = 1; num_rows < 5; ++num_rows) { in TEST() local
Dblock_random_access_dense_matrix_test.cc44 const int num_rows = 3 + 4 + 5; in TEST() local
76 const int num_rows = 3 + 4 + 5; in TEST() local
Dblock_random_access_diagonal_matrix.h74 virtual int num_rows() const { return tsm_->num_rows(); } in num_rows() function
/external/qemu/distrib/jpeg-6b/
Djdcolor.c141 JSAMPARRAY output_buf, int num_rows) in ycc_rgb_convert()
182 JSAMPARRAY output_buf, int num_rows) in ycc_rgba_8888_convert()
223 JSAMPARRAY output_buf, int num_rows) in ycc_rgb_565_convert()
295 JSAMPARRAY output_buf, int num_rows) in ycc_rgb_565D_convert()
373 JSAMPARRAY output_buf, int num_rows) in rgb_rgba_8888_convert()
399 JSAMPARRAY output_buf, int num_rows) in rgb_rgb_565_convert()
450 JSAMPARRAY output_buf, int num_rows) in rgb_rgb_565D_convert()
511 JSAMPARRAY output_buf, int num_rows) in null_convert()
543 JSAMPARRAY output_buf, int num_rows) in grayscale_convert()
559 JSAMPARRAY output_buf, int num_rows) in gray_rgb_convert()
[all …]
Djdpostct.c133 JDIMENSION num_rows, max_rows; in post_process_1pass() local
165 JDIMENSION old_next_row, num_rows; in post_process_prepass() local
209 JDIMENSION num_rows, max_rows; in post_process_2pass() local
Djccolor.c134 JDIMENSION output_row, int num_rows) in rgb_ycc_convert()
181 JDIMENSION output_row, int num_rows) in rgb565_ycc_convert()
227 JDIMENSION output_row, int num_rows) in rgba8888_ycc_convert()
283 JDIMENSION output_row, int num_rows) in rgb_gray_convert()
322 JDIMENSION output_row, int num_rows) in cmyk_ycck_convert()
377 JDIMENSION output_row, int num_rows) in grayscale_convert()
436 JDIMENSION output_row, int num_rows) in null_convert()
/external/jpeg/
Djdcolor.c143 JSAMPARRAY output_buf, int num_rows) in ycc_rgb_convert()
184 JSAMPARRAY output_buf, int num_rows) in ycc_rgba_8888_convert()
225 JSAMPARRAY output_buf, int num_rows) in ycc_rgb_565_convert()
297 JSAMPARRAY output_buf, int num_rows) in ycc_rgb_565D_convert()
375 JSAMPARRAY output_buf, int num_rows) in rgb_rgba_8888_convert()
401 JSAMPARRAY output_buf, int num_rows) in rgb_rgb_565_convert()
452 JSAMPARRAY output_buf, int num_rows) in rgb_rgb_565D_convert()
513 JSAMPARRAY output_buf, int num_rows) in null_convert()
545 JSAMPARRAY output_buf, int num_rows) in grayscale_convert()
561 JSAMPARRAY output_buf, int num_rows) in gray_rgb_convert()
[all …]
Djdpostct.c133 JDIMENSION num_rows, max_rows; in post_process_1pass() local
165 JDIMENSION old_next_row, num_rows; in post_process_prepass() local
209 JDIMENSION num_rows, max_rows; in post_process_2pass() local
/external/webp/src/utils/
Dfilters.c46 int row, int num_rows, in DoHorizontalFilter()
84 int num_rows, uint8_t* data) { in HorizontalUnfilter()
93 int row, int num_rows, in DoVerticalFilter()
132 int num_rows, uint8_t* data) { in VerticalUnfilter()
146 int row, int num_rows, in DoGradientFilter()
190 int num_rows, uint8_t* data) { in GradientUnfilter()
/external/chromium_org/third_party/libwebp/utils/
Dfilters.c46 int row, int num_rows, in DoHorizontalFilter()
84 int num_rows, uint8_t* data) { in HorizontalUnfilter()
93 int row, int num_rows, in DoVerticalFilter()
132 int num_rows, uint8_t* data) { in VerticalUnfilter()
146 int row, int num_rows, in DoGradientFilter()
190 int num_rows, uint8_t* data) { in GradientUnfilter()
/external/pdfium/core/src/fxcodec/libjpeg/
Dfpdfapi_jdcolor.c123 JSAMPARRAY output_buf, int num_rows) in ycc_rgb_convert()
172 JSAMPARRAY output_buf, int num_rows) in null_convert()
204 JSAMPARRAY output_buf, int num_rows) in grayscale_convert()
220 JSAMPARRAY output_buf, int num_rows) in gray_rgb_convert()
248 JSAMPARRAY output_buf, int num_rows) in ycck_cmyk_convert()
Dfpdfapi_jccolor.c133 JDIMENSION output_row, int num_rows) in rgb_ycc_convert()
189 JDIMENSION output_row, int num_rows) in rgb_gray_convert()
228 JDIMENSION output_row, int num_rows) in cmyk_ycck_convert()
283 JDIMENSION output_row, int num_rows) in grayscale_convert()
312 JDIMENSION output_row, int num_rows) in null_convert()
Dfpdfapi_jdpostct.c134 JDIMENSION num_rows, max_rows; in post_process_1pass() local
166 JDIMENSION old_next_row, num_rows; in post_process_prepass() local
210 JDIMENSION num_rows, max_rows; in post_process_2pass() local
/external/chromium_org/third_party/libjpeg_turbo/
Djdcolor.c254 JSAMPARRAY output_buf, int num_rows) in ycc_rgb_convert()
327 JSAMPARRAY output_buf, int num_rows) in rgb_gray_convert()
364 JSAMPARRAY output_buf, int num_rows) in null_convert()
396 JSAMPARRAY output_buf, int num_rows) in grayscale_convert()
410 JSAMPARRAY output_buf, int num_rows) in gray_rgb_convert()
456 JSAMPARRAY output_buf, int num_rows) in rgb_rgb_convert()
505 JSAMPARRAY output_buf, int num_rows) in ycck_cmyk_convert()
Djccolor.c234 JDIMENSION output_row, int num_rows) in rgb_ycc_convert()
283 JDIMENSION output_row, int num_rows) in rgb_gray_convert()
329 JDIMENSION output_row, int num_rows) in rgb_rgb_convert()
379 JDIMENSION output_row, int num_rows) in cmyk_ycck_convert()
434 JDIMENSION output_row, int num_rows) in grayscale_convert()
463 JDIMENSION output_row, int num_rows) in null_convert()
Djdpostct.c133 JDIMENSION num_rows, max_rows; in post_process_1pass() local
165 JDIMENSION old_next_row, num_rows; in post_process_prepass() local
209 JDIMENSION num_rows, max_rows; in post_process_2pass() local
/external/chromium_org/third_party/libwebp/dec/
Dalpha.c88 static int ALPHDecode(VP8Decoder* const dec, int row, int num_rows) { in ALPHDecode()
121 int row, int num_rows) { in VP8DecompressAlphaRows()
/external/webp/src/dec/
Dalpha.c88 static int ALPHDecode(VP8Decoder* const dec, int row, int num_rows) { in ALPHDecode()
121 int row, int num_rows) { in VP8DecompressAlphaRows()

12345