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

/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_Context.cpp1670 FX_INT32 runcodes[35], runcodes_len[35], runcode; local
1699 runcode = j;
1700 if(runcode < 32) {
1701 SBSYMCODES[i].codelen = runcode;
1703 } else if(runcode == 32) {
1708 } else if(runcode == 33) {
1713 } else if(runcode == 34) {
1724 if(runcode == 32 && i > 0) {

Completed in 86 milliseconds