/external/pdfium/third_party/libopenjpeg20/ |
0008-jp2_check_color.patch | 9 - OPJ_UINT16 pcol = cmap[i].pcol; 16 + OPJ_UINT16 pcol = cmap[i].pcol; 17 if (pcol >= nr_channels) { 18 opj_event_msg(p_manager, EVT_ERROR, "Invalid component/palette index for direct mapping %d.\n", pcol);
|
0005-jp2_apply_pclr.patch | 6 opj_event_msg(p_manager, EVT_ERROR, "Invalid component/palette index for direct mapping %d.\n", pcol); 9 - else if (pcol_usage[pcol] && cmap[i].mtyp == 1) { 10 + else if (pcol_usage[pcol] && cmap[i].mtyp != 0) { 11 opj_event_msg(p_manager, EVT_ERROR, "Component %d is mapped twice.\n", pcol); 15 assert( pcol == 0 ); 18 - assert( i == pcol ); 19 - new_comps[pcol] = old_comps[cmp]; 20 + assert( i == pcol ); // probably wrong? 26 cmp = cmap[i].cmp; pcol = cmap[i].pcol; [all...] |
jp2.c | 904 OPJ_UINT16 pcol = cmap[i].pcol; local 905 if (pcol >= nr_channels) { 906 opj_event_msg(p_manager, EVT_ERROR, "Invalid component/palette index for direct mapping %d.\n", pcol); 909 else if (pcol_usage[pcol] && cmap[i].mtyp != 0) { 910 opj_event_msg(p_manager, EVT_ERROR, "Component %d is mapped twice.\n", pcol); 913 else if (cmap[i].mtyp == 0 && cmap[i].pcol != 0) { 914 /* I.5.3.5 PCOL: If the value of the MTYP field for this channel is 0, then 916 opj_event_msg(p_manager, EVT_ERROR, "Direct use at #%d however pcol=%d.\n", i, pcol); 964 OPJ_UINT16 i, nr_channels, cmp, pcol; local [all...] |
jp2.h | 115 OPJ_BYTE mtyp, pcol; member in struct:opj_jp2_cmap_comp
|
/external/eigen/Eigen/src/SparseCore/ |
SparseColEtree.h | 80 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/opencv3/3rdparty/libjasper/ |
jp2_dec.c | 331 if (dec->cmap->data.cmap.ents[i].pcol >= dec->pclr->data.pclr.numchans) { 359 lutents[i] = pclrd->lutdata[cmapent->pcol + i * pclrd->numchans]; 362 jas_image_depalettize(dec->image, cmapent->cmptno, pclrd->numlutents, lutents, JP2_BPCTODTYPE(pclrd->bpc[cmapent->pcol]), newcmptno);
|
jp2_cod.h | 229 uint_fast8_t pcol; member in struct:__anon21687
|
jp2_cod.c | 784 jp2_getuint8(in, &ent->pcol)) { 809 fprintf(out, "cmptno=%d; map=%d; pcol=%d\n", 810 (int) ent->cmptno, (int) ent->map, (int) ent->pcol);
|
/external/pdfium/xfa/src/fwl/src/core/ |
fwl_gridimp.cpp | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
commctrl.h | [all...] |
/external/eigen/Eigen/src/SparseQR/ |
SparseQR.h | 433 // Copy the current (curIdx,pcol) value of the input matrix
|