HomeSort by relevance Sort by last modified time
    Searched defs:pcol (Results 1 - 3 of 3) sorted by null

  /external/eigen/Eigen/src/SparseCore/
SparseColEtree.h 79 StorageIndex pcol = col; local
80 if(perm) pcol = perm[col];
81 for (typename MatrixType::InnerIterator it(mat, pcol); it; ++it)
101 StorageIndex pcol = col; local
102 if(perm) pcol = perm[col];
103 for (typename MatrixType::InnerIterator it(mat, pcol); it||!found_diag; ++it)
  /external/pdfium/third_party/libopenjpeg20/
jp2.h 115 OPJ_BYTE mtyp, pcol; member in struct:opj_jp2_cmap_comp
jp2.c 905 OPJ_UINT16 pcol = cmap[i].pcol; local
906 if (pcol >= nr_channels) {
907 opj_event_msg(p_manager, EVT_ERROR, "Invalid component/palette index for direct mapping %d.\n", pcol);
910 else if (pcol_usage[pcol] && cmap[i].mtyp != 0) {
911 opj_event_msg(p_manager, EVT_ERROR, "Component %d is mapped twice.\n", pcol);
914 else if (cmap[i].mtyp == 0 && cmap[i].pcol != 0) {
915 /* I.5.3.5 PCOL: If the value of the MTYP field for this channel is 0, then
917 opj_event_msg(p_manager, EVT_ERROR, "Direct use at #%d however pcol=%d.\n", i, pcol);
965 OPJ_UINT16 i, nr_channels, cmp, pcol; local
    [all...]

Completed in 98 milliseconds