/external/libjpeg-turbo/ |
D | jdcol565.c | 28 JDIMENSION num_cols = cinfo->output_width; in LOCAL() local 107 JDIMENSION num_cols = cinfo->output_width; in LOCAL() local 191 JDIMENSION num_cols = cinfo->output_width; in LOCAL() local 247 JDIMENSION num_cols = cinfo->output_width; in LOCAL() local 304 JDIMENSION num_cols = cinfo->output_width; in LOCAL() local 345 JDIMENSION num_cols = cinfo->output_width; in LOCAL() local
|
D | jdcolext.c | 39 JDIMENSION num_cols = cinfo->output_width; in LOCAL() local 89 JDIMENSION num_cols = cinfo->output_width; in LOCAL() local 121 JDIMENSION num_cols = cinfo->output_width; in LOCAL() local
|
D | jccolext.c | 41 JDIMENSION num_cols = cinfo->image_width; in LOCAL() local 98 JDIMENSION num_cols = cinfo->image_width; in LOCAL() local 132 JDIMENSION num_cols = cinfo->image_width; in LOCAL() local
|
/external/opencv3/3rdparty/libjpeg/ |
D | jccolor.c | 141 JDIMENSION num_cols = cinfo->image_width; in rgb_ycc_convert() local 197 JDIMENSION num_cols = cinfo->image_width; in rgb_gray_convert() local 235 JDIMENSION num_cols = cinfo->image_width; in cmyk_ycck_convert() local 288 JDIMENSION num_cols = cinfo->image_width; in rgb_rgb1_convert() local 327 JDIMENSION num_cols = cinfo->image_width; in grayscale_convert() local 354 JDIMENSION num_cols = cinfo->image_width; in rgb_convert() local 389 JDIMENSION num_cols = cinfo->image_width; in null_convert() local
|
D | jdcolor.c | 150 JDIMENSION num_cols = cinfo->output_width; in ycc_rgb_convert() local 223 JDIMENSION num_cols = cinfo->output_width; in rgb_gray_convert() local 258 JDIMENSION num_cols = cinfo->output_width; in rgb1_rgb_convert() local 298 JDIMENSION num_cols = cinfo->output_width; in rgb1_gray_convert() local 337 JDIMENSION num_cols = cinfo->output_width; in rgb_convert() local 371 JDIMENSION num_cols = cinfo->output_width; in null_convert() local 418 JDIMENSION num_cols = cinfo->output_width; in gray_rgb_convert() local 449 JDIMENSION num_cols = cinfo->output_width; in ycck_cmyk_convert() local
|
/external/ceres-solver/internal/ceres/ |
D | compressed_col_sparse_matrix_utils.h | 70 void SolveUpperTriangularInPlace(IntegerType num_cols, in SolveUpperTriangularInPlace() 91 void SolveUpperTriangularTransposeInPlace(IntegerType num_cols, in SolveUpperTriangularTransposeInPlace() 117 void SolveRTRWithSparseRHS(IntegerType num_cols, in SolveRTRWithSparseRHS()
|
D | dense_sparse_matrix.cc | 42 DenseSparseMatrix::DenseSparseMatrix(int num_rows, int num_cols) in DenseSparseMatrix() 50 int num_cols, in DenseSparseMatrix() 136 int DenseSparseMatrix::num_cols() const { in num_cols() function in ceres::internal::DenseSparseMatrix
|
D | lapack.cc | 115 int LAPACK::EstimateWorkSizeForQR(int num_rows, int num_cols) { in EstimateWorkSizeForQR() 149 int num_cols, in SolveInPlaceUsingQR()
|
D | compressed_row_sparse_matrix.h | 90 virtual int num_cols() const { return num_cols_; } in num_cols() function 123 void set_num_cols(const int num_cols) { num_cols_ = num_cols; } in set_num_cols()
|
D | dense_qr_solver.cc | 72 const int num_cols = A->num_cols(); in SolveUsingLAPACK() local 130 const int num_cols = A->num_cols(); in SolveUsingEigen() local
|
D | dense_normal_cholesky_solver.cc | 72 const int num_cols = A->num_cols(); in SolveUsingEigen() local 128 const int num_cols = A->num_cols(); in SolveUsingLAPACK() local
|
D | normal_prior_test.cc | 59 for (int num_cols = 1; num_cols < 5; ++num_cols) { in TEST() local 96 for (int num_cols = 1; num_cols < 5; ++num_cols) { in TEST() local
|
D | visibility_test.cc | 59 int num_cols = 6; in TEST() local 139 int num_cols = 6; in TEST() local
|
D | linear_least_squares_problems.cc | 182 int num_cols = 5; in LinearLeastSquaresProblem1() local 287 int num_cols = 5; in LinearLeastSquaresProblem2() local 421 int num_cols = 2; in LinearLeastSquaresProblem3() local
|
D | dense_sparse_matrix_test.cc | 53 int num_cols = a->num_cols(); in CompareMatrices() local 85 int num_cols; member in ceres::internal::DenseSparseMatrixTest
|
D | block_random_access_diagonal_matrix.h | 75 virtual int num_cols() const { return tsm_->num_cols(); } in num_cols() function
|
D | block_random_access_dense_matrix.h | 80 virtual int num_cols() const { return num_rows_; } in num_cols() function
|
D | block_jacobi_preconditioner.h | 64 virtual int num_cols() const { return num_rows_; } in num_cols() function
|
D | blas.cc | 50 int num_cols, in SymmetricRankKUpdate()
|
D | block_sparse_matrix.h | 79 virtual int num_cols() const { return num_cols_; } in num_cols() function
|
D | evaluator_test_utils.h | 40 int num_cols; member
|
D | partitioned_matrix_view.h | 135 virtual int num_cols() const { return matrix_.num_cols(); } in num_cols() function
|
/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_jccolor.c | 140 JDIMENSION num_cols = cinfo->image_width; in rgb_ycc_convert() local 196 JDIMENSION num_cols = cinfo->image_width; in rgb_gray_convert() local 235 JDIMENSION num_cols = cinfo->image_width; in cmyk_ycck_convert() local 287 JDIMENSION num_cols = cinfo->image_width; in grayscale_convert() local 318 JDIMENSION num_cols = cinfo->image_width; in null_convert() local
|
D | fpdfapi_jdcolor.c | 129 JDIMENSION num_cols = cinfo->output_width; in ycc_rgb_convert() local 176 JDIMENSION num_cols = cinfo->output_width; in null_convert() local 223 JDIMENSION num_cols = cinfo->output_width; in gray_rgb_convert() local 254 JDIMENSION num_cols = cinfo->output_width; in ycck_cmyk_convert() local
|
/external/libhevc/decoder/ |
D | ihevcd_fmt_conv.c | 391 WORD32 num_rows, num_cols, src_strd, dst_strd; in ihevcd_fmt_conv_420sp_to_420sp() local 490 WORD32 num_rows, num_cols, src_strd, dst_strd; in ihevcd_fmt_conv_420sp_to_420sp_swap_uv() local 603 WORD32 num_rows, num_cols, src_strd, dst_strd; in ihevcd_fmt_conv_420sp_to_420p() local 850 WORD32 num_cols = ps_codec->i4_disp_wd; in ihevcd_fmt_conv() local
|