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

  /external/opencv3/3rdparty/libjasper/
jpc_t2cod.h 147 int maxrlvls; member in struct:__anon20310
jpc_t2dec.c 514 pi->maxrlvls = 0;
530 if (pi->maxrlvls < tcomp->numrlvls) {
531 pi->maxrlvls = tcomp->numrlvls;
558 pi->defaultpchg.rlvlnoend = pi->maxrlvls;
jpc_enc.h 162 uint_fast8_t maxrlvls; member in struct:__anon20298
jpc_t2enc.c 605 pi->maxrlvls = 0;
620 if (pi->maxrlvls < tcomp->numrlvls) {
621 pi->maxrlvls = tcomp->numrlvls;
648 pi->defaultpchg.rlvlnoend = pi->maxrlvls;
jpc_enc.c 434 tccp->maxrlvls = 6;
504 tccp->maxrlvls = atoi(jas_tvparser_getval(tvp));
620 for (rlvlno = 0; rlvlno < tccp->maxrlvls; ++rlvlno) {
714 if (cp->tccp.maxrlvls < 1) {
992 tsfb = jpc_cod_gettsfb(tccp->qmfbid, tccp->maxrlvls - 1);
993 jpc_tsfb_getbands(tsfb, 0, 0, 1 << tccp->maxrlvls, 1 << tccp->maxrlvls,
997 numbands = 3 * tccp->maxrlvls - 2;
1001 analgain = JPC_NOMINALGAIN(tccp->qmfbid, tccp->maxrlvls,
1022 cod->compparms.numdlvls = cp->tccp.maxrlvls - 1
    [all...]
jpc_t2cod.c 155 for (pi->rlvlno = pchg->rlvlnostart; pi->rlvlno < pi->maxrlvls &&
197 for (pi->rlvlno = pchg->rlvlnostart; pi->rlvlno < pi->maxrlvls &&
264 pi->rlvlno < pi->maxrlvls; ++pi->rlvlno) {

Completed in 627 milliseconds