Home
last modified time | relevance | path

Searched refs:qmfbid (Results 1 – 25 of 140) sorted by relevance

123456

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/third_party/libopenjpeg20/
H A D0038-opj_j2k_validate_param.patch19 opj_read_bytes(l_current_ptr, &l_tccp->qmfbid, 1);
22 + if (l_tccp->qmfbid > 1) {
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/jpeg2000/libjasper/jpc/
H A Djpc_tsfb.c635 jpc_tsfb_t *jpc_cod_gettsfb(int qmfbid, int numlevels) in jpc_cod_gettsfb() argument
639 switch (qmfbid) { in jpc_cod_gettsfb()
641 qmfbid = JPC_QMFB1D_FT; in jpc_cod_gettsfb()
644 qmfbid = JPC_QMFB1D_NS; in jpc_cod_gettsfb()
648 qmfbid = 10; in jpc_cod_gettsfb()
654 hqmfb = jpc_qmfb1d_make(qmfbid); in jpc_cod_gettsfb()
H A Djpc_t1cod.c179 int JPC_NOMINALGAIN(int qmfbid, int numlvls, int lvlno, int orient) in JPC_NOMINALGAIN() argument
181 if (qmfbid == JPC_COX_INS) { in JPC_NOMINALGAIN()
184 assert(qmfbid == JPC_COX_RFT); in JPC_NOMINALGAIN()
H A Djpc_enc.h224 uint_fast8_t qmfbid; member
564 int qmfbid; member
H A Djpc_enc.c588 tccp->qmfbid = (tcp->intmode) ? (JPC_COX_RFT) : (JPC_COX_INS); in cp_create()
949 tsfb = jpc_cod_gettsfb(tccp->qmfbid, tccp->maxrlvls - 1); in jpc_enc_encodemainhdr()
957 analgain = JPC_NOMINALGAIN(tccp->qmfbid, tccp->maxrlvls, in jpc_enc_encodemainhdr()
986 cod->compparms.qmfbid = cp->tccp.qmfbid; in jpc_enc_encodemainhdr()
1007 qcd->compparms.qntsty = (tccp->qmfbid == JPC_COX_INS) ? in jpc_enc_encodemainhdr()
1027 qcc->compparms.qntsty = (tccp->qmfbid == JPC_COX_INS) ? in jpc_enc_encodemainhdr()
1855 tcmpt->qmfbid = cp->tccp.qmfbid; in tcmpt_create()
1859 tcmpt->tsfb = jpc_cod_gettsfb(tcmpt->qmfbid, tcmpt->numrlvls - 1); in tcmpt_create()
2559 ((comp->qmfbid == JPC_COX_RFT) ? in jpc_enc_encodemainbody()
2694 cod->compparms.qmfbid = comp->qmfbid; in jpc_enc_encodemainbody()
[all …]
H A Djpc_tsfb.h201 jpc_tsfb_t *jpc_cod_gettsfb(int qmfbid, int numlevels);
H A Djpc_qmfb.h205 jpc_qmfb1d_t *jpc_qmfb1d_make(int qmfbid);
/dports/graphics/jasper/jasper-version-2.0.33/src/libjasper/jpc/
H A Djpc_t1cod.c145 unsigned JPC_NOMINALGAIN(unsigned qmfbid, unsigned numlvls, unsigned lvlno, enum jpc_tsfb_orient or… in JPC_NOMINALGAIN() argument
150 if (qmfbid == JPC_COX_INS) { in JPC_NOMINALGAIN()
153 assert(qmfbid == JPC_COX_RFT); in JPC_NOMINALGAIN()
H A Djpc_enc.h178 uint_fast8_t qmfbid; member
518 int qmfbid; member
H A Djpc_tsfb.h125 jpc_tsfb_t *jpc_cod_gettsfb(unsigned qmfbid, unsigned numlevels);
H A Djpc_enc.c631 tccp->qmfbid = (tcp->intmode) ? (JPC_COX_RFT) : (JPC_COX_INS); in cp_create()
985 tsfb = jpc_cod_gettsfb(tccp->qmfbid, tccp->maxrlvls - 1); in jpc_enc_encodemainhdr()
993 analgain = JPC_NOMINALGAIN(tccp->qmfbid, tccp->maxrlvls, in jpc_enc_encodemainhdr()
1025 cod->compparms.qmfbid = cp->tccp.qmfbid; in jpc_enc_encodemainhdr()
1045 qcd->compparms.qntsty = (tccp->qmfbid == JPC_COX_INS) ? in jpc_enc_encodemainhdr()
1067 qcc->compparms.qntsty = (tccp->qmfbid == JPC_COX_INS) ? in jpc_enc_encodemainhdr()
1311 cod->compparms.qmfbid = comp->qmfbid; in jpc_enc_encodemainbody()
1346 qcc->compparms.qntsty = (comp->qmfbid == JPC_COX_INS) ? in jpc_enc_encodemainbody()
2069 tcmpt->qmfbid = cp->tccp.qmfbid; in tcmpt_create()
2072 if (!(tcmpt->tsfb = jpc_cod_gettsfb(tcmpt->qmfbid, tcmpt->numrlvls - 1))) { in tcmpt_create()
[all …]
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/grib_pi/libs/jasper/src/jpc/
H A Djpc_t1cod.c136 int JPC_NOMINALGAIN(int qmfbid, int numlvls, int lvlno, int orient) in JPC_NOMINALGAIN() argument
141 if (qmfbid == JPC_COX_INS) { in JPC_NOMINALGAIN()
144 assert(qmfbid == JPC_COX_RFT); in JPC_NOMINALGAIN()
H A Djpc_enc.h175 uint_fast8_t qmfbid; member
515 int qmfbid; member
H A Djpc_tsfb.h122 jpc_tsfb_t *jpc_cod_gettsfb(int qmfbid, int numlevels);
H A Djpc_enc.c626 tccp->qmfbid = (tcp->intmode) ? (JPC_COX_RFT) : (JPC_COX_INS); in cp_create()
1004 tsfb = jpc_cod_gettsfb(tccp->qmfbid, tccp->maxrlvls - 1); in jpc_enc_encodemainhdr()
1013 analgain = JPC_NOMINALGAIN(tccp->qmfbid, tccp->maxrlvls, in jpc_enc_encodemainhdr()
1041 cod->compparms.qmfbid = cp->tccp.qmfbid; in jpc_enc_encodemainhdr()
1060 qcd->compparms.qntsty = (tccp->qmfbid == JPC_COX_INS) ? in jpc_enc_encodemainhdr()
1080 qcc->compparms.qntsty = (tccp->qmfbid == JPC_COX_INS) ? in jpc_enc_encodemainhdr()
1333 cod->compparms.qmfbid = comp->qmfbid; in jpc_enc_encodemainbody()
1367 qcc->compparms.qntsty = (comp->qmfbid == JPC_COX_INS) ? in jpc_enc_encodemainbody()
2107 tcmpt->qmfbid = cp->tccp.qmfbid; in tcmpt_create()
2110 if (!(tcmpt->tsfb = jpc_cod_gettsfb(tcmpt->qmfbid, tcmpt->numrlvls - 1))) { in tcmpt_create()
[all …]
/dports/graphics/opencv/opencv-4.5.3/3rdparty/libjasper/
H A Djpc_t1cod.c136 int JPC_NOMINALGAIN(int qmfbid, int numlvls, int lvlno, int orient) in JPC_NOMINALGAIN() argument
141 if (qmfbid == JPC_COX_INS) { in JPC_NOMINALGAIN()
144 assert(qmfbid == JPC_COX_RFT); in JPC_NOMINALGAIN()
H A Djpc_enc.h175 uint_fast8_t qmfbid; member
515 int qmfbid; member
H A Djpc_tsfb.h122 jpc_tsfb_t *jpc_cod_gettsfb(int qmfbid, int numlevels);
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/OpenJPEG/src/openjpeg/
H A Dt1.c189 OPJ_UINT32 qmfbid,
212 OPJ_UINT32 qmfbid,
765 OPJ_UINT32 qmfbid, in t1_getwmsedec() argument
776 if (qmfbid == 1) in t1_getwmsedec()
831 OPJ_UINT32 qmfbid, in t1_encode_cblk() argument
889 …tempwmsedec = t1_getwmsedec(nmsedec, compno, level, orient, bpno, qmfbid, stepsize, numcomps,mct_n… in t1_encode_cblk()
1160 if (tccp->qmfbid == 1) { in t1_encode_cblks()
1185 tccp->qmfbid, in t1_encode_cblks()
1263 if (tccp->qmfbid == 1) { in t1_decode_cblks()
/dports/misc/vxl/vxl-3.3.2/v3p/openjpeg2/
H A Dt1.c189 OPJ_UINT32 qmfbid,
212 OPJ_UINT32 qmfbid,
765 OPJ_UINT32 qmfbid, in t1_getwmsedec() argument
776 if (qmfbid == 1) in t1_getwmsedec()
831 OPJ_UINT32 qmfbid, in t1_encode_cblk() argument
889 …tempwmsedec = t1_getwmsedec(nmsedec, compno, level, orient, bpno, qmfbid, stepsize, numcomps,mct_n… in t1_encode_cblk()
1160 if (tccp->qmfbid == 1) { in t1_encode_cblks()
1185 tccp->qmfbid, in t1_encode_cblks()
1263 if (tccp->qmfbid == 1) { in t1_decode_cblks()
/dports/print/ghostscript9-x11/ghostscript-9.06/openjpeg/libopenjpeg/
H A Dt1.c228 int qmfbid,
252 int qmfbid,
1087 int qmfbid, in t1_getwmsedec() argument
1093 if (qmfbid == 1) { in t1_getwmsedec()
1150 int qmfbid, in t1_encode_cblk() argument
1205 …tempwmsedec = t1_getwmsedec(nmsedec, compno, level, orient, bpno, qmfbid, stepsize, numcomps, mct); in t1_encode_cblk()
1452 if (tccp->qmfbid == 1) { in t1_encode_cblks()
1477 tccp->qmfbid, in t1_encode_cblks()
1552 if (tccp->qmfbid == 1) { in t1_decode_cblks()
/dports/print/ghostscript9-base/ghostscript-9.06/openjpeg/libopenjpeg/
H A Dt1.c228 int qmfbid,
252 int qmfbid,
1087 int qmfbid, in t1_getwmsedec() argument
1093 if (qmfbid == 1) { in t1_getwmsedec()
1150 int qmfbid, in t1_encode_cblk() argument
1205 …tempwmsedec = t1_getwmsedec(nmsedec, compno, level, orient, bpno, qmfbid, stepsize, numcomps, mct); in t1_encode_cblk()
1452 if (tccp->qmfbid == 1) { in t1_encode_cblks()
1477 tccp->qmfbid, in t1_encode_cblks()
1552 if (tccp->qmfbid == 1) { in t1_decode_cblks()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/openjpeg/libopenjpeg/
H A Dt1.c228 int qmfbid,
252 int qmfbid,
1087 int qmfbid, in t1_getwmsedec() argument
1093 if (qmfbid == 1) { in t1_getwmsedec()
1150 int qmfbid, in t1_encode_cblk() argument
1205 …tempwmsedec = t1_getwmsedec(nmsedec, compno, level, orient, bpno, qmfbid, stepsize, numcomps, mct); in t1_encode_cblk()
1452 if (tccp->qmfbid == 1) { in t1_encode_cblks()
1477 tccp->qmfbid, in t1_encode_cblks()
1552 if (tccp->qmfbid == 1) { in t1_decode_cblks()
/dports/graphics/openjpeg15/openjpeg-version.1.5.2/libopenjpeg/
H A Dt1.c228 int qmfbid,
252 int qmfbid,
1089 int qmfbid, in t1_getwmsedec() argument
1095 if (qmfbid == 1) { in t1_getwmsedec()
1152 int qmfbid, in t1_encode_cblk() argument
1207 …tempwmsedec = t1_getwmsedec(nmsedec, compno, level, orient, bpno, qmfbid, stepsize, numcomps, mct); in t1_encode_cblk()
1455 if (tccp->qmfbid == 1) { in t1_encode_cblks()
1480 tccp->qmfbid, in t1_encode_cblks()
1555 if (tccp->qmfbid == 1) { in t1_decode_cblks()
/dports/graphics/openjpeg/openjpeg-2.4.0/src/lib/openmj2/
H A Dt1.c234 int qmfbid,
258 int qmfbid,
1120 int qmfbid, in t1_getwmsedec() argument
1126 if (qmfbid == 1) { in t1_getwmsedec()
1183 int qmfbid, in t1_encode_cblk() argument
1240 tempwmsedec = t1_getwmsedec(nmsedec, compno, level, orient, bpno, qmfbid, in t1_encode_cblk()
1498 if (tccp->qmfbid == 1) { in t1_encode_cblks()
1523 tccp->qmfbid, in t1_encode_cblks()
1598 if (tccp->qmfbid == 1) { in t1_decode_cblks()

123456