Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/SparseCore/
DSparseColEtree.h80 Index pcol = col; variable
81 if(perm) pcol = perm[col];
82 for (typename MatrixType::InnerIterator it(mat, pcol); it; ++it)
102 Index pcol = col; variable
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/
Djp2.c806 OPJ_UINT16 pcol = cmap[i].pcol; in opj_jp2_check_color() local
808 if (pcol >= nr_channels) { in opj_jp2_check_color()
809 …_event_msg(p_manager, EVT_ERROR, "Invalid component/palette index for direct mapping %d.\n", pcol); in opj_jp2_check_color()
812 else if (pcol_usage[pcol] && cmap[i].mtyp == 1) { in opj_jp2_check_color()
813 opj_event_msg(p_manager, EVT_ERROR, "Component %d is mapped twice.\n", pcol); in opj_jp2_check_color()
816 else if (cmap[i].mtyp == 0 && cmap[i].pcol != 0) { in opj_jp2_check_color()
819 opj_event_msg(p_manager, EVT_ERROR, "Direct use at #%d however pcol=%d.\n", i, pcol); in opj_jp2_check_color()
823 pcol_usage[pcol] = OPJ_TRUE; in opj_jp2_check_color()
850 OPJ_UINT16 i, nr_channels, cmp, pcol; in opj_jp2_apply_pclr() local
864 pcol = cmap[i].pcol; cmp = cmap[i].cmp; in opj_jp2_apply_pclr()
[all …]
Djp2.h115 OPJ_BYTE mtyp, pcol; member