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

  /external/opencv3/3rdparty/libjasper/
jpc_enc.c 162 int rateallocate(jpc_enc_t *enc, int numlyrs, uint_fast32_t *cumlens);
429 tcp->numlyrs = 1;
658 tcp->numlyrs = numilyrrates + 1;
659 if (!(tcp->ilyrrates = jas_alloc2((tcp->numlyrs - 1),
663 for (i = 0; i < JAS_CAST(int, tcp->numlyrs - 1); ++i) {
708 if (cp->tcp.numlyrs > 16384) {
731 if (tcp->numlyrs > 1) {
733 for (lyrno = 0; lyrno + 2 < tcp->numlyrs; ++lyrno) {
741 for (lyrno = 0; lyrno < tcp->numlyrs - 1; ++lyrno) {
1025 cod->numlyrs = cp->tcp.numlyrs
    [all...]
jpc_t2cod.c 153 for (pi->lyrno = 0; pi->lyrno < pi->numlyrs && pi->lyrno <
199 for (pi->lyrno = 0; pi->lyrno < pi->numlyrs && pi->lyrno <
299 pi->numlyrs && pi->lyrno < JAS_CAST(int, pchg->lyrnoend); ++pi->lyrno) {
392 for (pi->lyrno = 0; pi->lyrno < pi->numlyrs &&
480 pi->numlyrs && pi->lyrno < JAS_CAST(int, pchg->lyrnoend); ++pi->lyrno) {
jpc_t2dec.c 535 pi->numlyrs = tile->cp->numlyrs;
559 pi->defaultpchg.lyrnoend = pi->numlyrs;
jpc_enc.h 146 uint_fast16_t numlyrs; member in struct:__anon21739
585 int numlyrs; member in struct:jpc_enc_tile_s
jpc_t2cod.h 144 int numlyrs; member in struct:__anon21752
jpc_t2enc.c 625 pi->numlyrs = tile->numlyrs;
649 pi->defaultpchg.lyrnoend = pi->numlyrs;
jpc_cs.c 593 jpc_getuint16(in, &cod->numlyrs) ||
611 assert(cod->numlyrs > 0 && cod->compparms.numdlvls <= 32);
615 jpc_putuint16(out, cod->numlyrs) ||
633 fprintf(out, "prg = %d; numlyrs = %d;\n",
634 cod->prg, (int)cod->numlyrs);
    [all...]
jpc_dec.c     [all...]
jpc_cs.h 330 uint_fast16_t numlyrs; member in struct:__anon21701
jpc_dec.h 204 uint_fast16_t numlyrs; member in struct:__anon21724

Completed in 1050 milliseconds