Searched defs:runlen (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/third_party/libtiff/
H A Dt4.h38 short runlen; /* run length in bits */ member in struct:tableentry
/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...]

Completed in 125 milliseconds