Searched refs:EXRUNLENGTH (Results 1 – 1 of 1) sorted by relevance
37 uint32_t EXRUNLENGTH; in decode_Arith() local228 IAEX->decode(pArithDecoder, (int*)&EXRUNLENGTH); in decode_Arith()229 if (EXINDEX + EXRUNLENGTH > SDNUMINSYMS + SDNUMNEWSYMS) in decode_Arith()232 if (EXRUNLENGTH != 0) { in decode_Arith()233 for (I = EXINDEX; I < EXINDEX + EXRUNLENGTH; I++) { in decode_Arith()239 EXINDEX = EXINDEX + EXRUNLENGTH; in decode_Arith()276 uint32_t EXRUNLENGTH; in decode_Huffman() local502 if (pHuffmanDecoder->decodeAValue(pTable.get(), (int*)&EXRUNLENGTH) != 0) in decode_Huffman()505 if (EXINDEX + EXRUNLENGTH > SDNUMINSYMS + SDNUMNEWSYMS) in decode_Huffman()508 if (EXRUNLENGTH != 0) { in decode_Huffman()[all …]