Searched refs:NSYMSDECODED (Results 1 – 1 of 1) sorted by relevance
35 uint32_t HCHEIGHT, NSYMSDECODED; in DecodeArith() local74 NSYMSDECODED = 0; in DecodeArith()75 while (NSYMSDECODED < SDNUMNEWSYMS) { in DecodeArith()88 if (NSYMSDECODED >= SDNUMNEWSYMS) in DecodeArith()97 SDNEWSYMS[NSYMSDECODED] = nullptr; in DecodeArith()98 NSYMSDECODED = NSYMSDECODED + 1; in DecodeArith()140 pDecoder->SBNUMSYMS = SDNUMINSYMS + NSYMSDECODED; in DecodeArith()150 for (size_t i = 0; i < NSYMSDECODED; ++i) in DecodeArith()186 SBNUMSYMS = SDNUMINSYMS + NSYMSDECODED; in DecodeArith()196 for (size_t i = 0; i < NSYMSDECODED; ++i) in DecodeArith()[all …]