Searched refs:nb_cols (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/third_party/libopenjpeg20/ |
D | dwt.c | 963 OPJ_INT32 nb_cols) in opj_idwt53_v() argument 968 for (c = 0; c < nb_cols; c ++) { in opj_idwt53_v() 982 if (len > 1 && nb_cols == PARALLEL_COLS_53) { in opj_idwt53_v() 991 for (c = 0; c < nb_cols; c++, tiledp_col++) { in opj_idwt53_v() 999 for (c = 0; c < nb_cols; c++, tiledp_col++) { in opj_idwt53_v() 1008 for (c = 0; c < nb_cols; c++, tiledp_col++) { in opj_idwt53_v() 1025 if (len > 2 && nb_cols == PARALLEL_COLS_53) { in opj_idwt53_v() 1034 for (c = 0; c < nb_cols; c++, tiledp_col++) { in opj_idwt53_v() 1583 OPJ_UINT32 nb_cols, in opj_dwt_interleave_partial_v() argument 1593 sa_col + nb_cols, win_l_y1, in opj_dwt_interleave_partial_v() [all …]
|
/external/eigen/doc/ |
D | QuickReference.dox | 155 matrix.resize(nb_rows, nb_cols); 156 matrix.resize(Eigen::NoChange, nb_cols); 159 matrix.conservativeResize(nb_rows, nb_cols);
|