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

  /external/pdfium/third_party/libopenjpeg20/
t1.c 949 OPJ_UINT32 agg, runlen, vsc; local
1012 OPJ_INT32 one, half, oneplushalf, agg, runlen, vsc; local
    [all...]
  /external/opencv3/3rdparty/libjasper/
jpc_t1enc.c 837 int runlen; local
885 runlen = k;
886 if (runlen >= 4) {
894 jpc_mqenc_putbit(mqenc, runlen >> 1);
895 jpc_mqenc_putbit(mqenc, runlen & 1);
896 fp = fvscanstart + frowstep * runlen;
897 dp = dvscanstart + drowstep * runlen;
898 k = vscanlen - runlen;
899 switch (runlen) {
914 runlen = 0
    [all...]
jpc_t1dec.c 784 int runlen; local
840 runlen = v;
842 runlen = (runlen << 1) | v;
843 f = *(fp = fvscanstart + frowstep * runlen);
844 dp = dvscanstart + drowstep * runlen;
845 k = vscanlen - runlen;
846 switch (runlen) {
  /external/opencv3/3rdparty/libtiff/
t4.h 38 short runlen; /* run length in bits */ member in struct:tableentry
tif_fax3.c 648 DEBUG_PRINT("MakeUp", te->runlen);
651 span -= te->runlen;
655 assert(te->runlen == 64*(span>>6));
658 DEBUG_PRINT("MakeUp", te->runlen);
661 span -= te->runlen;
665 DEBUG_PRINT(" Term", tab[span].runlen);
    [all...]
  /external/pdfium/third_party/libtiff/
t4.h 38 short runlen; /* run length in bits */ member in struct:tableentry
tif_fax3.c 649 DEBUG_PRINT("MakeUp", te->runlen);
652 span -= te->runlen;
656 assert(te->runlen == 64*(span>>6));
659 DEBUG_PRINT("MakeUp", te->runlen);
662 span -= te->runlen;
666 DEBUG_PRINT(" Term", tab[span].runlen);
    [all...]

Completed in 447 milliseconds