Searched refs:EXRUNLENGTH (Results 1 – 1 of 1) sorted by relevance
43 uint32_t EXRUNLENGTH; in DecodeArith() local227 IAEX->Decode(pArithDecoder, (int*)&EXRUNLENGTH); in DecodeArith()228 if (EXINDEX + EXRUNLENGTH > SDNUMINSYMS + SDNUMNEWSYMS) in DecodeArith()231 if (EXRUNLENGTH != 0) { in DecodeArith()232 for (I = EXINDEX; I < EXINDEX + EXRUNLENGTH; I++) { in DecodeArith()238 EXINDEX = EXINDEX + EXRUNLENGTH; in DecodeArith()275 uint32_t EXRUNLENGTH; in DecodeHuffman() local497 if (pHuffmanDecoder->DecodeAValue(pTable.get(), (int*)&EXRUNLENGTH) != 0) in DecodeHuffman()500 if (EXINDEX + EXRUNLENGTH > SDNUMINSYMS + SDNUMNEWSYMS) in DecodeHuffman()503 if (EXRUNLENGTH != 0) { in DecodeHuffman()[all …]