Searched refs:pcol (Results 1 - 3 of 3) sorted by relevance

/external/eigen/Eigen/src/SparseCore/
H A DSparseColEtree.h80 Index pcol = col; local
81 if(perm) pcol = perm[col];
82 for (typename MatrixType::InnerIterator it(mat, pcol); it; ++it)
102 Index pcol = col; local
103 if(perm) pcol = perm[col];
104 for (typename MatrixType::InnerIterator it(mat, pcol); it||!found_diag; ++it)
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Djp2.c806 OPJ_UINT16 pcol = cmap[i].pcol; local
808 if (pcol >= nr_channels) {
809 opj_event_msg(p_manager, EVT_ERROR, "Invalid component/palette index for direct mapping %d.\n", pcol);
812 else if (pcol_usage[pcol] && cmap[i].mtyp == 1) {
813 opj_event_msg(p_manager, EVT_ERROR, "Component %d is mapped twice.\n", pcol);
816 else if (cmap[i].mtyp == 0 && cmap[i].pcol != 0) {
819 opj_event_msg(p_manager, EVT_ERROR, "Direct use at #%d however pcol=%d.\n", i, pcol);
823 pcol_usage[pcol]
850 OPJ_UINT16 i, nr_channels, cmp, pcol; local
[all...]
H A Djp2.h115 OPJ_BYTE mtyp, pcol; member in struct:opj_jp2_cmap_comp

Completed in 426 milliseconds