HomeSort by relevance Sort by last modified time
    Searched refs:roishift (Results 1 - 9 of 9) sorted by null

  /external/opencv3/3rdparty/libjasper/
jpc_dec.h 177 uint_fast8_t roishift; member in struct:__anon20281
377 int roishift; member in struct:__anon20286
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_cs.h 368 uint_fast8_t roishift; member in struct:__anon20261
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...]
  /external/pdfium/third_party/libopenjpeg20/
j2k.h 197 OPJ_INT32 roishift; member in struct:opj_tccp
t1.c 289 @param roishift Region of interest shifting value
295 OPJ_UINT32 roishift,
    [all...]
openjpeg.h 886 OPJ_INT32 roishift; member in struct:opj_tccp_info
    [all...]
j2k.c     [all...]

Completed in 86 milliseconds