Home
last modified time | relevance | path

Searched refs:JPC_MAXRLVLS (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/3rdparty/libjasper/
Djpc_enc.h178 uint_fast16_t prcwidthexpns[JPC_MAXRLVLS];
181 uint_fast16_t prcheightexpns[JPC_MAXRLVLS];
527 int prcwidthexpns[JPC_MAXRLVLS];
530 int prcheightexpns[JPC_MAXRLVLS];
Djpc_dec.h171 uint_fast16_t stepsizes[3 * JPC_MAXRLVLS + 1];
183 uint_fast8_t prcwidthexpns[JPC_MAXRLVLS];
186 uint_fast8_t prcheightexpns[JPC_MAXRLVLS];
Djpc_cs.h87 #define JPC_MAXRLVLS 33 macro
90 #define JPC_MAXBANDS (3 * JPC_MAXRLVLS + 1)
315 jpc_coxrlvl_t rlvls[JPC_MAXRLVLS];
Djpc_cs.c746 if (compparms->numrlvls > JPC_MAXRLVLS) { in jpc_cox_getcompparms()
988 if (compparms->numstepsizes > 3 * JPC_MAXRLVLS + 1) { in jpc_qcx_getcompparms()
Djpc_dec.c1609 for (i = 0; i < JPC_MAXRLVLS; ++i) { in jpc_dec_cp_prepare()