Searched refs:nb_cols (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/third_party/libopenjpeg/ |
D | dwt.c | 884 OPJ_INT32 nb_cols) in opj_idwt53_v() argument 889 for (c = 0; c < nb_cols; c ++) { in opj_idwt53_v() 903 if (len > 1 && nb_cols == PARALLEL_COLS_53) { in opj_idwt53_v() 912 for (c = 0; c < nb_cols; c++, tiledp_col++) { in opj_idwt53_v() 920 for (c = 0; c < nb_cols; c++, tiledp_col++) { in opj_idwt53_v() 929 for (c = 0; c < nb_cols; c++, tiledp_col++) { in opj_idwt53_v() 946 if (len > 2 && nb_cols == PARALLEL_COLS_53) { in opj_idwt53_v() 955 for (c = 0; c < nb_cols; c++, tiledp_col++) { in opj_idwt53_v() 2266 OPJ_UINT32 nb_cols, in opj_dwt_interleave_partial_v() argument 2276 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);
|