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

  /external/opencv3/3rdparty/libjasper/
jpc_enc.h 125 uint_fast16_t stepsizes[JPC_MAXBANDS]; member in struct:__anon20900
548 uint_fast16_t stepsizes[JPC_MAXBANDS]; member in struct:jpc_enc_tcmpt_s
jpc_cs.c 881 i, (unsigned) JPC_QCX_GETEXPN(qcd->compparms.stepsizes[i]),
882 i, (unsigned) JPC_QCX_GETMANT(qcd->compparms.stepsizes[i]));
944 i, (unsigned) JPC_QCX_GETEXPN(qcc->compparms.stepsizes[i])
    [all...]
jpc_enc.c 419 memset(ccp->stepsizes, 0, sizeof(ccp->stepsizes));
1009 cp->ccps[cmptno].stepsizes[bandno] =
1052 qcd->compparms.stepsizes = cp->ccps[0].stepsizes;
    [all...]
jpc_dec.h 171 uint_fast16_t stepsizes[3 * JPC_MAXRLVLS + 1]; member in struct:__anon20885
jpc_cs.h 404 uint_fast16_t *stepsizes; member in struct:__anon20866
jpc_dec.c 778 band->stepsize = ccp->stepsizes[bndno];
    [all...]
  /external/pdfium/third_party/libopenjpeg20/
j2k.h 192 /** stepsizes used for quantization */
193 opj_stepsize_t stepsizes[OPJ_J2K_MAXBANDS]; member in struct:opj_tccp
j2k.c     [all...]
dwt.c 119 Explicit calculation of the Quantization Stepsizes
544 opj_dwt_encode_stepsize((OPJ_INT32) floor(stepsize * 8192.0), (OPJ_INT32)(prec + gain), &tccp->stepsizes[bandno]);
tcd.c     [all...]

Completed in 3194 milliseconds