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

  /external/pdfium/third_party/libopenjpeg20/
0022-jp2_apply_pclr_overflow.patch 8 old_comps = image->comps;
12 + if (old_comps[cmp].h == 0 || old_comps[cmp].w > ((OPJ_UINT32)-1) / sizeof(OPJ_INT32) / old_comps[cmp].h) {
23 src = old_comps[cmp].data;
0005-jp2_apply_pclr.patch 16 new_comps[i] = old_comps[cmp];
19 - new_comps[pcol] = old_comps[cmp];
21 + new_comps[i] = old_comps[cmp];
27 src = old_comps[cmp].data;
jp2.c 959 opj_image_comp_t *old_comps, *new_comps; local
974 old_comps = image->comps;
978 if (old_comps[cmp].h == 0 || old_comps[cmp].w > ((OPJ_UINT32)-1) / sizeof(OPJ_INT32) / old_comps[cmp].h) {
996 new_comps[i] = old_comps[cmp];
999 new_comps[i] = old_comps[cmp];
    [all...]

Completed in 181 milliseconds