/external/opencv3/3rdparty/libjasper/ |
jpc_dec.c | 179 static void jpc_undo_roi(jas_matrix_t *x, int roishift, int bgshift, int numbps); 785 band->roishift = (ccp->roishift + band->numbps >= JPC_PREC) ? 786 (JPC_PREC - 1 - band->numbps) : ccp->roishift; 1818 mag >>= roishift; local [all...] |
jpc_dec.h | 177 uint_fast8_t roishift; member in struct:__anon21723 377 int roishift; member in struct:__anon21728
|
jpc_t1dec.c | 242 if (ccp->roishift <= 0) { 245 if (cblk->numimsbs < ccp->roishift - band->numbps) { 250 bpno = band->roishift + band->numbps - 1 - (cblk->numimsbs +
|
jpc_cs.c | 818 jpc_getuint8(in, &rgn->roishift)) { 837 jpc_putuint8(out, rgn->roishift)) { 846 fprintf(out, "compno = %d; roisty = %d; roishift = %d\n", 847 (int)rgn->compno, rgn->roisty, rgn->roishift); [all...] |
jpc_cs.h | 368 uint_fast8_t roishift; member in struct:__anon21703
|
/external/pdfium/third_party/libopenjpeg20/ |
t1.c | 289 @param roishift Region of interest shifting value 295 OPJ_UINT32 roishift, [all...] |
j2k.h | 197 OPJ_INT32 roishift; member in struct:opj_tccp
|
j2k.c | [all...] |
openjpeg.h | 886 OPJ_INT32 roishift; member in struct:opj_tccp_info [all...] |