Searched refs:runlen (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
H A Dt1.c949 OPJ_UINT32 agg, runlen, vsc; local
974 for (runlen = 0; runlen < 4; ++runlen) {
975 if (opj_int_abs(t1->data[((k + runlen)*t1->data_stride) + i]) & one)
979 opj_mqc_encode(mqc, runlen != 4);
980 if (runlen == 4) {
984 opj_mqc_encode(mqc, runlen >> 1);
985 opj_mqc_encode(mqc, runlen & 1);
987 runlen
1012 OPJ_INT32 one, half, oneplushalf, agg, runlen, vsc; local
[all...]
/external/pdfium/third_party/libtiff/
H A Dt4.h38 short runlen; /* run length in bits */ member in struct:tableentry
H A Dtif_fax3.c649 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);

Completed in 103 milliseconds