Searched refs:nb_cols (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/third_party/libopenjpeg20/ |
D | dwt.c | 961 OPJ_INT32 nb_cols) in opj_idwt53_v() argument 966 for (c = 0; c < nb_cols; c ++) { in opj_idwt53_v() 980 if (len > 1 && nb_cols == PARALLEL_COLS_53) { in opj_idwt53_v() 989 for (c = 0; c < nb_cols; c++, tiledp_col++) { in opj_idwt53_v() 997 for (c = 0; c < nb_cols; c++, tiledp_col++) { in opj_idwt53_v() 1006 for (c = 0; c < nb_cols; c++, tiledp_col++) { in opj_idwt53_v() 1023 if (len > 2 && nb_cols == PARALLEL_COLS_53) { in opj_idwt53_v() 1032 for (c = 0; c < nb_cols; c++, tiledp_col++) { in opj_idwt53_v() 1581 OPJ_UINT32 nb_cols, in opj_dwt_interleave_partial_v() argument 1591 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);
|